]> git.eshelyaron.com Git - emacs.git/commitdiff
(mode-line-format): Include column-number-mode.
authorRichard M. Stallman <rms@gnu.org>
Wed, 31 Jan 1996 19:04:04 +0000 (19:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 31 Jan 1996 19:04:04 +0000 (19:04 +0000)
lisp/w32-fns.el

index 167f32b8ff965eeb3f131cb339693f82e3330234..bf61f4fa62f1041a4985b0e988e370d167730b40 100644 (file)
@@ -52,6 +52,7 @@
    (purecopy "%n")
    (purecopy ")%]--")
    (purecopy '(line-number-mode "L%l--"))
+   (purecopy '(column-number-mode "C%c--"))
    (purecopy '(-3 . "%p"))
    (purecopy "-%-")))