From: Stefan Monnier Date: Fri, 12 Oct 2001 03:13:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~19547 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f633346880be2449526dc16e3712f106769b8179;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 1f626d37db9..7ee74db35e8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,21 @@ 2001-10-11 Stefan Monnier + * keymap.h (Fcopy_keymap): Don't export. + + * lisp.h (empty_string): Declare. + + * emacs.c (empty_string): New var. + (syms_of_emacs): Initialize it. + + * search.c (wordify): Use it. + + * buffer.c (Fbury_buffer): Don't try to remove the buffer from the + selected window if it's not displayed there. Handle the case + when the window is dedicated. + (syms_of_buffer): Fix docstrings not to mention "buffer-local" anymore. + + * undo.c (Fprimitive_undo): Use XCAR/XCDR. + * syntax.h (struct gl_state_s): Change the meaning of b_property. Remove left_ok and right_ok. (UPDATE_SYNTAX_TABLE_BACKWARD, UPDATE_SYNTAX_TABLE)