1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

(default-mode-line-format): More explicit obsolete info

* lisp/subr.el (default-mode-line-format): Be more explicit in
how default values are now handled (bug#19424).

(cherry picked from commit 9dc5f6d830)
This commit is contained in:
Lars Ingebrigtsen 2016-04-30 18:31:05 +02:00
parent b04fcc4a38
commit 93598ff382

View File

@ -1322,7 +1322,9 @@ is converted into a string by expressing it in decimal."
;; buffer-local.
;; Not used at all in Emacs, last time I checked:
(make-obsolete-variable 'default-mode-line-format 'mode-line-format "23.2")
(make-obsolete-variable 'default-mode-line-format
"use (setq-default mode-line-format) or (default-value mode-line-format) instead"
"23.2")
(make-obsolete-variable 'default-header-line-format 'header-line-format "23.2")
(make-obsolete-variable 'default-line-spacing 'line-spacing "23.2")
(make-obsolete-variable 'default-abbrev-mode 'abbrev-mode "23.2")