From: Gerd Moellmann Date: Mon, 1 Nov 1999 14:42:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~6230 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=db8878fb451ed301a61e03d0a7ad6cfc5bfc0fa4;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8d672383923..0134ce8eb32 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 1999-11-01 Gerd Moellmann + * frame.el (blink-cursor-mode): Call internal-show-cursor instead + of show-cursor. + (blink-cursor-start, blink-cursor-end): Ditto. + * textmodes/tex-mode.el (tex-default-mode): Changed to latex-mode. 1999-11-01 Richard M. Stallman diff --git a/src/ChangeLog b/src/ChangeLog index a52142ddbab..bd81dde8e22 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 1999-11-01 Gerd Moellmann + * data.c (Qtext_read_only): New built-in error. + (syms_of_data): Initialize it. + + * lisp.h: Add extern declaration for Qtext_read_only. + * syntax.c: Remove whitespace after open or in front of closing parentheses.