aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-30 18:31:05 +0200
committerLars Ingebrigtsen2016-04-30 18:31:05 +0200
commit9dc5f6d830e72420dc4d41c8f6ca1ca6b28609c0 (patch)
treeb2c4ab3c9672182eaafbdf56ae0cfa875d8532c0
parentaa692acbb598a1cc8219ed7a87dde25fd7626ba5 (diff)
downloademacs-9dc5f6d830e72420dc4d41c8f6ca1ca6b28609c0.tar.gz
emacs-9dc5f6d830e72420dc4d41c8f6ca1ca6b28609c0.zip
(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).
-rw-r--r--lisp/subr.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 5477500b322..a2af6421173 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1323,7 +1323,9 @@ is converted into a string by expressing it in decimal."
1323;; buffer-local. 1323;; buffer-local.
1324 1324
1325;; Not used at all in Emacs, last time I checked: 1325;; Not used at all in Emacs, last time I checked:
1326(make-obsolete-variable 'default-mode-line-format 'mode-line-format "23.2") 1326(make-obsolete-variable 'default-mode-line-format
1327 "use (setq-default mode-line-format) or (default-value mode-line-format) instead"
1328 "23.2")
1327(make-obsolete-variable 'default-header-line-format 'header-line-format "23.2") 1329(make-obsolete-variable 'default-header-line-format 'header-line-format "23.2")
1328(make-obsolete-variable 'default-line-spacing 'line-spacing "23.2") 1330(make-obsolete-variable 'default-line-spacing 'line-spacing "23.2")
1329(make-obsolete-variable 'default-abbrev-mode 'abbrev-mode "23.2") 1331(make-obsolete-variable 'default-abbrev-mode 'abbrev-mode "23.2")