aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2001-04-26 12:37:43 +0000
committerGerd Moellmann <[email protected]>2001-04-26 12:37:43 +0000
commitba973f7a65e914038247e69c6149d75042215b71 (patch)
treed99973642b05b1ec9cb71a5cac3c2cba6452a45e /src/ChangeLog
parentb792ae3605a3824b49f3b7a83300fd3f6b7b1f59 (diff)
(save_excursion_restore): Don't use XBUFFER on
a non-buffer.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f4f778bc9a..9fc2ae2c3f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2001-04-26 Gerd Moellmann <[email protected]>
+
+ * editfns.c (save_excursion_restore): Don't use XBUFFER on
+ a non-buffer.
+
2001-04-25 Gerd Moellmann <[email protected]>
* term.c (toggle_highlight): New function.