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
65048e97
Commit
65048e97
authored
Feb 19, 2001
by
Gerd Moellmann
Browse files
(update_menu_bar): Run activate-menu-bar-hook with
safe_run_hooks.
parent
950eaee7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
src/ChangeLog
src/ChangeLog
+6
-0
src/xdisp.c
src/xdisp.c
+1
-1
No files found.
src/ChangeLog
View file @
65048e97
2001-02-19 Gerd Moellmann <gerd@gnu.org>
* xmenu.c (set_frame_menubar): Run activate-menu-bar-hook with
safe_run_hooks.
* xdisp.c (update_menu_bar): Run activate-menu-bar-hook with
safe_run_hooks.
* emacs.c (malloc_initialize_hook): Handle case thet `environ'
is null.
...
...
src/xdisp.c
View file @
65048e97
...
...
@@ -7033,7 +7033,7 @@ update_menu_bar (f, save_match_data)
}
/* Run the Lucid hook. */
call1 (V
run_hooks
,
Qactivate_menubar_hook);
safe_
run_hooks
(
Qactivate_menubar_hook);
/* If it has changed current-menubar from previous value,
really recompute the menu-bar from the 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