]> git.eshelyaron.com Git - emacs.git/commitdiff
(Qinhibit_read_only): Declared.
authorRichard M. Stallman <rms@gnu.org>
Sun, 25 Feb 1996 19:13:40 +0000 (19:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 25 Feb 1996 19:13:40 +0000 (19:13 +0000)
src/lisp.h

index ce48018d1ce81b17a360fa42492466c7fa130dad..2bcf6bd2eebf601b7e8d46a23d8fc335c1fb35d7 100644 (file)
@@ -1764,6 +1764,7 @@ extern Lisp_Object Qexecute_kbd_macro;
 extern Lisp_Object Fexecute_kbd_macro ();
 
 /* defined in undo.c */
+extern Lisp_Object Qinhibit_read_only;
 extern Lisp_Object Fundo_boundary ();
 extern Lisp_Object truncate_undo_list ();