emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/make-mode.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/make-mode.el
Date: Wed, 28 Nov 2001 15:41:50 -0500

Index: emacs/lisp/progmodes/make-mode.el
diff -u emacs/lisp/progmodes/make-mode.el:1.70 
emacs/lisp/progmodes/make-mode.el:1.71
--- emacs/lisp/progmodes/make-mode.el:1.70      Wed Nov 28 15:40:36 2001
+++ emacs/lisp/progmodes/make-mode.el   Wed Nov 28 15:41:49 2001
@@ -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 <address@hidden>
 ;;     Eric S. Raymond <address@hidden>
@@ -88,8 +88,6 @@
 
 ;;; Code:
 
-(provide 'make-mode)
-
 ;; Sadly we need this for a macro.
 (eval-when-compile
   (require 'imenu)
@@ -1522,5 +1520,7 @@
        (or found
            (forward-line -1)))
       (if (stringp found) found))))
+
+(provide 'make-mode)
 
 ;;; make-mode.el ends here



reply via email to

[Prev in Thread] Current Thread [Next in Thread]