diff options
author | Glenn Morris <rgm@gnu.org> | 2009-09-30 02:27:10 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-09-30 02:27:10 +0000 |
commit | 1fc28a2c9d6d862fabfc7e8deb01d6563253b2fc (patch) | |
tree | b6a679088ee15c6555ce9f1f1bec1a141a51e6ac | |
parent | 9280709b47b946d3afb77479ef73f56dc9e4085a (diff) | |
download | emacs-1fc28a2c9d6d862fabfc7e8deb01d6563253b2fc.tar.gz |
(authors-ignored-files): Add "js2-mode.el".
-rw-r--r-- | lisp/ChangeLog | 7 | ||||
-rw-r--r-- | lisp/emacs-lisp/authors.el | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 73b9db7fe74..05837378097 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2009-09-30 Glenn Morris <rgm@gnu.org> + + * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime use + of CL function `remove-if-not'. + + * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el". + 2009-09-29 Chong Yidong <cyd@stupidchicken.com> * files.el (safe-local-eval-forms): Fix typo. diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el index cd3c2d465d5..1b60f339081 100644 --- a/lisp/emacs-lisp/authors.el +++ b/lisp/emacs-lisp/authors.el @@ -243,6 +243,7 @@ listed.") "texi/Makefile.in" "Imakefile" "icons/sink.ico" "aixcc.lex" "nxml/char-name/unicode" + "js2-mode.el" ; only installed very briefly, replaced by js.el ;; Autogen: "cus-load.el" "finder-inf.el" "ldefs-boot.el" ;; Never had any meaningful changes logged, now deleted: |