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
f529f302
Commit
f529f302
authored
Jun 23, 2009
by
Glenn Morris
Browse files
(mode-line-modified): Fix case of "Buffer is modified".
parent
34995333
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/bindings.el
lisp/bindings.el
+2
-2
No files found.
lisp/ChangeLog
View file @
f529f302
2009-06-23 Glenn Morris <rgm@gnu.org>
2009-06-23 Glenn Morris <rgm@gnu.org>
* bindings.el (mode-line-modified): Fix case of "Buffer is modified".
* textmodes/ispell.el (ispell-local-dictionary): Doc fix.
* textmodes/ispell.el (ispell-local-dictionary): Doc fix.
* progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
* progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
...
...
lisp/bindings.el
View file @
f529f302
...
@@ -257,8 +257,8 @@ Normally nil in most modes, since there is no process to display.")
...
@@ -257,8 +257,8 @@ Normally nil in most modes, since there is no process to display.")
(save-selected-window
(save-selected-window
(select-window window)
(select-window window)
(if (buffer-modified-p)
(if (buffer-modified-p)
"
M
"
"
m
"
"
N
ot
m
")))))
"
n
ot
m
")))))
'local-map (purecopy (make-mode-line-mouse-map
'local-map (purecopy (make-mode-line-mouse-map
'mouse-1 #'mode-line-toggle-modified))
'mouse-1 #'mode-line-toggle-modified))
'mouse-face 'mode-line-highlight))
'mouse-face 'mode-line-highlight))
...
...
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