changeset 39807:71e0ffb0d376

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 12 Oct 2001 03:13:27 +0000
parents 171753f5a65e
children 98efaf9813f4
files src/ChangeLog
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Oct 12 02:26:06 2001 +0000
+++ b/src/ChangeLog	Fri Oct 12 03:13:27 2001 +0000
@@ -1,5 +1,21 @@
 2001-10-11  Stefan Monnier  <monnier@cs.yale.edu>
 
+	* 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)