aboutsummaryrefslogtreecommitdiffstats
path: root/src/macros.h
diff options
context:
space:
mode:
authorJoakim Verona2011-09-05 10:37:16 +0200
committerJoakim Verona2011-09-05 10:37:16 +0200
commit687faaf59cdf4029b5e8da16965b257592059e37 (patch)
treec19fc758dc421ec1e6619de88d7cd70258927b47 /src/macros.h
parentd47f8c5baeaa804548a73675077c8e37cdfe5142 (diff)
parentf62bd846552a090f3ba5e136d6d9cdb4c07ed7be (diff)
downloademacs-687faaf59cdf4029b5e8da16965b257592059e37.tar.gz
emacs-687faaf59cdf4029b5e8da16965b257592059e37.zip
upstream
Diffstat (limited to 'src/macros.h')
-rw-r--r--src/macros.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/macros.h b/src/macros.h
index 32a97e457e8..7a5d532fbb7 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -22,7 +22,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22 This is not bound at each level, 22 This is not bound at each level,
23 so after an error, it describes the innermost interrupted macro. */ 23 so after an error, it describes the innermost interrupted macro. */
24 24
25extern int executing_kbd_macro_iterations; 25extern EMACS_INT executing_kbd_macro_iterations;
26 26
27/* This is the macro that was executing. 27/* This is the macro that was executing.
28 This is not bound at each level, 28 This is not bound at each level,
@@ -42,4 +42,3 @@ extern void finalize_kbd_macro_chars (void);
42/* Store a character into kbd macro being defined */ 42/* Store a character into kbd macro being defined */
43 43
44extern void store_kbd_macro_char (Lisp_Object); 44extern void store_kbd_macro_char (Lisp_Object);
45