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
38341c5f
Commit
38341c5f
authored
Feb 03, 1995
by
Karl Heuer
Browse files
(DEFVAR_DISPLAY): Use current_perdisplay, not get_perdisplay.
parent
31c45e79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/lisp.h
src/lisp.h
+2
-2
No files found.
src/lisp.h
View file @
38341c5f
...
...
@@ -1160,8 +1160,8 @@ extern void defvar_int ();
defvar_per_buffer (lname, vname, type, 0)
#define DEFVAR_DISPLAY(lname, vname, doc) \
defvar_display (lname, \
(int)((char *)(&
ge
t_perdisplay
(selected_frame)
->vname) \
- (char *)
ge
t_perdisplay
(selected_frame)
))
(int)((char *)(&
curren
t_perdisplay->vname) \
- (char *)
curren
t_perdisplay))
/* Structure for recording Lisp call stack for backtrace purposes. */
...
...
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