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:
parent
f81dbe564c
commit
0c6d8148e6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user