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
9f9a5e7a
Commit
9f9a5e7a
authored
Apr 09, 2001
by
Gerd Moellmann
Browse files
(mode-line-modified): Unify help messages.
parent
2ab9e3ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/bindings.el
lisp/bindings.el
+1
-1
No files found.
lisp/ChangeLog
View file @
9f9a5e7a
2001-04-09 Gerd Moellmann <gerd@gnu.org>
* bindings.el (mode-line-modified): Unify help messages.
2001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
* dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
...
...
lisp/bindings.el
View file @
9f9a5e7a
...
...
@@ -187,7 +187,7 @@ Normally nil in most modes, since there is no process to display.")
(propertize
"
%1+
"
'help-echo (purecopy (lambda (window object point)
(format "
%sodified:
mouse-2
toggles
flag
"
(format "
%sodified:
mouse-2
toggles
"
(save-selected-window
(select-window window)
(if (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