summaryrefslogtreecommitdiff
path: root/lisp/iswitchb.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-04-12 03:17:19 +0000
committerGlenn Morris <rgm@gnu.org>2008-04-12 03:17:19 +0000
commitcd6ef82d85dcd34f98b2ae6cec97b495f9a4e8ca (patch)
treed7cef036c6b82dcaed2f123dbf0e6c64daa7d1bf /lisp/iswitchb.el
parentf8754ca2dea51bbcddb30dedc4c4d1e6383fa0c1 (diff)
downloademacs-cd6ef82d85dcd34f98b2ae6cec97b495f9a4e8ca.tar.gz
Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.
Diffstat (limited to 'lisp/iswitchb.el')
-rw-r--r--lisp/iswitchb.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el
index 4e89659dc8d..b5242e1c2ad 100644
--- a/lisp/iswitchb.el
+++ b/lisp/iswitchb.el
@@ -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."