summaryrefslogtreecommitdiff
path: root/lisp/hi-lock.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-08-11 01:23:07 +0000
committerGlenn Morris <rgm@gnu.org>2008-08-11 01:23:07 +0000
commitf2d9c15f597ab17a78244c4e019d708d5290ac19 (patch)
treeeea7f9d13952b4727dfb8db3509d5e53cdda4fac /lisp/hi-lock.el
parent79e43d6ecac6a45c110cd7634caae4bcf6d6ffdf (diff)
downloademacs-f2d9c15f597ab17a78244c4e019d708d5290ac19.tar.gz
Add declarations for builds without X.
Diffstat (limited to 'lisp/hi-lock.el')
-rw-r--r--lisp/hi-lock.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el
index da6bd441240..4d9be487266 100644
--- a/lisp/hi-lock.el
+++ b/lisp/hi-lock.el
@@ -447,6 +447,8 @@ lower-case letters made case insensitive."
(unless hi-lock-mode (hi-lock-mode 1))
(hi-lock-set-pattern regexp face))
+(declare-function x-popup-menu "xmenu.c" (position menu))
+
;;;###autoload
(defalias 'unhighlight-regexp 'hi-lock-unface-buffer)
;;;###autoload