Qcall_interactively and Qexecute_kbd_macro are now static.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Feb 2013 07:42:43 +0000 (23:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 27 Feb 2013 07:42:43 +0000 (23:42 -0800)
src/ChangeLog
src/callint.c
src/lisp.h
src/macros.c

index 5e3112a..f561748 100644 (file)
@@ -1,3 +1,9 @@
+2013-02-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * callint.c (Qcall_interactively):
+       * macros.c (Qexecute_kbd_macro):
+       Now static.
+
 2013-02-26  Bastien Guerry  <bzg@gnu.org>
 
        * window.c (Frecenter): Tiny docstring enhancement.
index b0d4bcd..212dd2e 100644 (file)
@@ -29,7 +29,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "keymap.h"
 
 Lisp_Object Qminus, Qplus;
-Lisp_Object Qcall_interactively;
+static Lisp_Object Qcall_interactively;
 static Lisp_Object Qcommand_debug_status;
 static Lisp_Object Qenable_recursive_minibuffers;
 
index e0a8b23..e696371 100644 (file)
@@ -3366,7 +3366,7 @@ extern void syms_of_minibuf (void);
 
 extern Lisp_Object Qminus, Qplus;
 extern Lisp_Object Qwhen;
-extern Lisp_Object Qcall_interactively, Qmouse_leave_buffer_hook;
+extern Lisp_Object Qmouse_leave_buffer_hook;
 extern void syms_of_callint (void);
 
 /* Defined in casefiddle.c.  */
@@ -3527,7 +3527,6 @@ extern Lisp_Object exec_byte_code (Lisp_Object, Lisp_Object, Lisp_Object,
                                   Lisp_Object, ptrdiff_t, Lisp_Object *);
 
 /* Defined in macros.c.  */
-extern Lisp_Object Qexecute_kbd_macro;
 extern void init_macros (void);
 extern void syms_of_macros (void);
 
index 0dcfbe5..48d23a9 100644 (file)
@@ -28,7 +28,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include "window.h"
 #include "keyboard.h"
 
-Lisp_Object Qexecute_kbd_macro;
+static Lisp_Object Qexecute_kbd_macro;
 static Lisp_Object Qkbd_macro_termination_hook;
 
 /* Number of successful iterations so far