1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -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:
Glenn Morris 2013-05-10 19:27:28 -07:00
parent 445f95e2ab
commit f20def1f2e
8 changed files with 19 additions and 12 deletions

View file

@ -1495,7 +1495,7 @@ The value is one of the symbols `static-gray', `gray-scale',
(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)