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
bc9dbce6
Commit
bc9dbce6
authored
Dec 03, 2012
by
Paul Eggert
Browse files
* bytecode.c, lisp.h (Qbytecode): Remove.
No longer needed after 2012-11-20 interactive-p changes.
parent
3cf3c607
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
src/ChangeLog
src/ChangeLog
+5
-0
src/bytecode.c
src/bytecode.c
+0
-4
src/lisp.h
src/lisp.h
+0
-1
No files found.
src/ChangeLog
View file @
bc9dbce6
2012-12-03 Paul Eggert <eggert@cs.ucla.edu>
* bytecode.c, lisp.h (Qbytecode): Remove.
No longer needed after 2012-11-20 interactive-p changes.
2012-12-03 Eli Zaretskii <eliz@gnu.org>
* xdisp.c (redisplay_window): If the cursor is visible, but inside
...
...
src/bytecode.c
View file @
bc9dbce6
...
...
@@ -87,8 +87,6 @@ Lisp_Object Qbyte_code_meter;
#endif
/* BYTE_CODE_METER */
Lisp_Object
Qbytecode
;
/* Byte codes: */
#define BYTE_CODES \
...
...
@@ -1963,8 +1961,6 @@ exec_byte_code (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth,
void
syms_of_bytecode
(
void
)
{
DEFSYM
(
Qbytecode
,
"byte-code"
);
defsubr
(
&
Sbyte_code
);
#ifdef BYTE_CODE_METER
...
...
src/lisp.h
View file @
bc9dbce6
...
...
@@ -3394,7 +3394,6 @@ extern void syms_of_doc (void);
extern int read_bytecode_char (bool);
/* Defined in bytecode.c. */
extern Lisp_Object Qbytecode;
extern void syms_of_bytecode (void);
extern struct byte_stack *byte_stack_list;
#if BYTE_MARK_STACK
...
...
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