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
3d8585a1
Commit
3d8585a1
authored
Mar 15, 1995
by
Karl Heuer
Browse files
(specbind): Rename perdisplay to kboard.
parent
a0371857
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/eval.c
src/eval.c
+1
-1
No files found.
src/eval.c
View file @
3d8585a1
...
...
@@ -2288,7 +2288,7 @@ specbind (symbol, value)
specpdl_ptr->func = 0;
specpdl_ptr->old_value = ovalue = find_symbol_value (symbol);
specpdl_ptr++;
if (BUFFER_OBJFWDP (ovalue) ||
DISPLAY
_OBJFWDP (ovalue))
if (BUFFER_OBJFWDP (ovalue) ||
KBOARD
_OBJFWDP (ovalue))
store_symval_forwarding (symbol, ovalue, value);
else
Fset (symbol, value);
...
...
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