Mercurial > emacs
comparison lisp/progmodes/autoconf.el @ 88123:375f2633d815
New directory
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 08 Sep 2003 11:56:09 +0000 |
parents | 695cf19ef79e |
children | 68c22ea6027c |
comparison
equal
deleted
inserted
replaced
52428:27bc8b966642 | 88123:375f2633d815 |
---|---|
2 | 2 |
3 ;; Copyright (C) 2000 Free Software Foundation, Inc. | 3 ;; Copyright (C) 2000 Free Software Foundation, Inc. |
4 | 4 |
5 ;; Author: Dave Love <fx@gnu.org> | 5 ;; Author: Dave Love <fx@gnu.org> |
6 ;; Keywords: languages | 6 ;; Keywords: languages |
7 ;; $Revision: 1.4 $ | 7 ;; $Revision: 1.3 $ |
8 | 8 |
9 ;; This file is part of GNU Emacs. | 9 ;; This file is part of GNU Emacs. |
10 | 10 |
11 ;; GNU Emacs is free software; you can redistribute it and/or modify | 11 ;; GNU Emacs is free software; you can redistribute it and/or modify |
12 ;; it under the terms of the GNU General Public License as published by | 12 ;; it under the terms of the GNU General Public License as published by |
106 #'autoconf-current-defun-function) | 106 #'autoconf-current-defun-function) |
107 (run-hooks 'autoconf-mode-hook)) | 107 (run-hooks 'autoconf-mode-hook)) |
108 | 108 |
109 (provide 'autoconf-mode) | 109 (provide 'autoconf-mode) |
110 | 110 |
111 ;;; arch-tag: 4f44778f-2ab3-49a1-a103-f0acb9df2de4 | |
112 ;;; autoconf.el ends here | 111 ;;; autoconf.el ends here |