diff src/lisp.h @ 14665:7a50843d260f

(Qinhibit_read_only): Declared.
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 Feb 1996 19:13:40 +0000
parents 7c93a4ce40b0
children c07a2c3e141d
line wrap: on
line diff
--- a/src/lisp.h	Sun Feb 25 18:31:16 1996 +0000
+++ b/src/lisp.h	Sun Feb 25 19:13:40 1996 +0000
@@ -1764,6 +1764,7 @@
 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 ();