• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/lisp/

Lines Matching +defs:custom +defs:variable

29 (defvar custom-declare-variable-list nil
30 "Record `defcustom' calls made before `custom.el' is loaded to handle them.
34 ;; before custom.el.
35 (defun custom-declare-variable-early (&rest arguments)
36 (setq custom-declare-variable-list
37 (cons arguments custom-declare-variable-list)))
121 "Temporary variable used in `dolist' expansion.")
144 "Temporary variable used in `dotimes' expansion.")
291 TO as \(+ FROM \(* N INC)) or use a variable whose value was
949 "Return the value of the `baud-rate' variable."
951 (make-obsolete 'baud-rate "use the `baud-rate' variable instead." "before 19.15")
963 (make-obsolete-variable 'directory-sep-char "do not use it." "21.1")
964 (make-obsolete-variable
968 (make-obsolete-variable
970 "use `unread-command-events' instead. That variable is a list of events
975 (define-obsolete-variable-alias 'executing-macro 'executing-kbd-macro
979 (make-obsolete-variable 'x-lost-selection-hooks
982 (make-obsolete-variable 'x-sent-selection-hooks
1004 (defalias 'make-variable-frame-localizable 'make-variable-frame-local)
1025 of the hook variable.
1037 Do not use `make-local-variable' to make a hook variable buffer-local."
1038 (if (local-variable-p hook)
1041 (make-local-variable hook)
1064 (if local (unless (local-variable-if-set-p hook)
1065 (set (make-local-variable hook) (list t)))
1066 ;; Detect the case where make-local-variable was used on a hook
1080 ;; Set the actual variable
1094 (unless (and local (not (local-variable-p hook)))
1095 ;; Detect the case where make-local-variable was used on a hook
1097 (when (and (local-variable-p hook)
1110 ;; Set the actual variable
1114 (kill-local-variable hook)
1127 If you want to use `add-to-list' on a variable that is not defined
1187 "Add NEWELT to the history list stored in the variable HISTORY-VAR.
1192 variable.
1226 (make-variable-buffer-local 'delayed-mode-hooks)
1255 (make-local-variable 'delay-mode-hooks)
1286 TOGGLE is a symbol which is the name of a buffer-local variable that
1388 definition only or variable definition only.
1403 ;; We accept all types, so look for variable def
1614 (custom-declare-variable-early
1630 The variable `read-quoted-char-radix' controls which radix to use
2047 variable names in it, provided the major mode is still Help mode.")
2055 ;; Avoid compiler warnings about this variable,
2059 This variable is meaningful on MS-DOG and Windows NT.
2061 On other systems, this variable is normally always nil.")
2581 "Initialize variable VAR as a lazy completion table.
2589 You should give VAR a non-nil `risky-local-variable' property."
2619 ;; We use save-match-data-internal as the local variable because
2620 ;; that works ok in practice (people should not use that variable elsewhere).
3034 value as a variable do not matter for this usage; we use only certain
3052 Optional HOOKVAR is a hook variable that gets run before the message
3054 install a hook function temporarily on this hook variable.