aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-01 15:42:30 +0000
committerGerd Moellmann1999-11-01 15:42:30 +0000
commit111259b445a73512ea8df2826622836cb169f587 (patch)
tree88aad50d7a5aa41e74825da7fef289584f1c2c7c
parent93714f3c9df46baddea6e2fe0127cb9bf21e6e11 (diff)
downloademacs-111259b445a73512ea8df2826622836cb169f587.tar.gz
emacs-111259b445a73512ea8df2826622836cb169f587.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog3
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index de7c95c30f8..0b4a95880e0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
11999-11-01 Markus Rost <rost@ias.edu>
2
3 * dired-x.el (dired-smart-shell-command): Use
4 shell-command-history as in shell-command.
5
11999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu> 61999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2 7
3 * userlock.el (ask-user-about-lock): Doc fix. 8 * userlock.el (ask-user-about-lock): Doc fix.
diff --git a/src/ChangeLog b/src/ChangeLog
index a2bb91ba84a..04eadd6e0b9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
11999-11-01 Gerd Moellmann <gerd@gnu.org> 11999-11-01 Gerd Moellmann <gerd@gnu.org>
2 2
3 * dispnew.c (Finternal_show_cursor): Renamed from Fshow_cursor.
4 (syms_of_display): Use the new name.
5
3 * textprop.c (verify_interval_modification): Signal text-read-only 6 * textprop.c (verify_interval_modification): Signal text-read-only
4 instead of calling error. 7 instead of calling error.
5 8