Mercurial > emacs
changeset 44205:999568e4ea2c
(mode-line-mule-info): Use :propertize, not :eval.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 28 Mar 2002 18:23:08 +0000 |
parents | c9cbe448711d |
children | da940f349a2b |
files | lisp/bindings.el |
diffstat | 1 files changed, 6 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bindings.el Thu Mar 28 18:15:47 2002 +0000 +++ b/lisp/bindings.el Thu Mar 28 18:23:08 2002 +0000 @@ -138,14 +138,12 @@ (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