changeset 104495:4659ddbe20bf

* progmodes/autoconf.el: Provide autoconf as well.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 20 Sep 2009 14:22:30 +0000
parents e480034314ce
children 8c4870c15962
files lisp/ChangeLog lisp/progmodes/autoconf.el
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Sep 20 04:00:13 2009 +0000
+++ b/lisp/ChangeLog	Sun Sep 20 14:22:30 2009 +0000
@@ -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)
--- a/lisp/progmodes/autoconf.el	Sun Sep 20 04:00:13 2009 +0000
+++ b/lisp/progmodes/autoconf.el	Sun Sep 20 14:22:30 2009 +0000
@@ -107,6 +107,7 @@
   (run-mode-hooks 'autoconf-mode-hook))
 
 (provide 'autoconf-mode)
+(provide 'autoconf)
 
 ;; arch-tag: 4f44778f-2ab3-49a1-a103-f0acb9df2de4
 ;;; autoconf.el ends here