Mercurial > emacs
comparison lisp/ChangeLog @ 92434:1fe5dc1b18dd
(mode-line-column-line-number-mode-map): New variable.
(standard-mode-line-position): Use it to add a menu for toggling
column number and line number display.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 03 Mar 2008 08:30:18 +0000 |
parents | 31b671bf1dfc |
children | 716a2a98d616 |
comparison
equal
deleted
inserted
replaced
92433:ff7a3592c48b | 92434:1fe5dc1b18dd |
---|---|
1 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * bindings.el (mode-line-column-line-number-mode-map): New variable. | |
4 (standard-mode-line-position): Use it to add a menu for toggling | |
5 column number and line number display. | |
6 | |
1 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca> | 7 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 8 |
3 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): | 9 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): |
4 Remove optimization that was working around the form-code-walker bug. | 10 Remove optimization that was working around the form-code-walker bug. |
5 | 11 |