Move `provide' to the end.
This commit is contained in:
parent
debe2de297
commit
0017329bca
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
;;; make-mode.el --- makefile editing commands for Emacs
|
;;; make-mode.el --- makefile editing commands for Emacs
|
||||||
|
|
||||||
;; Copyright (C) 1992, 1994, 1999, 2000 Free Software Foundation, Inc.
|
;; Copyright (C) 1992,94,99,2000,2001 Free Software Foundation, Inc.
|
||||||
|
|
||||||
;; Author: Thomas Neumann <tom@smart.bo.open.de>
|
;; Author: Thomas Neumann <tom@smart.bo.open.de>
|
||||||
;; Eric S. Raymond <esr@snark.thyrsus.com>
|
;; Eric S. Raymond <esr@snark.thyrsus.com>
|
||||||
|
@ -88,8 +88,6 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(provide 'make-mode)
|
|
||||||
|
|
||||||
;; Sadly we need this for a macro.
|
;; Sadly we need this for a macro.
|
||||||
(eval-when-compile
|
(eval-when-compile
|
||||||
(require 'imenu)
|
(require 'imenu)
|
||||||
|
@ -1523,4 +1521,6 @@ If it isn't in one, return nil."
|
||||||
(forward-line -1)))
|
(forward-line -1)))
|
||||||
(if (stringp found) found))))
|
(if (stringp found) found))))
|
||||||
|
|
||||||
|
(provide 'make-mode)
|
||||||
|
|
||||||
;;; make-mode.el ends here
|
;;; make-mode.el ends here
|
||||||
|
|
Loading…
Add table
Reference in a new issue