aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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")