diff options
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/progmodes/autoconf.el | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de47dbd2940..bdd997453d8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2009-09-20 Chong Yidong <cyd@stupidchicken.com> | 1 | 2009-09-20 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * progmodes/autoconf.el: Provide autoconf as well. | ||
| 4 | |||
| 3 | * files.el (auto-mode-alist): Use emacs-lisp-mode for Project.ede. | 5 | * files.el (auto-mode-alist): Use emacs-lisp-mode for Project.ede. |
| 4 | 6 | ||
| 5 | * cedet/semantic/bovine/gcc.el (semantic-gcc-test-output-parser) | 7 | * cedet/semantic/bovine/gcc.el (semantic-gcc-test-output-parser) |
diff --git a/lisp/progmodes/autoconf.el b/lisp/progmodes/autoconf.el index 2b7e885c58b..734ae8c4e44 100644 --- a/lisp/progmodes/autoconf.el +++ b/lisp/progmodes/autoconf.el | |||
| @@ -107,6 +107,7 @@ searching backwards at another AC_... command." | |||
| 107 | (run-mode-hooks 'autoconf-mode-hook)) | 107 | (run-mode-hooks 'autoconf-mode-hook)) |
| 108 | 108 | ||
| 109 | (provide 'autoconf-mode) | 109 | (provide 'autoconf-mode) |
| 110 | (provide 'autoconf) | ||
| 110 | 111 | ||
| 111 | ;; arch-tag: 4f44778f-2ab3-49a1-a103-f0acb9df2de4 | 112 | ;; arch-tag: 4f44778f-2ab3-49a1-a103-f0acb9df2de4 |
| 112 | ;;; autoconf.el ends here | 113 | ;;; autoconf.el ends here |