diff options
| author | Glenn Morris | 2008-08-11 01:23:07 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-08-11 01:23:07 +0000 |
| commit | f2d9c15f597ab17a78244c4e019d708d5290ac19 (patch) | |
| tree | eea7f9d13952b4727dfb8db3509d5e53cdda4fac /lisp/progmodes | |
| parent | 79e43d6ecac6a45c110cd7634caae4bcf6d6ffdf (diff) | |
| download | emacs-f2d9c15f597ab17a78244c4e019d708d5290ac19.tar.gz emacs-f2d9c15f597ab17a78244c4e019d708d5290ac19.zip | |
Add declarations for builds without X.
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/cperl-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el index 57ecf03e2c7..9f57f62b94d 100644 --- a/lisp/progmodes/cperl-mode.el +++ b/lisp/progmodes/cperl-mode.el | |||
| @@ -7089,6 +7089,8 @@ Use as | |||
| 7089 | (cons cons1 (car cperl-hierarchy))))))) | 7089 | (cons cons1 (car cperl-hierarchy))))))) |
| 7090 | (end-of-line)))) | 7090 | (end-of-line)))) |
| 7091 | 7091 | ||
| 7092 | (declare-function x-popup-menu "xmenu.c" (position menu)) | ||
| 7093 | |||
| 7092 | (defun cperl-tags-hier-init (&optional update) | 7094 | (defun cperl-tags-hier-init (&optional update) |
| 7093 | "Show hierarchical menu of classes and methods. | 7095 | "Show hierarchical menu of classes and methods. |
| 7094 | Finds info about classes by a scan of loaded TAGS files. | 7096 | Finds info about classes by a scan of loaded TAGS files. |