emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Michael Cadilhac
Subject: [Emacs-diffs] Changes to emacs/lisp/hi-lock.el,v
Date: Sun, 26 Aug 2007 19:34:31 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Cadilhac <cadilhac>     07/08/26 19:34:31

Index: hi-lock.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/hi-lock.el,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- hi-lock.el  26 Jul 2007 05:26:25 -0000      1.46
+++ hi-lock.el  26 Aug 2007 19:34:31 -0000      1.47
@@ -462,7 +462,7 @@
 \\<minibuffer-local-must-match-map>Use \\[minibuffer-complete] to complete a 
partially typed regexp.
 \(See info node `Minibuffer History'.\)"
   (interactive
-   (if (and (display-popup-menus-p) (vectorp (this-command-keys)))
+   (if (and (display-popup-menus-p) (not last-nonmenu-event))
        (catch 'snafu
         (or
          (x-popup-menu




reply via email to

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