1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(tpu-set-mode-line): Add element for column number.

This commit is contained in:
Karl Heuer 1995-11-02 04:40:07 +00:00
parent f81dbe564c
commit 0c6d8148e6

View File

@ -434,6 +434,7 @@ GOLD is the ASCII 7-bit escape sequence <ESC>OP.")
(purecopy "%n")
(purecopy ")%]--")
(purecopy '(line-number-mode "L%l--"))
(purecopy '(column-number-mode "C%c--"))
(purecopy '(-3 . "%p"))
(purecopy "-%-")))
(or (assq 'tpu-newline-and-indent-p minor-mode-alist)