From 0017329bca1fa65fe94e7f2c7c84e66728e6eb9a Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 28 Nov 2001 20:41:49 +0000 Subject: [PATCH] Move `provide' to the end. --- lisp/progmodes/make-mode.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 94fc375d1fc..1b2b8e1df72 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -1,6 +1,6 @@ ;;; 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 ;; Eric S. Raymond @@ -88,8 +88,6 @@ ;;; Code: -(provide 'make-mode) - ;; Sadly we need this for a macro. (eval-when-compile (require 'imenu) @@ -1523,4 +1521,6 @@ If it isn't in one, return nil." (forward-line -1))) (if (stringp found) found)))) +(provide 'make-mode) + ;;; make-mode.el ends here -- 2.39.5