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
0f6d89c4
Commit
0f6d89c4
authored
Feb 20, 2001
by
Gerd Moellmann
Browse files
(msb-mode): Call the update-buffers function explicitly
with a FORCE argument.
parent
ab2c5f0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
lisp/msb.el
lisp/msb.el
+4
-3
No files found.
lisp/msb.el
View file @
0f6d89c4
...
...
@@ -1146,10 +1146,11 @@ different buffer menu using the function `msb'."
(
if
msb-mode
(
progn
(
add-hook
'menu-bar-update-hook
'msb-menu-bar-update-buffers
)
(
remove-hook
'menu-bar-update-hook
'menu-bar-update-buffers
))
(
remove-hook
'menu-bar-update-hook
'menu-bar-update-buffers
)
(
msb-menu-bar-update-buffers
t
))
(
remove-hook
'menu-bar-update-hook
'msb-menu-bar-update-buffers
)
(
add-hook
'menu-bar-update-hook
'menu-bar-update-buffers
)
)
(
run-hooks
'
menu-bar-update-
hook
))
(
add-hook
'menu-bar-update-hook
'menu-bar-update-buffers
)
(
menu-bar-update-
buffers
t
)
))
(
defun
msb-unload-hook
()
(
msb-mode
0
))
...
...
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