# HG changeset patch # User Richard M. Stallman # Date 1017339788 0 # Node ID 999568e4ea2c16e63ab55532a33172d1cfdb8a71 # Parent c9cbe448711d570a10643d800587d874d8168986 (mode-line-mule-info): Use :propertize, not :eval. diff -r c9cbe448711d -r 999568e4ea2c lisp/bindings.el --- 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