comparison lisp/menubar-items.el @ 5369:4141aeddc55b

Eliminate byte-compile warnings, core Lisp. 2011-03-10 Aidan Kehoe <kehoea@parhasard.net> * etags.el (buffer-tag-table-list): * files.el (find-file-read-only): * files.el (find-file-read-only-other-window): * info.el (Info-dir-outdated-p): * info.el (Info-dump-dir-entries): * info.el (Info-rebuild-dir): * menubar-items.el (default-menubar): * mouse.el (drag-window-divider): * mouse.el (vertical-divider-map): * test-harness.el (emacs-lisp-file-regexp): Eliminate byte-compile warnings, again aside from those linked to Stephen's various non-defined fontconfig functions.
author Aidan Kehoe <kehoea@parhasard.net>
date Thu, 10 Mar 2011 19:14:25 +0000
parents cd167465bf69
children ac37a5f7e5be
comparison
equal deleted inserted replaced
5368:ed74d2ca7082 5369:4141aeddc55b
260 ("%_Delete Bookmark" 260 ("%_Delete Bookmark"
261 :filter ,#'(lambda (menu) 261 :filter ,#'(lambda (menu)
262 (submenu-generate-accelerator-spec 262 (submenu-generate-accelerator-spec
263 (mapcar #'(lambda (bmk) 263 (mapcar #'(lambda (bmk)
264 `[,bmk (bookmark-delete ',bmk)]) 264 `[,bmk (bookmark-delete ',bmk)])
265 (bookmark-all-names))))) 265 (declare-fboundp (bookmark-all-names))))))
266 ["%_Edit Bookmark List" bookmark-bmenu-list 266 ["%_Edit Bookmark List" bookmark-bmenu-list
267 :active (and-boundp 'bookmark-alist bookmark-alist)] 267 :active (and-boundp 'bookmark-alist bookmark-alist)]
268 "---" 268 "---"
269 ["%_Save Bookmarks" bookmark-save 269 ["%_Save Bookmarks" bookmark-save
270 :active (and-boundp 'bookmark-alist bookmark-alist)] 270 :active (and-boundp 'bookmark-alist bookmark-alist)]