diff options
| author | Juanma Barranquero | 2008-04-18 10:29:02 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2008-04-18 10:29:02 +0000 |
| commit | fb9a90ee5a28d1ed8885cae38fad75c1194f5a9f (patch) | |
| tree | 6a2821bf401012b3c73d7a77b0078dbdf850b6ba | |
| parent | 8d91bd0aad5b920c7ff74ce0d381be97a83589c9 (diff) | |
| download | emacs-fb9a90ee5a28d1ed8885cae38fad75c1194f5a9f.tar.gz emacs-fb9a90ee5a28d1ed8885cae38fad75c1194f5a9f.zip | |
(highlight-changes-initial-state): Add WHEN to obsolescence declaration.
| -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 | |||
| 243 | ;; be on or off? | 243 | ;; be on or off? |
| 244 | 244 | ||
| 245 | (define-obsolete-variable-alias 'highlight-changes-initial-state | 245 | (define-obsolete-variable-alias 'highlight-changes-initial-state |
| 246 | 'highlight-changes-visibility-initial-state) | 246 | 'highlight-changes-visibility-initial-state "23.1") |
| 247 | 247 | ||
| 248 | (defcustom highlight-changes-visibility-initial-state t | 248 | (defcustom highlight-changes-visibility-initial-state t |
| 249 | "Controls whether changes are initially visible in Highlight Changes mode. | 249 | "Controls whether changes are initially visible in Highlight Changes mode. |