emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/makesum.el,v
Date: Fri, 04 Jan 2008 06:29:19 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/01/04 06:29:14

Index: makesum.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/makesum.el,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- makesum.el  26 Jul 2007 05:26:28 -0000      1.17
+++ makesum.el  4 Jan 2008 06:29:11 -0000       1.18
@@ -1,7 +1,7 @@
 ;;; makesum.el --- generate key binding summary for Emacs
 
 ;; Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005,
-;;   2006, 2007 Free Software Foundation, Inc.
+;;   2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: help
@@ -65,7 +65,7 @@
        (if (re-search-forward "^Local Bindings:" nil t)
           (progn
            (forward-char -1)
-           (insert " for " cur-mode " Mode")
+           (insert " for " (format-mode-line cur-mode) " Mode")
            (while (search-forward "??\n" nil t)
              (delete-region (point)
                             (progn
@@ -114,5 +114,5 @@
 
 (provide 'makesum)
 
-;;; arch-tag: c2383336-fc89-46ad-8110-ded42bffaee3
+;; arch-tag: c2383336-fc89-46ad-8110-ded42bffaee3
 ;;; makesum.el ends here




reply via email to

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