emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/bindings.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/bindings.el
Date: Thu, 28 Mar 2002 13:23:08 -0500

Index: emacs/lisp/bindings.el
diff -c emacs/lisp/bindings.el:1.98 emacs/lisp/bindings.el:1.99
*** emacs/lisp/bindings.el:1.98 Sat Mar 16 01:51:23 2002
--- emacs/lisp/bindings.el      Thu Mar 28 13:23:08 2002
***************
*** 138,151 ****
  (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
        "%Z"
        'help-echo
--- 138,149 ----
  (defvar mode-line-mule-info
    `(""
      (current-input-method
!      (: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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]