diff options
| -rw-r--r-- | lisp/cedet/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/cedet/ede/project-am.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index bbf700311e1..d949f36f453 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog @@ -1,3 +1,7 @@ +2012-07-09 Andreas Schwab <schwab@linux-m68k.org> + + * ede/project-am.el: Fix typo. + 2012-07-09 Paul Eggert <eggert@cs.ucla.edu> Rename configure.in to configure.ac (Bug#11603). diff --git a/lisp/cedet/ede/project-am.el b/lisp/cedet/ede/project-am.el index 1caaee4b7d4..e951598ba55 100644 --- a/lisp/cedet/ede/project-am.el +++ b/lisp/cedet/ede/project-am.el @@ -896,7 +896,7 @@ files in the project." out)) -;;; Configure.am queries. +;;; Configure.ac queries. ;; (defvar project-am-autoconf-file-options '("configure.ac" "configure.in") |
