]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 1 Nov 1999 14:42:21 +0000 (14:42 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 1 Nov 1999 14:42:21 +0000 (14:42 +0000)
lisp/ChangeLog
src/ChangeLog

index 8d67238392348535e46a1f53a24187b112890257..0134ce8eb3261ef139152808a0aec052a16ccf64 100644 (file)
@@ -1,5 +1,9 @@
 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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  <rms@caffeine.ai.mit.edu>
index a52142ddbabd1768bf703ddb850cc6f4d0150593..bd81dde8e22ba0892e8ee5e4b5a7f7355e6d0302 100644 (file)
@@ -1,5 +1,10 @@
 1999-11-01  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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.