emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mouse.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse.el,v
Date: Fri, 04 Jan 2008 08:34:18 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/01/04 08:34:16

Index: mouse.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mouse.el,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -b -r1.324 -r1.325
--- mouse.el    4 Jan 2008 06:29:11 -0000       1.324
+++ mouse.el    4 Jan 2008 08:34:14 -0000       1.325
@@ -273,7 +273,7 @@
     (or (null local-menu)
        (stringp local-title-or-map)
        (setq local-menu (cons 'keymap
-                              (cons (concat (formal-mode-line mode-name)
+                              (cons (concat (format-mode-line mode-name)
                                              " Mode Menu")
                                     (cdr local-menu)))))
     (or (stringp global-title-or-map)




reply via email to

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