diff lisp/hi-lock.el @ 97422:6e551caf98f6

Add declarations for builds without X.
author Glenn Morris <rgm@gnu.org>
date Mon, 11 Aug 2008 01:23:07 +0000
parents e4097ac146ee
children ad593a3ba97e
line wrap: on
line diff
--- a/lisp/hi-lock.el	Mon Aug 11 01:19:29 2008 +0000
+++ b/lisp/hi-lock.el	Mon Aug 11 01:23:07 2008 +0000
@@ -447,6 +447,8 @@
   (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