2013-05-11 Glenn Morris <rgm@gnu.org>
+ * faces.el (internal-face-x-get-resource):
+ * frame.el (ns-display-monitor-attributes-list):
+ * calc/calc-aent.el (math-to-radians-2): Fix declarations.
+
+ * emacs-lisp/package.el (tar-header-name, tar-header-link-type):
+
* calc/calc-menu.el: Make it loadable in isolation.
* net/eudcb-bbdb.el: Make it loadable without bbdb.
(declare-function math-simplify "calc-alg" (top-expr))
(declare-function math-known-matrixp "calc-arith" (a))
(declare-function math-parse-fortran-subscr "calc-lang" (sym args))
-(declare-function math-to-radians-2 "calc-math" (a))
+(declare-function math-to-radians-2 "calc-math" (a &optional force-symbolic))
(declare-function math-read-string "calc-ext" ())
(declare-function math-read-brackets "calc-vec" (space-sep math-rb-close))
(declare-function math-read-angle-brackets "calc-forms" ())
2013-05-11 Glenn Morris <rgm@gnu.org>
+ * ede/locate.el (cedet-cscope-version-check)
+ (cedet-cscope-support-for-directory):
+ * semantic/grammar.el (semantic-grammar-wy--install-parser):
+ Fix declarations.
+
* ede/project-am.el (project-am-compile-project-command): Fix :type.
2013-05-09 Glenn Morris <rgm@gnu.org>
;;; CSCOPE
;;
-(declare-function cedet-cscope-version-check "cedet-scope")
-(declare-function cedet-cscope-support-for-directory "cedet-scope")
+(declare-function cedet-cscope-version-check "cedet-cscope")
+(declare-function cedet-cscope-support-for-directory "cedet-cscope")
(declare-function cedet-cscope-expand-filename "cedet-cscope")
(declare-function cedet-cscope-create/update-database "cedet-cscope")
(require 'semantic/find)
(require 'semantic/db))
-(declare-function semantic-grammar-wy--install-parser
- "semantic/gram-wy-fallback")
-
-(declare-function semantic-grammar-wy--install-parser
- "semantic/gram-wy-fallback")
+(declare-function semantic-grammar-wy--install-parser "semantic/grammar-wy")
\f
;;;;
(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.
(declare-function internal-face-x-get-resource "xfaces.c"
- (resource class frame))
+ (resource class &optional frame))
(declare-function internal-set-lisp-face-attribute-from-resource "xfaces.c"
(face attr value &optional frame))
(declare-function x-display-monitor-attributes-list "xfns.c"
(&optional terminal))
-(declare-function ns-display-monitor-attributes-list "nsfns.c"
+(declare-function ns-display-monitor-attributes-list "nsfns.m"
(&optional terminal))
(defun display-monitor-attributes-list (&optional display)