Add some compiler declarations, for builds without X.
This commit is contained in:
parent
1ad31f1bba
commit
aa360da10d
37 changed files with 335 additions and 10 deletions
|
@ -128,6 +128,8 @@
|
|||
(setq menu-items (cdr menu-items)))
|
||||
menu))
|
||||
|
||||
(declare-function x-popup-dialog "xmenu.c" (position contents &optional header))
|
||||
|
||||
;; XEmacs compatibility function
|
||||
(defun popup-dialog-box (data)
|
||||
"Pop up a dialog box.
|
||||
|
|
|
@ -34,6 +34,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(declare-function x-popup-dialog "xmenu.c" (position contents &optional header))
|
||||
|
||||
(defun map-y-or-n-p (prompter actor list &optional help action-alist
|
||||
no-cursor-in-echo-area)
|
||||
"Ask a series of boolean questions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue