Mercurial > emacs
changeset 85129:340d84058e53
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 10 Oct 2007 08:53:30 +0000 |
parents | 8b61a2e5e365 |
children | 3ef195e61c94 |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Oct 10 08:50:33 2007 +0000 +++ b/src/ChangeLog Wed Oct 10 08:53:30 2007 +0000 @@ -1,3 +1,9 @@ +2007-10-10 Juanma Barranquero <lekktu@gmail.com> + + * indent.c (indent_tabs_mode, last_known_column) + (last_known_column_modified): Make static. + (syms_of_indent) <indent-tabs-mode>: Remove redundant info in docstring. + 2007-10-10 Katsumi Yamaoka <yamaoka@jpl.org> * puresize.h (BASE_PURESIZE): Increase to 1170000. @@ -86,7 +92,7 @@ 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca> - Add new `input-decode-map' keymap and use it for temrinal + Add new `input-decode-map' keymap and use it for terminal escape sequences. * keyboard.h (struct kboard): Add Vinput_decode_map. Remove Vlocal_key_translation_map.