diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-04-18 10:29:02 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-04-18 10:29:02 +0000 |
commit | fb9a90ee5a28d1ed8885cae38fad75c1194f5a9f (patch) | |
tree | 6a2821bf401012b3c73d7a77b0078dbdf850b6ba /lisp/hilit-chg.el | |
parent | 8d91bd0aad5b920c7ff74ce0d381be97a83589c9 (diff) | |
download | emacs-fb9a90ee5a28d1ed8885cae38fad75c1194f5a9f.tar.gz |
(highlight-changes-initial-state): Add WHEN to obsolescence declaration.
Diffstat (limited to 'lisp/hilit-chg.el')
-rw-r--r-- | lisp/hilit-chg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el index 63009747d9d..5d85bc37615 100644 --- a/lisp/hilit-chg.el +++ b/lisp/hilit-chg.el @@ -243,7 +243,7 @@ colors then use this, if you want fancier faces then set ;; be on or off? (define-obsolete-variable-alias 'highlight-changes-initial-state - 'highlight-changes-visibility-initial-state) + 'highlight-changes-visibility-initial-state "23.1") (defcustom highlight-changes-visibility-initial-state t "Controls whether changes are initially visible in Highlight Changes mode. |