comparison lisp/emacs-lisp/check-declare.el @ 86388:b8e2c95bbb6e

Comment.
author Glenn Morris <rgm@gnu.org>
date Sat, 24 Nov 2007 03:11:14 +0000
parents 79a4d6e44352
children 47fc5bc30170
comparison
equal deleted inserted replaced
86387:00457632e132 86388:b8e2c95bbb6e
27 ;; The byte-compiler often warns about undefined functions that you 27 ;; The byte-compiler often warns about undefined functions that you
28 ;; know will actually be defined when it matters. The `declare-function' 28 ;; know will actually be defined when it matters. The `declare-function'
29 ;; statement allows you to suppress these warnings. This package 29 ;; statement allows you to suppress these warnings. This package
30 ;; checks that all such statements in a file or directory are accurate. 30 ;; checks that all such statements in a file or directory are accurate.
31 ;; The entry points are `check-declare-file' and `check-declare-directory'. 31 ;; The entry points are `check-declare-file' and `check-declare-directory'.
32
33 ;; For more information, see Info node `elisp(Declaring Functions)'.
32 34
33 ;;; TODO: 35 ;;; TODO:
34 36
35 ;; 1. Handle defstructs (eg uniquify-item-base in desktop.el). 37 ;; 1. Handle defstructs (eg uniquify-item-base in desktop.el).
36 38