From f633346880be2449526dc16e3712f106769b8179 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 12 Oct 2001 03:13:27 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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) -- 2.39.2