aboutsummaryrefslogtreecommitdiffstats
path: root/src/macros.c
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2013-02-26 23:42:43 -0800
committerPaul Eggert <[email protected]>2013-02-26 23:42:43 -0800
commit6e65b9ccff5999add7069b41c29aed499a2350f0 (patch)
tree22bbba80198971f4b7092aeaeb7a6c2d454b804e /src/macros.c
parent3b166f0908a04456bd91a42274a42d401b79c24d (diff)
Qcall_interactively and Qexecute_kbd_macro are now static.
Diffstat (limited to 'src/macros.c')
-rw-r--r--src/macros.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros.c b/src/macros.c
index 0dcfbe5532..48d23a977b 100644
--- a/src/macros.c
+++ b/src/macros.c
@@ -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