Mercurial > emacs
changeset 94028:6ab801933124
Move non-autoloaded define-obsolete-variable-alias calls for
defcustoms not in dumped files before the associated defcustom.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 12 Apr 2008 03:15:06 +0000 |
parents | bb548969ef2d |
children | 97873d4b0d7a |
files | lisp/hilit-chg.el |
diffstat | 1 files changed, 7 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/hilit-chg.el Sat Apr 12 03:14:56 2008 +0000 +++ b/lisp/hilit-chg.el Sat Apr 12 03:15:06 2008 +0000 @@ -219,6 +219,9 @@ ;; A (not very good) default list of colors to rotate through. ;; +(define-obsolete-variable-alias 'highlight-changes-colours + 'highlight-changes-colors "22.1") + (defcustom highlight-changes-colors (if (eq (frame-parameter nil 'background-mode) 'light) ;; defaults for light background: @@ -236,10 +239,6 @@ :type '(repeat color) :group 'highlight-changes) -(define-obsolete-variable-alias 'highlight-changes-colours - 'highlight-changes-colors "22.1") - - ;; When you invoke highlight-changes-mode, should highlight-changes-visible-mode ;; be on or off? @@ -260,6 +259,8 @@ ;; These are the strings displayed in the mode-line for the minor mode: +(define-obsolete-variable-alias 'highlight-changes-active-string + 'highlight-changes-visible-string "23.1") (defcustom highlight-changes-visible-string " +Chg" "The string used when in Highlight Changes mode and changes are visible. @@ -269,8 +270,8 @@ (const :tag "None" nil)) :group 'highlight-changes) -(define-obsolete-variable-alias 'highlight-changes-active-string - 'highlight-changes-visible-string "23.1") +(define-obsolete-variable-alias 'highlight-changes-passive-string + 'highlight-changes-invisible-string "23.1") (defcustom highlight-changes-invisible-string " -Chg" "The string used when in Highlight Changes mode and changes are hidden. @@ -280,11 +281,6 @@ (const :tag "None" nil)) :group 'highlight-changes) -(define-obsolete-variable-alias 'highlight-changes-passive-string - 'highlight-changes-invisible-string "23.1") - - - (defcustom highlight-changes-global-modes t "Determine whether a buffer is suitable for global Highlight Changes mode.