mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
lisp/*.el: Add missing declarations.
* descr-text.el (quail-find-key): * dired.el (desktop-file-name): * dirtrack.el (shell-prefixed-directory-name, shell-process-cd): * generic-x.el (comint-mode, comint-exec): * image-dired.el (widget-forward): * info.el (speedbar-add-expansion-list, speedbar-center-buffer-smartly) (speedbar-change-expand-button-char) (speedbar-change-initial-expansion-list, speedbar-delete-subblock) (speedbar-make-specialized-keymap, speedbar-make-tag-line): * printing.el (easy-menu-add-item, easy-menu-remove-item) (widget-field-action, widget-value-set): * speedbar.el (imenu--make-index-alist): * term.el (ring-empty-p, ring-ref, ring-insert-at-beginning) (ring-length, ring-insert): * vcursor.el (compare-windows-skip-whitespace): * woman.el (dired-get-filename): Declare functions. * term/w32-win.el (cygwin-convert-path-from-windows): Fix declaration.
This commit is contained in:
parent
3dc7dad23a
commit
d7fe635216
13 changed files with 66 additions and 2 deletions
|
|
@ -1383,6 +1383,10 @@ Used by `pr-menu-bind' and `pr-update-menus'.")
|
|||
(eval-when-compile
|
||||
(require 'easymenu)) ; to avoid compilation gripes
|
||||
|
||||
(declare-function easy-menu-add-item "easymenu"
|
||||
(map path item &optional before))
|
||||
(declare-function easy-menu-remove-item "easymenu" (map path name))
|
||||
|
||||
(eval-and-compile
|
||||
(defun pr-global-menubar (pr-menu-spec)
|
||||
(require 'easymenu)
|
||||
|
|
@ -6079,6 +6083,8 @@ COMMAND.exe, COMMAND.bat and COMMAND.com in this order."
|
|||
(and pr-i-region ; let region activated
|
||||
(pr-keep-region-active)))
|
||||
|
||||
(declare-function widget-field-action "wid-edit" (widget &optional _event))
|
||||
(declare-function widget-value-set "wid-edit" (widget value))
|
||||
|
||||
(defun pr-insert-section-1 ()
|
||||
;; 1. Print:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue