diff options
| author | Glenn Morris | 2013-05-10 19:27:28 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-05-10 19:27:28 -0700 |
| commit | f20def1f2e5ba9e0b093b050315b80b517c02dfb (patch) | |
| tree | 3960fe961a829747e48fcaacbc2cea0428d00cc3 | |
| parent | 445f95e2ab112f211dcd66b048628f383f9363dd (diff) | |
| download | emacs-f20def1f2e5ba9e0b093b050315b80b517c02dfb.tar.gz emacs-f20def1f2e5ba9e0b093b050315b80b517c02dfb.zip | |
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.
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/calc/calc-aent.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/cedet/ede/locate.el | 4 | ||||
| -rw-r--r-- | lisp/cedet/semantic/grammar.el | 6 | ||||
| -rw-r--r-- | lisp/emacs-lisp/package.el | 4 | ||||
| -rw-r--r-- | lisp/faces.el | 2 | ||||
| -rw-r--r-- | lisp/frame.el | 2 |
8 files changed, 19 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9b112313d60..3195d379b54 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2013-05-11 Glenn Morris <rgm@gnu.org> | 1 | 2013-05-11 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * faces.el (internal-face-x-get-resource): | ||
| 4 | * frame.el (ns-display-monitor-attributes-list): | ||
| 5 | * calc/calc-aent.el (math-to-radians-2): Fix declarations. | ||
| 6 | |||
| 7 | * emacs-lisp/package.el (tar-header-name, tar-header-link-type): | ||
| 8 | |||
| 3 | * calc/calc-menu.el: Make it loadable in isolation. | 9 | * calc/calc-menu.el: Make it loadable in isolation. |
| 4 | 10 | ||
| 5 | * net/eudcb-bbdb.el: Make it loadable without bbdb. | 11 | * net/eudcb-bbdb.el: Make it loadable without bbdb. |
diff --git a/lisp/calc/calc-aent.el b/lisp/calc/calc-aent.el index ae0230633af..6b0cfbb55d9 100644 --- a/lisp/calc/calc-aent.el +++ b/lisp/calc/calc-aent.el | |||
| @@ -42,7 +42,7 @@ | |||
| 42 | (declare-function math-simplify "calc-alg" (top-expr)) | 42 | (declare-function math-simplify "calc-alg" (top-expr)) |
| 43 | (declare-function math-known-matrixp "calc-arith" (a)) | 43 | (declare-function math-known-matrixp "calc-arith" (a)) |
| 44 | (declare-function math-parse-fortran-subscr "calc-lang" (sym args)) | 44 | (declare-function math-parse-fortran-subscr "calc-lang" (sym args)) |
| 45 | (declare-function math-to-radians-2 "calc-math" (a)) | 45 | (declare-function math-to-radians-2 "calc-math" (a &optional force-symbolic)) |
| 46 | (declare-function math-read-string "calc-ext" ()) | 46 | (declare-function math-read-string "calc-ext" ()) |
| 47 | (declare-function math-read-brackets "calc-vec" (space-sep math-rb-close)) | 47 | (declare-function math-read-brackets "calc-vec" (space-sep math-rb-close)) |
| 48 | (declare-function math-read-angle-brackets "calc-forms" ()) | 48 | (declare-function math-read-angle-brackets "calc-forms" ()) |
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index 1290a3c8c51..7360fc6e958 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2013-05-11 Glenn Morris <rgm@gnu.org> | 1 | 2013-05-11 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * ede/locate.el (cedet-cscope-version-check) | ||
| 4 | (cedet-cscope-support-for-directory): | ||
| 5 | * semantic/grammar.el (semantic-grammar-wy--install-parser): | ||
| 6 | Fix declarations. | ||
| 7 | |||
| 3 | * ede/project-am.el (project-am-compile-project-command): Fix :type. | 8 | * ede/project-am.el (project-am-compile-project-command): Fix :type. |
| 4 | 9 | ||
| 5 | 2013-05-09 Glenn Morris <rgm@gnu.org> | 10 | 2013-05-09 Glenn Morris <rgm@gnu.org> |
diff --git a/lisp/cedet/ede/locate.el b/lisp/cedet/ede/locate.el index 3dbe3153680..d8b29d3f0be 100644 --- a/lisp/cedet/ede/locate.el +++ b/lisp/cedet/ede/locate.el | |||
| @@ -310,8 +310,8 @@ that created this EDE locate object." | |||
| 310 | ;;; CSCOPE | 310 | ;;; CSCOPE |
| 311 | ;; | 311 | ;; |
| 312 | 312 | ||
| 313 | (declare-function cedet-cscope-version-check "cedet-scope") | 313 | (declare-function cedet-cscope-version-check "cedet-cscope") |
| 314 | (declare-function cedet-cscope-support-for-directory "cedet-scope") | 314 | (declare-function cedet-cscope-support-for-directory "cedet-cscope") |
| 315 | (declare-function cedet-cscope-expand-filename "cedet-cscope") | 315 | (declare-function cedet-cscope-expand-filename "cedet-cscope") |
| 316 | (declare-function cedet-cscope-create/update-database "cedet-cscope") | 316 | (declare-function cedet-cscope-create/update-database "cedet-cscope") |
| 317 | 317 | ||
diff --git a/lisp/cedet/semantic/grammar.el b/lisp/cedet/semantic/grammar.el index 9cb0f60b80a..66e7379ea6f 100644 --- a/lisp/cedet/semantic/grammar.el +++ b/lisp/cedet/semantic/grammar.el | |||
| @@ -48,11 +48,7 @@ | |||
| 48 | (require 'semantic/find) | 48 | (require 'semantic/find) |
| 49 | (require 'semantic/db)) | 49 | (require 'semantic/db)) |
| 50 | 50 | ||
| 51 | (declare-function semantic-grammar-wy--install-parser | 51 | (declare-function semantic-grammar-wy--install-parser "semantic/grammar-wy") |
| 52 | "semantic/gram-wy-fallback") | ||
| 53 | |||
| 54 | (declare-function semantic-grammar-wy--install-parser | ||
| 55 | "semantic/gram-wy-fallback") | ||
| 56 | 52 | ||
| 57 | 53 | ||
| 58 | ;;;; | 54 | ;;;; |
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index c80b8d970dc..199fdc8cfcb 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el | |||
| @@ -613,8 +613,8 @@ EXTRA-PROPERTIES is currently unused." | |||
| 613 | 613 | ||
| 614 | (defvar tar-parse-info) | 614 | (defvar tar-parse-info) |
| 615 | (declare-function tar-untar-buffer "tar-mode" ()) | 615 | (declare-function tar-untar-buffer "tar-mode" ()) |
| 616 | (declare-function tar-header-name "tar-mode" (tar-header)) | 616 | (declare-function tar-header-name "tar-mode" (tar-header) t) |
| 617 | (declare-function tar-header-link-type "tar-mode" (tar-header)) | 617 | (declare-function tar-header-link-type "tar-mode" (tar-header) t) |
| 618 | 618 | ||
| 619 | (defun package-untar-buffer (dir) | 619 | (defun package-untar-buffer (dir) |
| 620 | "Untar the current buffer. | 620 | "Untar the current buffer. |
diff --git a/lisp/faces.el b/lisp/faces.el index 6225769d161..6b4441e2814 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -297,7 +297,7 @@ X resource class for the attribute." | |||
| 297 | 297 | ||
| 298 | 298 | ||
| 299 | (declare-function internal-face-x-get-resource "xfaces.c" | 299 | (declare-function internal-face-x-get-resource "xfaces.c" |
| 300 | (resource class frame)) | 300 | (resource class &optional frame)) |
| 301 | 301 | ||
| 302 | (declare-function internal-set-lisp-face-attribute-from-resource "xfaces.c" | 302 | (declare-function internal-set-lisp-face-attribute-from-resource "xfaces.c" |
| 303 | (face attr value &optional frame)) | 303 | (face attr value &optional frame)) |
diff --git a/lisp/frame.el b/lisp/frame.el index e1a55bdffc4..0f8fc523a1b 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -1495,7 +1495,7 @@ The value is one of the symbols `static-gray', `gray-scale', | |||
| 1495 | 1495 | ||
| 1496 | (declare-function x-display-monitor-attributes-list "xfns.c" | 1496 | (declare-function x-display-monitor-attributes-list "xfns.c" |
| 1497 | (&optional terminal)) | 1497 | (&optional terminal)) |
| 1498 | (declare-function ns-display-monitor-attributes-list "nsfns.c" | 1498 | (declare-function ns-display-monitor-attributes-list "nsfns.m" |
| 1499 | (&optional terminal)) | 1499 | (&optional terminal)) |
| 1500 | 1500 | ||
| 1501 | (defun display-monitor-attributes-list (&optional display) | 1501 | (defun display-monitor-attributes-list (&optional display) |