Mercurial > emacs
changeset 2400:2cfd22aa6017
: Added autoload cookie for entry point.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Sun, 28 Mar 1993 06:24:54 +0000 |
parents | 808b03396f33 |
children | 4edcccbb3fbc |
files | lisp/progmodes/make-mode.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/make-mode.el Sun Mar 28 06:24:44 1993 +0000 +++ b/lisp/progmodes/make-mode.el Sun Mar 28 06:24:54 1993 +0000 @@ -6,7 +6,7 @@ ;; Adapted-By: ESR ;; Keywords: unix, tools -;; $Id: makefile.el,v 1.3 1992/07/22 02:13:37 eric Exp eric $ +;; $Id: makefile.el,v 1.4 1993/03/22 03:27:18 eric Exp eric $ ;; This file is part of GNU Emacs. @@ -313,6 +313,7 @@ ;;; The mode function itself. ;;; ------------------------------------------------------------ +;;;#autoload (defun makefile-mode () "Major mode for editing Makefiles. Calling this function invokes the function(s) \"makefile-mode-hook\" before