]> code.delx.au - gnu-emacs/blobdiff - lisp/bindings.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / bindings.el
index 9e8e745ec63c6611de03f9694e0f9c6d10e60065..b64cd71fe24a7d913f4aa0847f20984c3b118fdc 100644 (file)
@@ -430,11 +430,9 @@ Major modes that edit things other than ordinary files may change this
 (make-variable-buffer-local 'mode-line-buffer-identification)
 
 (defvar mode-line-misc-info
-  '((which-func-mode ("" which-func-format " "))
-    (global-mode-string ("" global-mode-string " ")))
+  '((global-mode-string ("" global-mode-string " ")))
   "Mode line construct for miscellaneous information.
-By default, this shows the information specified by
-`which-func-mode' and `global-mode-string'.")
+By default, this shows the information specified by `global-mode-string'.")
 (put 'mode-line-misc-info 'risky-local-variable t)
 
 (defvar mode-line-end-spaces '(:eval (unless (display-graphic-p) "-%-"))