diff options
author | Glenn Morris <rgm@gnu.org> | 2010-06-09 22:39:03 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-06-09 22:39:03 -0700 |
commit | 46e6650e09b8b9309aa6846680edcb4b51e31d9f (patch) | |
tree | fefc0f7f26efa9520e5de510469f7054827727f8 /lisp | |
parent | d772827cafca73302741747867f1c9ce514fe509 (diff) | |
download | emacs-46e6650e09b8b9309aa6846680edcb4b51e31d9f.tar.gz emacs-46e6650e09b8b9309aa6846680edcb4b51e31d9f.tar.bz2 emacs-46e6650e09b8b9309aa6846680edcb4b51e31d9f.zip |
Minor authors.el update.
* lisp/emacs-lisp/authors.el (authors-ignored-files)
(authors-valid-file-names): Add some files.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 5 | ||||
-rw-r--r-- | lisp/emacs-lisp/authors.el | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2d9ac9cb5fe..c5b72d2d173 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-06-10 Glenn Morris <rgm@gnu.org> + + * emacs-lisp/authors.el (authors-ignored-files) + (authors-valid-file-names): Add some files. + 2010-06-10 Stefan Monnier <monnier@iro.umontreal.ca> * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index 7093ca78d3d..020729e2c76 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -266,7 +266,7 @@ listed.") "3B-MAXMEM" "AIX.DUMP" "SUN-SUPPORT" "XENIX" "CODINGS" "CHARSETS" "calc/INSTALL" "calc/Makefile" - "vms-pp.trans" "_emacs" "batcomp.com" + "vms-pp.trans" "_emacs" "batcomp.com" "notes/cpp" ; admin/ ;; MH-E stuff not in Emacs: "import-emacs" "release-utils" ;; Erc stuff not in Emacs: @@ -505,6 +505,7 @@ Changes to files in this list are not listed.") "getdate.y" "ymakefile" "permute-index" "index.perm" + "ibmrs6000.inp" "emacs.ico" "emacs21.ico" "LPF" "LEDIT" "OTHER.EMACSES" |