Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ab0bb234
Commit
ab0bb234
authored
Aug 30, 2002
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Qbox): Make extern.
(syms_of_w32fns): Remove initialization of Qbox.
parent
842a9389
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
src/ChangeLog
src/ChangeLog
+3
-0
src/w32fns.c
src/w32fns.c
+1
-3
No files found.
src/ChangeLog
View file @
ab0bb234
2002-08-30 Juanma Barranquero <lektu@terra.es>
* w32fns.c (Qbox): Make extern.
(syms_of_w32fns): Remove initialization of Qbox.
* xfns.c (Fx_open_connection): Fix error message. Patch from Rune
Kleveland <runekl@viewpoint.no>.
...
...
src/w32fns.c
View file @
ab0bb234
...
...
@@ -206,7 +206,7 @@ Lisp_Object Qauto_raise;
Lisp_Object Qauto_lower;
Lisp_Object Qborder_color;
Lisp_Object Qborder_width;
Lisp_Object Qbox;
extern
Lisp_Object Qbox;
Lisp_Object Qcursor_color;
Lisp_Object Qcursor_type;
Lisp_Object Qgeometry;
...
...
@@ -14819,8 +14819,6 @@ syms_of_w32fns ()
staticpro (&Qborder_color);
Qborder_width = intern ("border-width");
staticpro (&Qborder_width);
Qbox = intern ("box");
staticpro (&Qbox);
Qcursor_color = intern ("cursor-color");
staticpro (&Qcursor_color);
Qcursor_type = intern ("cursor-type");
...
...
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