1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 1999-11-01 14:54:58 +00:00
parent 5f60927d07
commit dd5c96e8a6
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
1999-11-01 Richard M. Stallman <rms@caffeine.ai.mit.edu>
* userlock.el (ask-user-about-lock): Doc fix.
1999-11-01 Gerd Moellmann <gerd@gnu.org>
* frame.el (blink-cursor-mode): Call internal-show-cursor instead

View file

@ -1,5 +1,8 @@
1999-11-01 Gerd Moellmann <gerd@gnu.org>
* 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.