]> git.eshelyaron.com Git - emacs.git/commitdiff
Update x-popup-menu declaration.
authorGlenn Morris <rgm@gnu.org>
Tue, 10 Nov 2009 08:11:47 +0000 (08:11 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 10 Nov 2009 08:11:47 +0000 (08:11 +0000)
lisp/ChangeLog
lisp/calendar/cal-menu.el
lisp/calendar/calendar.el
lisp/calendar/holidays.el
lisp/dired.el
lisp/hi-lock.el
lisp/progmodes/cperl-mode.el

index 5a6d18d35e8a4bb04fe18a42385b9ec07da16f46..652bd91d7148a1883588146625812cb7c5f9da87 100644 (file)
@@ -1,5 +1,9 @@
 2009-11-10  Glenn Morris  <rgm@gnu.org>
 
+       * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
+       * calendar/holidays.el, progmodes/cperl-mode.el:
+       Update x-popup-menu declarations.
+
        * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
        (list-load-path-shadows): Use dolist.
        (list-load-path-shadows): Use with-current-buffer.
index e39e181dbed8128e845a036046c141155fa00c74..81be8b533abb8a8cff3bc5b90949217ebde6e3c6 100644 (file)
     ["Backward 1 Year" calendar-backward-year])
   "Key map for \"Scroll\" menu in the calendar.")
 
-(declare-function x-popup-menu "xmenu.c" (position menu))
+(declare-function x-popup-menu "menu.c" (position menu))
 
 (defmacro cal-menu-x-popup-menu (event title &rest body)
   "Call `x-popup-menu' at position EVENT, with TITLE and contents BODY.
index d72a56d11143daf6a27fab856c91024d5a2fcdae..ee242dc985b2a274f180abb3b95418e2cf26f8db 100644 (file)
 
 ;;; Code:
 
-(load "cal-loaddefs" nil 'nomessage)
+(load "cal-loaddefs" nil t)
 
 ;; Avoid recursive load of calendar when loading cal-menu.  Yuck.
 (provide 'calendar)
@@ -2510,7 +2510,7 @@ DATE is (month day year).  Calendars that do not apply are omitted."
            (format "Mayan date: %s"
                    (calendar-mayan-date-string date))))))
 
-(declare-function x-popup-menu "xmenu.c" (position menu))
+(declare-function x-popup-menu "menu.c" (position menu))
 
 (defun calendar-print-other-dates (&optional event)
   "Show dates on other calendars for date under the cursor.
index d41f2cf9aff103fc67523e3c4d288d7d9aec5495..cb32e19aaeac4b839b196e9def3d364b2aac262a 100644 (file)
@@ -29,7 +29,7 @@
 ;;; Code:
 
 (require 'calendar)
-(load "hol-loaddefs" nil 'nomessage)
+(load "hol-loaddefs" nil t)
 
 (defgroup holidays nil
   "Holidays support in calendar."
@@ -643,7 +643,7 @@ The holidays are those in the list `calendar-holidays'."
 (define-obsolete-function-alias
   'check-calendar-holidays 'calendar-check-holidays "23.1")
 
-(declare-function x-popup-menu "xmenu.c" (position menu))
+(declare-function x-popup-menu "menu.c" (position menu))
 
 ;;;###cal-autoload
 (defun calendar-cursor-holidays (&optional date event)
index 34c17ea4f5d6ced97d2bb6e8481f35402cc21a50..57c5c8954b4cabb83c23792fdfd2661285602028 100644 (file)
@@ -3311,7 +3311,7 @@ Anything else means ask for each directory."
   (message-box
    "Dired recursive copies are currently disabled.\nSee the variable `dired-recursive-copies'."))
 
-(declare-function x-popup-menu "xmenu.c" (position menu))
+(declare-function x-popup-menu "menu.c" (position menu))
 
 (defun dired-dnd-do-ask-action (uri)
   ;; No need to get actions and descriptions from the source,
index 8a85068d559e068e2bbb2c322333f4300ee1a350..418a98f3f3a3bb496190753d4e652ba544d77f5f 100644 (file)
@@ -447,7 +447,7 @@ lower-case letters made case insensitive."
   (unless hi-lock-mode (hi-lock-mode 1))
   (hi-lock-set-pattern regexp face))
 
-(declare-function x-popup-menu "xmenu.c" (position menu))
+(declare-function x-popup-menu "menu.c" (position menu))
 
 ;;;###autoload
 (defalias 'unhighlight-regexp 'hi-lock-unface-buffer)
index 7446de6ff8f46477fcc85d0a57c10b23ea4912d4..d7c6d9f1094607fb140622330c2663a0e9afc0c3 100644 (file)
@@ -7171,7 +7171,7 @@ Use as
                        (cons cons1 (car cperl-hierarchy)))))))
       (end-of-line))))
 
-(declare-function x-popup-menu "xmenu.c" (position menu))
+(declare-function x-popup-menu "menu.c" (position menu))
 
 (defun cperl-tags-hier-init (&optional update)
   "Show hierarchical menu of classes and methods.