From: Gerd Moellmann Date: Mon, 1 Nov 1999 14:54:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~6227 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd5c96e8a6e2187acc4c7bedf83b6d9bfef8ea63;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0134ce8eb32..51b2b7f339a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +1999-11-01 Richard M. Stallman + + * userlock.el (ask-user-about-lock): Doc fix. + 1999-11-01 Gerd Moellmann * frame.el (blink-cursor-mode): Call internal-show-cursor instead diff --git a/src/ChangeLog b/src/ChangeLog index bd81dde8e22..a2bb91ba84a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 1999-11-01 Gerd Moellmann + * textprop.c (verify_interval_modification): Signal text-read-only + instead of calling error. + * data.c (Qtext_read_only): New built-in error. (syms_of_data): Initialize it.