mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Convert more defvars to defcustoms.
* dos-w32.el (file-name-buffer-file-type-alist) (direct-print-region-use-command-dot-com): * ffap.el (ffap-menu-regexp): * follow.el (follow-debug): * forms.el (forms--debug): * iswitchb.el (iswitchb-all-frames): * ido.el (ido-all-frames): * mail/feedmail.el (feedmail-mail-send-hook) (feedmail-mail-send-hook-queued): * mail/footnote.el (footnote-signature-separator): * mail/mailabbrev.el (mail-alias-separator-string) (mail-abbrev-mode-regexp): * mail/rmail.el (rmail-speedbar-match-folder-regexp): * progmodes/idlwave.el (idlwave-libinfo-file) (idlwave-default-completion-case-is-down) (idlwave-library-routines): Convert defvars to defcustoms. * mail/rmail.el (rmail-decode-mime-charset): * progmodes/idlw-shell.el (idlwave-shell-print-expression-function) (idlwave-shell-fix-inserted-breaks) (idlwave-shell-activate-alt-keybindings) (idlwave-shell-use-breakpoint-glyph): * facemenu.el (facemenu-unlisted-faces): Delete obsolete vars. * doc/lispref/os.texi (Timers): Use defopt for timer-max-repeats.
This commit is contained in:
parent
ab0fa4e4ba
commit
78f3273aab
19 changed files with 125 additions and 109 deletions
|
|
@ -456,9 +456,6 @@ value of `!DIR'. See also `idlwave-library-path'."
|
|||
(defvar idlwave-xml-system-rinfo-converted-file "idl_xml_rinfo.el")
|
||||
(defvar idlwave-path-file "idlpath.el")
|
||||
|
||||
(defvar idlwave-libinfo-file nil
|
||||
"Obsolete variable, no longer used.")
|
||||
|
||||
(defcustom idlwave-special-lib-alist nil
|
||||
"Alist of regular expressions matching special library directories.
|
||||
When listing routine source locations, IDLWAVE gives a short hint where
|
||||
|
|
@ -555,10 +552,6 @@ completions."
|
|||
:group 'idlwave-completion
|
||||
:type 'boolean)
|
||||
|
||||
(defvar idlwave-default-completion-case-is-down nil
|
||||
"Obsolete variable. See `idlwave-complete-empty-string-as-lower-case' and
|
||||
`idlwave-completion-case'.")
|
||||
|
||||
(defcustom idlwave-buffer-case-takes-precedence nil
|
||||
"Non-nil means, the case of tokens in buffers dominates over system stuff.
|
||||
To make this possible, we need to re-case everything each time we update
|
||||
|
|
@ -4525,8 +4518,6 @@ information updated immediately, leave NO-CONCATENATE nil."
|
|||
nil 'idlwave-load-rinfo-next-step)))
|
||||
(error nil))))
|
||||
|
||||
(defvar idlwave-library-routines nil "Obsolete variable.")
|
||||
|
||||
;;------ XML Help routine info system
|
||||
(defun idlwave-load-system-routine-info ()
|
||||
;; Load the system routine info from the cached routine info file,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue