diff options
| author | Andreas Schwab | 2012-07-10 00:30:01 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2012-07-10 00:30:01 +0200 |
| commit | b33da87cd1d17d12d1322d4747254cc6cfbc2110 (patch) | |
| tree | ac086a8ad39229b35d4ca1a0c01e9c24154f3fbe | |
| parent | 59aadc36c34d253baf245f431dc786d2c35cf1d4 (diff) | |
| download | emacs-b33da87cd1d17d12d1322d4747254cc6cfbc2110.tar.gz emacs-b33da87cd1d17d12d1322d4747254cc6cfbc2110.zip | |
* ede/project-am.el: Fix typo.
| -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 @@ | |||
| 1 | 2012-07-09 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * ede/project-am.el: Fix typo. | ||
| 4 | |||
| 1 | 2012-07-09 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2012-07-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | Rename configure.in to configure.ac (Bug#11603). | 7 | 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." | |||
| 896 | out)) | 896 | out)) |
| 897 | 897 | ||
| 898 | 898 | ||
| 899 | ;;; Configure.am queries. | 899 | ;;; Configure.ac queries. |
| 900 | ;; | 900 | ;; |
| 901 | (defvar project-am-autoconf-file-options | 901 | (defvar project-am-autoconf-file-options |
| 902 | '("configure.ac" "configure.in") | 902 | '("configure.ac" "configure.in") |