emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r105132: Revert last patch, which was


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105132: Revert last patch, which wasn't correct.
Date: Tue, 12 Jul 2011 15:01:20 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105132
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Tue 2011-07-12 15:01:20 +0200
message:
  Revert last patch, which wasn't correct.
modified:
  lisp/ChangeLog
  lisp/menu-bar.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-07-12 12:58:24 +0000
+++ b/lisp/ChangeLog    2011-07-12 13:01:20 +0000
@@ -1,8 +1,5 @@
 2011-07-12  Lars Magne Ingebrigtsen  <address@hidden>
 
-       * menu-bar.el (menu-set-font): Clarify that the default will be
-       saved (bug#3527).
-
        * progmodes/compile.el (compilation-error-regexp-alist-alist):
        Fontise bytecomp Error lines more correctly (bug#2490).  Fix
        suggested by Johan Bockgård.

=== modified file 'lisp/menu-bar.el'
--- a/lisp/menu-bar.el  2011-07-12 12:58:24 +0000
+++ b/lisp/menu-bar.el  2011-07-12 13:01:20 +0000
@@ -673,8 +673,7 @@
 ;; Function for setting/saving default font.
 
 (defun menu-set-font ()
-  "Interactively select a font and make it the default.
-This new default will be saved for future Emacs sessions."
+  "Interactively select a font and make it the default."
   (interactive)
   (let ((font (if (fboundp 'x-select-font)
                  (x-select-font)


reply via email to

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