]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/autoconf.el
Allow use of "end" keyword for terminating Octave-mode blocks.
[gnu-emacs] / lisp / progmodes / autoconf.el
index ed52dbf32925f6a615785ca9a5e90055c03d2485..734ae8c4e4455ea655f3b94ff393540cbdead9d7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; autoconf.el --- mode for editing Autoconf configure.in files
 
-;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 ;; Free Software Foundation, Inc.
 
 ;; Author: Dave Love <fx@gnu.org>
@@ -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