mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
* 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
|
|
@ -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
Add a link
Reference in a new issue