emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114348: * lisp/subr.el (x-popup-dialog): Declare.


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114348: * lisp/subr.el (x-popup-dialog): Declare.
Date: Wed, 18 Sep 2013 03:50:24 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114348
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2013-09-17 20:50:18 -0700
message:
  * lisp/subr.el (x-popup-dialog): Declare.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/subr.el                   subr.el-20091113204419-o5vbwnq5f7feedwu-151
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-18 03:47:11 +0000
+++ b/lisp/ChangeLog    2013-09-18 03:50:18 +0000
@@ -12,6 +12,8 @@
 
        * simple.el (font-info): Declare.
 
+       * subr.el (x-popup-dialog): Declare.
+
        * window.el (x-display-pixel-height, tool-bar-lines-needed): Declare.
        (fit-frame-to-buffer): Explicit error if --without-x.
        (mouse-autoselect-window-select): Silence compiler.

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2013-09-18 01:27:00 +0000
+++ b/lisp/subr.el      2013-09-18 03:50:18 +0000
@@ -2239,6 +2239,9 @@
            (push read unread-command-events)
            nil))))))
 
+;; Behind display-popup-menus-p test.
+(declare-function x-popup-dialog "xmenu.c" (position contents &optional 
header))
+
 (defun y-or-n-p (prompt)
   "Ask user a \"y or n\" question.  Return t if answer is \"y\".
 PROMPT is the string to display to ask the question.  It should


reply via email to

[Prev in Thread] Current Thread [Next in Thread]