]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/autoconf.el: Provide autoconf as well.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 20 Sep 2009 14:22:30 +0000 (14:22 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 20 Sep 2009 14:22:30 +0000 (14:22 +0000)
lisp/ChangeLog
lisp/progmodes/autoconf.el

index de47dbd2940e32e76987b80889cb6aeb6d8dc04f..bdd997453d886072cb67045a54f805f97c45296a 100644 (file)
@@ -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)
index 2b7e885c58bfdf56f83861150196a2ae7ef07284..734ae8c4e4455ea655f3b94ff393540cbdead9d7 100644 (file)
@@ -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