/[emacs]/emacs/lisp/progmodes/make-mode.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/make-mode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.70 by monnier, Wed Nov 28 20:40:36 2001 UTC revision 1.71 by monnier, Wed Nov 28 20:41:49 2001 UTC
# Line 1  Line 1 
1  ;;; make-mode.el --- makefile editing commands for Emacs  ;;; make-mode.el --- makefile editing commands for Emacs
2    
3  ;; Copyright (C) 1992, 1994, 1999, 2000 Free Software Foundation, Inc.  ;; Copyright (C) 1992,94,99,2000,2001  Free Software Foundation, Inc.
4    
5  ;; Author: Thomas Neumann <tom@smart.bo.open.de>  ;; Author: Thomas Neumann <tom@smart.bo.open.de>
6  ;;      Eric S. Raymond <esr@snark.thyrsus.com>  ;;      Eric S. Raymond <esr@snark.thyrsus.com>
# Line 88  Line 88 
88    
89  ;;; Code:  ;;; Code:
90    
 (provide 'make-mode)  
   
91  ;; Sadly we need this for a macro.  ;; Sadly we need this for a macro.
92  (eval-when-compile  (eval-when-compile
93    (require 'imenu)    (require 'imenu)
# Line 1523  If it isn't in one, return nil." Line 1521  If it isn't in one, return nil."
1521              (forward-line -1)))              (forward-line -1)))
1522        (if (stringp found) found))))        (if (stringp found) found))))
1523    
1524    (provide 'make-mode)
1525    
1526  ;;; make-mode.el ends here  ;;; make-mode.el ends here

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26