From: Gerd Moellmann Date: Mon, 1 Nov 1999 15:42:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~6223 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=111259b445a73512ea8df2826622836cb169f587;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de7c95c30f8..0b4a95880e0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +1999-11-01 Markus Rost + + * dired-x.el (dired-smart-shell-command): Use + shell-command-history as in shell-command. + 1999-11-01 Richard M. Stallman * 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 @@ 1999-11-01 Gerd Moellmann + * dispnew.c (Finternal_show_cursor): Renamed from Fshow_cursor. + (syms_of_display): Use the new name. + * textprop.c (verify_interval_modification): Signal text-read-only instead of calling error.