From: Richard M. Stallman Date: Tue, 25 Nov 1997 19:31:44 +0000 (+0000) Subject: (mode-line-format): Include which-func-mode item. X-Git-Tag: emacs-20.3~2720 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc6bdf1358214489a17742898722db5ebfb1d201;p=emacs.git (mode-line-format): Include which-func-mode item. --- diff --git a/lisp/bindings.el b/lisp/bindings.el index 9e0458d6752..46f051cb8f2 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -95,6 +95,7 @@ Normally nil in most modes, since there is no process to display.") 'mode-name 'mode-line-process 'minor-mode-alist (purecopy "%n") (purecopy ")%]--") + '(which-func-mode ("" which-func-format "--")) (purecopy '(line-number-mode "L%l--")) (purecopy '(column-number-mode "C%c--")) (purecopy '(-3 . "%p"))