annotate lisp/.cvsignore @ 104036:1a42628a650e

(elint-standard-variables): Remove most members, since the next two variables cover them automatically now. (elint-builtin-variables, elint-autoloaded-variables): New. (elint-unknown-builtin-args): Remove all members, since they can be parsed automatically now. (elint-extra-errors): New. (elint-env-add-env, elint-env-add-macro): Use cadr. (elint-current-buffer): Use or. Change final message. (elint-get-top-forms): Use line-end-position. (elint-init-env): Use cadr. Handle autoload, declare-function, and defalias. (elint-add-required-env): Doc fix. Use or. Standardize error. (regexp-assoc): Remove unused function. (elint-top-form): Set elint-current-pos, to record the start of the top-level form, for compilation-mode. (elint-form): Trap errors in macro expansion. Use dolist. (elint-unbound-variable): Use elint-builtin-variables and elint-autoloaded-variables. (elint-get-args): Use cadr, or. (elint-check-cond-form): Use dolist, cadr. (elint-check-condition-case-form): Doc fix. Use cadr. Use elint-extra-errors. (elint-log): New function. (elint-error, elint-warning): Use elint-log for a bytecomp-style format. Distinguish errors and warnings. (elint-log-message): Use with-current-buffer. Inhibit read-only. Use a bytecomp-style format. (elint-clear-log): Preserve default-directory. Inhibit read-only. (elint-get-log-buffer): Use compilation mode. Disable undo. Don't truncate lines. (elint-initialize): Set builtin and autoloaded variable lists. Only process elint-unknown-builtin-args if non-nil. (elint-find-builtin-variables, elint-find-autoloaded-variables): New functions. (elint-find-builtin-args): Doc fix. Handle "BODY...)".
author Glenn Morris <rgm@gnu.org>
date Thu, 23 Jul 2009 02:54:39 +0000
parents bae03e1f7131
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
31648
2e692da8f736 Sort alphabetically and add `Makefile' and `elc.tar.gz'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29750
diff changeset
1 *.elc
47590
1efefab8bd92 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 35958
diff changeset
2 MANIFEST
31648
2e692da8f736 Sort alphabetically and add `Makefile' and `elc.tar.gz'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29750
diff changeset
3 Makefile
65666
2e95191b77c0 Add makefile and Makefile.unix (for MS-Windows).
Eli Zaretskii <eliz@gnu.org>
parents: 52530
diff changeset
4 Makefile.unix
2e95191b77c0 Add makefile and Makefile.unix (for MS-Windows).
Eli Zaretskii <eliz@gnu.org>
parents: 52530
diff changeset
5 makefile
31648
2e692da8f736 Sort alphabetically and add `Makefile' and `elc.tar.gz'.
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29750
diff changeset
6 elc.tar.gz
47904
64908cd89f5c added cus-load.el, finder-inf.el and subdirs.el
Sam Steingold <sds@gnu.org>
parents: 47590
diff changeset
7 cus-load.el
64908cd89f5c added cus-load.el, finder-inf.el and subdirs.el
Sam Steingold <sds@gnu.org>
parents: 47590
diff changeset
8 finder-inf.el
64908cd89f5c added cus-load.el, finder-inf.el and subdirs.el
Sam Steingold <sds@gnu.org>
parents: 47590
diff changeset
9 subdirs.el
52530
2bac1082968e add loaddefs.el
Andreas Schwab <schwab@suse.de>
parents: 47904
diff changeset
10 loaddefs.el
95560
bae03e1f7131 Add TAGS, TAGS-LISP.
Glenn Morris <rgm@gnu.org>
parents: 65666
diff changeset
11 TAGS
bae03e1f7131 Add TAGS, TAGS-LISP.
Glenn Morris <rgm@gnu.org>
parents: 65666
diff changeset
12 TAGS-LISP