From 27451bb4df6ff041ffd6090bb635b094be6d9809 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 28 Mar 2002 18:23:08 +0000 Subject: [PATCH] (mode-line-mule-info): Use :propertize, not :eval. --- lisp/bindings.el | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/lisp/bindings.el b/lisp/bindings.el index 2d22d2b2f9d..5affecd99a9 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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 -- 2.39.2