diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-02-26 23:42:43 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-02-26 23:42:43 -0800 |
commit | 6e65b9ccff5999add7069b41c29aed499a2350f0 (patch) | |
tree | 22bbba80198971f4b7092aeaeb7a6c2d454b804e /src/callint.c | |
parent | 3b166f0908a04456bd91a42274a42d401b79c24d (diff) | |
download | emacs-6e65b9ccff5999add7069b41c29aed499a2350f0.tar.gz emacs-6e65b9ccff5999add7069b41c29aed499a2350f0.tar.bz2 emacs-6e65b9ccff5999add7069b41c29aed499a2350f0.zip |
Qcall_interactively and Qexecute_kbd_macro are now static.
Diffstat (limited to 'src/callint.c')
-rw-r--r-- | src/callint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callint.c b/src/callint.c index b0d4bcdd011..212dd2e3d62 100644 --- a/src/callint.c +++ b/src/callint.c @@ -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; |