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
dc756612
Commit
dc756612
authored
Feb 06, 2002
by
Richard M. Stallman
Browse files
(force-mode-line-update): Doc fix.
parent
69cae2d4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/subr.el
lisp/subr.el
+2
-2
No files found.
lisp/subr.el
View file @
dc756612
...
@@ -1095,8 +1095,8 @@ This finishes the change group by reverting all of its changes."
...
@@ -1095,8 +1095,8 @@ This finishes the change group by reverting all of its changes."
(
setq
buffer-undo-list
elt
)))))
(
setq
buffer-undo-list
elt
)))))
(
defun
force-mode-line-update
(
&optional
all
)
(
defun
force-mode-line-update
(
&optional
all
)
"Force the mode
-
line of the current buffer to be redisplayed.
"Force the mode
line of the current buffer to be redisplayed.
With optional non-nil ALL, force redisplay of all mode
-
lines."
With optional non-nil ALL, force redisplay of all mode
lines."
(
if
all
(
save-excursion
(
set-buffer
(
other-buffer
))))
(
if
all
(
save-excursion
(
set-buffer
(
other-buffer
))))
(
set-buffer-modified-p
(
buffer-modified-p
)))
(
set-buffer-modified-p
(
buffer-modified-p
)))
...
...
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