mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Fix some declarations
* lisp/faces.el (internal-face-x-get-resource): * lisp/frame.el (ns-display-monitor-attributes-list): * lisp/calc/calc-aent.el (math-to-radians-2): * lisp/cedet/ede/locate.el (cedet-cscope-version-check) (cedet-cscope-support-for-directory): * lisp/cedet/semantic/grammar.el (semantic-grammar-wy--install-parser): * lisp/emacs-lisp/package.el (tar-header-name, tar-header-link-type): Fix declarations.
This commit is contained in:
parent
445f95e2ab
commit
f20def1f2e
8 changed files with 19 additions and 12 deletions
|
|
@ -613,8 +613,8 @@ EXTRA-PROPERTIES is currently unused."
|
|||
|
||||
(defvar tar-parse-info)
|
||||
(declare-function tar-untar-buffer "tar-mode" ())
|
||||
(declare-function tar-header-name "tar-mode" (tar-header))
|
||||
(declare-function tar-header-link-type "tar-mode" (tar-header))
|
||||
(declare-function tar-header-name "tar-mode" (tar-header) t)
|
||||
(declare-function tar-header-link-type "tar-mode" (tar-header) t)
|
||||
|
||||
(defun package-untar-buffer (dir)
|
||||
"Untar the current buffer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue