]> git.eshelyaron.com Git - emacs.git/commitdiff
(tpu-set-mode-line): Add element for column number.
authorKarl Heuer <kwzh@gnu.org>
Thu, 2 Nov 1995 04:40:07 +0000 (04:40 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 2 Nov 1995 04:40:07 +0000 (04:40 +0000)
lisp/emulation/tpu-edt.el

index 6c590f6de3f31b852ae0ef30663a49972cbb81d2..59abca4a5d23f631c1b5f0bcdb7cece7c499127b 100644 (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)