Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
484de118
Commit
484de118
authored
Aug 29, 1996
by
Richard M. Stallman
Browse files
(executing_macro_iterations, executing_macro): Declared.
parent
e881d8b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
src/macros.h
src/macros.h
+15
-2
No files found.
src/macros.h
View file @
484de118
...
...
@@ -19,10 +19,23 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* Kbd macro currently being executed (a string
)
*/
/* Kbd macro currently being executed (a string
or vector).
*/
extern
Lisp_Object
Vexecuting_macro
;
/* Index of next character to fetch from that macro */
/* Index of next character to fetch from that macro
.
*/
extern
int
executing_macro_index
;
/* Number of successful iterations so far
for innermost keyboard macro.
This is not bound at each level,
so after an error, it describes the innermost interrupted macro. */
extern
int
executing_macro_iterations
;
/* This is the macro that was executing.
This is not bound at each level,
so after an error, it describes the innermost interrupted macro. */
extern
Lisp_Object
executing_macro
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment