From 83505cfea1c0096cebb96b79e8783e8632127ed2 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 24 Nov 2009 02:21:32 +0000 Subject: [PATCH] (bookmark-bmenu-search): Clear echo area when exiting. --- lisp/ChangeLog | 32 +++++++++++++++++++------------- lisp/bookmark.el | 1 + 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2c6dacc9f78..e84607aab70 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-11-24 Stefan Monnier + + * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting. + 2009-11-23 Ken Brown (tiny change) * net/browse-url.el (browse-url-filename-alist): On Windows, add @@ -10,8 +14,9 @@ Implement DocView Continuous mode. (Bug#4896) * doc-view.el (doc-view-continuous-mode): New defcustom. - (doc-view-mode-map): Bind C-n/ to `doc-view-next-line-or-next-page', - C-p/ to `doc-view-previous-line-or-previous-page'. + (doc-view-mode-map): Bind C-n/ to + `doc-view-next-line-or-next-page', C-p/ to + `doc-view-previous-line-or-previous-page'. (doc-view-next-line-or-next-page) (doc-view-previous-line-or-previous-page): New commands. @@ -114,12 +119,13 @@ (viper-prefix-arg-value): Do correct conversion of event-char for XEmacs. - * emulation/viper-util.el, emulation/viper.el: Use - viper-last-command-char instead of last-command-char/last-command-event. + * emulation/viper-util.el, emulation/viper.el: + Use viper-last-command-char instead of + last-command-char/last-command-event. - * ediff-init.el, ediff-mult.el, ediff-util.el: Replace - last-command-char and last-command-event with (ediff-last-command-char) - everywhere. + * ediff-init.el, ediff-mult.el, ediff-util.el: + Replace last-command-char and last-command-event + with (ediff-last-command-char) everywhere. * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is created in fundamental mode. @@ -135,8 +141,8 @@ 2009-11-21 Chong Yidong * cedet/semantic/complete.el (semantic-complete-read-tag-engine) - (semantic-complete-jump-local, semantic-complete-jump): Improve - prompt string. + (semantic-complete-jump-local, semantic-complete-jump): + Improve prompt string. 2009-11-21 Jan Djärv @@ -144,13 +150,13 @@ 2009-11-21 Nathaniel Flath - * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A - corrected version of the patch from 2009-11-18. (Bug#3910) + * progmodes/cc-menus.el (cc-imenu-java-generic-expression): + Correct the patch from 2009-11-18. (Bug#3910) 2009-11-21 Alan Mackenzie - * progmodes/cc-menus.el (cc-imenu-java-generic-expression): Update - to deal with modern Java constructs. + * progmodes/cc-menus.el (cc-imenu-java-generic-expression): + Update to deal with modern Java constructs. 2009-11-21 Tassilo Horn diff --git a/lisp/bookmark.el b/lisp/bookmark.el index 77b51a14f67..03d0c585a8f 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -2097,6 +2097,7 @@ To carry out the deletions that you've marked, use \\\\ (unwind-protect (bookmark-read-search-input) (cancel-timer timer) + (message nil) (when bookmark-quit-flag ; C-g hit restore menu list. (bookmark-bmenu-list) (bookmark-bmenu-goto-bookmark bmk)) (setq bookmark-quit-flag nil)))) -- 2.39.5