# HG changeset patch # User Glenn Morris # Date 1207970130 0 # Node ID 81785f1ef0fa68efb5f8900e953148ddc776075e # Parent 97873d4b0d7a27ae86ef5139b8eb5bc160f7f0f0 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms not in dumped files before the associated defcustom. diff -r 97873d4b0d7a -r 81785f1ef0fa lisp/iswitchb.el --- a/lisp/iswitchb.el Sat Apr 12 03:15:19 2008 +0000 +++ b/lisp/iswitchb.el Sat Apr 12 03:15:30 2008 +0000 @@ -353,11 +353,12 @@ :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."