* hi-lock.el (hi-lock-unface-buffer): Fix interactive spec (Bug#7554).
This commit is contained in:
parent
29bbcfa705
commit
8d96c9a4e7
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-08-09 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
|
||||
(Bug#7554).
|
||||
|
||||
2011-07-28 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
|
||||
|
|
|
@ -461,7 +461,9 @@ interactive functions. \(See `hi-lock-interactive-patterns'.\)
|
|||
\\<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) (not last-nonmenu-event))
|
||||
(if (and (display-popup-menus-p)
|
||||
(listp last-nonmenu-event)
|
||||
use-dialog-box)
|
||||
(catch 'snafu
|
||||
(or
|
||||
(x-popup-menu
|
||||
|
|
Loading…
Add table
Reference in a new issue