mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.
This commit is contained in:
parent
f8754ca2de
commit
cd6ef82d85
11 changed files with 58 additions and 38 deletions
|
|
@ -353,11 +353,12 @@ See also `iswitchb-newbuffer'."
|
|||
:type 'boolean
|
||||
:group 'iswitchb)
|
||||
|
||||
(define-obsolete-variable-alias 'iswitchb-use-fonts 'iswitchb-use-faces "22.1")
|
||||
|
||||
(defcustom iswitchb-use-faces t
|
||||
"*Non-nil means use font-lock faces for showing first match."
|
||||
:type 'boolean
|
||||
:group 'iswitchb)
|
||||
(define-obsolete-variable-alias 'iswitchb-use-fonts 'iswitchb-use-faces "22.1")
|
||||
|
||||
(defcustom iswitchb-use-frame-buffer-list nil
|
||||
"*Non-nil means use the currently selected frame's buffer list."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue