diff lisp/progmodes/cperl-mode.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 a90a9fcdc77d
children a9dc0e7c3f2b
line wrap: on
line diff
--- a/lisp/progmodes/cperl-mode.el	Mon Aug 11 01:19:29 2008 +0000
+++ b/lisp/progmodes/cperl-mode.el	Mon Aug 11 01:23:07 2008 +0000
@@ -7089,6 +7089,8 @@
 			(cons cons1 (car cperl-hierarchy)))))))
       (end-of-line))))
 
+(declare-function x-popup-menu "xmenu.c" (position menu))
+
 (defun cperl-tags-hier-init (&optional update)
   "Show hierarchical menu of classes and methods.
 Finds info about classes by a scan of loaded TAGS files.