diff options
| author | Glenn Morris | 2007-11-24 03:11:14 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-24 03:11:14 +0000 |
| commit | faf7b3960e4cd3e0122529d9efdd337bc6f3d876 (patch) | |
| tree | 884f13a74fe8b71700e7508950068a73966abe42 | |
| parent | e1b0f17b8d4f79d2d4e9b929180414c50341e2d3 (diff) | |
| download | emacs-faf7b3960e4cd3e0122529d9efdd337bc6f3d876.tar.gz emacs-faf7b3960e4cd3e0122529d9efdd337bc6f3d876.zip | |
Comment.
| -rw-r--r-- | lisp/emacs-lisp/check-declare.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/check-declare.el b/lisp/emacs-lisp/check-declare.el index 08172c08e95..14342264bf6 100644 --- a/lisp/emacs-lisp/check-declare.el +++ b/lisp/emacs-lisp/check-declare.el | |||
| @@ -30,6 +30,8 @@ | |||
| 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 | 32 | ||
| 33 | ;; For more information, see Info node `elisp(Declaring Functions)'. | ||
| 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). |