Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
90647b07
Commit
90647b07
authored
Dec 01, 2001
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
parent
a81bf19b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/ChangeLog
src/ChangeLog
+5
-0
src/window.c
src/window.c
+1
-6
No files found.
src/ChangeLog
View file @
90647b07
2001-12-01 Jason Rumney <jasonr@gnu.org>
* window.c (Qleft_fringe, Qright_fringe): Remove. Now in frame.c.
* w32term.h (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT)
[!WM_MOUSELEAVE]: Define.
* w32menu.c (current_popup_menu, get_menu_item_info):
(set_menu_item_info): New vars.
(set_frame_menubar): Doc fix clarifying GC interaction with menus.
...
...
src/window.c
View file @
90647b07
...
...
@@ -63,7 +63,7 @@ enum window_part
Lisp_Object Qwindowp, Qwindow_live_p, Qwindow_configuration_p;
Lisp_Object Qwindow_size_fixed
, Qleft_fringe, Qright_fringe
;
Lisp_Object Qwindow_size_fixed;
extern Lisp_Object Qheight, Qwidth;
static int displayed_window_lines P_ ((struct window *));
...
...
@@ -5673,11 +5673,6 @@ init_window ()
void
syms_of_window ()
{
Qleft_fringe = intern ("left-fringe");
staticpro (&Qleft_fringe);
Qright_fringe = intern ("right-fringe");
staticpro (&Qright_fringe);
Qwindow_size_fixed = intern ("window-size-fixed");
staticpro (&Qwindow_size_fixed);
...
...
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