summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-09-20 14:22:30 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-09-20 14:22:30 +0000
commit48bcb95a906dbbc27a1cd4db3cbde111346cbd87 (patch)
tree167123c442ac7af8a9cdcdaf3455b019611a4cfe
parent17af2991b5bd71ed2d3d69fd4467e1fc8a31d8d1 (diff)
downloademacs-48bcb95a906dbbc27a1cd4db3cbde111346cbd87.tar.gz
* progmodes/autoconf.el: Provide autoconf as well.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/progmodes/autoconf.el1
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 @@
2009-09-20 Chong Yidong <cyd@stupidchicken.com>
+ * progmodes/autoconf.el: Provide autoconf as well.
+
* files.el (auto-mode-alist): Use emacs-lisp-mode for Project.ede.
* 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."
(run-mode-hooks 'autoconf-mode-hook))
(provide 'autoconf-mode)
+(provide 'autoconf)
;; arch-tag: 4f44778f-2ab3-49a1-a103-f0acb9df2de4
;;; autoconf.el ends here