diff options
| author | Kim F. Storm <storm@cua.dk> | 2006-07-10 15:03:24 +0000 | 
|---|---|---|
| committer | Kim F. Storm <storm@cua.dk> | 2006-07-10 15:03:24 +0000 | 
| commit | 56e4872562faa46b9d87c0680491983f70640678 (patch) | |
| tree | 0d0d8935fc5232a6c3064ec8849285f5df66345f /lisp/emacs-lisp/authors.el | |
| parent | 77034d43b9504f86df49596cb676f4a01dd17c1a (diff) | |
| download | emacs-56e4872562faa46b9d87c0680491983f70640678.tar.gz | |
(authors-ignored-files): Ignore changes
to FOR-RELEASE and TODO.
Diffstat (limited to 'lisp/emacs-lisp/authors.el')
| -rw-r--r-- | lisp/emacs-lisp/authors.el | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index ee49c9a82fc..912f6b2d77f 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -169,7 +169,7 @@ listed.")    '("external-lisp"      "lock" "share-lib" "local-lisp"      "noleim-Makefile.in" -    "NEWS" "PROBLEMS" "FAQ" "AUTHORS") +    "NEWS" "PROBLEMS" "FAQ" "AUTHORS" "FOR-RELEASE" "TODO")    "List of files and directories to ignore.  Changes to files in this list are not listed.") | 
