diff options
author | Miles Bader <miles@gnu.org> | 2003-09-01 15:45:59 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2003-09-01 15:45:59 +0000 |
commit | ab5796a9f97180707734a81320e3eb81937281fe (patch) | |
tree | eef8aa4dd3733966628c6a43bd924b51557519e9 /lisp/progmodes/autoconf.el | |
parent | 1042fe8c8ca167fdb44365d99a35492df87b078f (diff) | |
download | emacs-ab5796a9f97180707734a81320e3eb81937281fe.tar.gz emacs-ab5796a9f97180707734a81320e3eb81937281fe.tar.bz2 emacs-ab5796a9f97180707734a81320e3eb81937281fe.zip |
Add arch taglines
Diffstat (limited to 'lisp/progmodes/autoconf.el')
-rw-r--r-- | lisp/progmodes/autoconf.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/autoconf.el b/lisp/progmodes/autoconf.el index a2a2b63a85a..4edac8a5318 100644 --- a/lisp/progmodes/autoconf.el +++ b/lisp/progmodes/autoconf.el @@ -4,7 +4,7 @@ ;; Author: Dave Love <fx@gnu.org> ;; Keywords: languages -;; $Revision: 1.3 $ +;; $Revision: 1.4 $ ;; This file is part of GNU Emacs. @@ -108,4 +108,5 @@ searching backwards at another AC_... command." (provide 'autoconf-mode) +;;; arch-tag: 4f44778f-2ab3-49a1-a103-f0acb9df2de4 ;;; autoconf.el ends here |