+2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
+ display-popup-menus-p returns nil.
+
2001-08-31 Gerd Moellmann <gerd@gnu.org>
* isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
\\<minibuffer-local-must-match-map>Use \\[minibuffer-complete] to complete a partially typed regexp.
\(See info node `Minibuffer History'.\)"
(interactive
- (if (vectorp (this-command-keys))
+ (if (and (display-popup-menus-p) (vectorp (this-command-keys)))
(catch 'snafu
(or
(x-popup-menu