Add some compiler declarations, for builds without X.

This commit is contained in:
Glenn Morris 2008-06-12 03:56:20 +00:00
parent 1ad31f1bba
commit aa360da10d
37 changed files with 335 additions and 10 deletions

View file

@ -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.

View file

@ -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.