Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
27451bb4
Commit
27451bb4
authored
Mar 28, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mode-line-mule-info): Use :propertize, not :eval.
parent
f9580781
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
lisp/bindings.el
lisp/bindings.el
+6
-8
No files found.
lisp/bindings.el
View file @
27451bb4
...
...
@@ -138,14 +138,12 @@ corresponding to the mode line clicked."
(defvar mode-line-mule-info
`(""
(current-input-method
(:eval
,(purecopy
'(propertize current-input-method-title
'help-echo (concat
"
Input
method:
"
current-input-method
"
.
mouse-2:
disable,
mouse-3:
describe
")
'local-map mode-line-input-method-map))))
(:propertize ("" current-input-method-title)
help-echo (concat
"
Input
method:
"
current-input-method
"
.
mouse-2:
disable,
mouse-3:
describe
")
local-map ,mode-line-input-method-map))
,(propertize
"
%Z
"
'help-echo
...
...
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