From 9d6f1d90417f8f4b477fb4bc8b8537ed375a1a69 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Tue, 12 Jul 2011 15:01:20 +0200 Subject: [PATCH] Revert last patch, which wasn't correct. --- lisp/ChangeLog | 3 --- lisp/menu-bar.el | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 75c6eb01a1e..d503171245d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,8 +1,5 @@ 2011-07-12 Lars Magne Ingebrigtsen - * 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. diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 2954384d23b..caae40ed8c5 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -673,8 +673,7 @@ by \"Save Options\" in Custom buffers.") ;; 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) -- 2.39.5