# HG changeset patch # User Eric S. Raymond # Date 733299894 0 # Node ID 2cfd22aa6017425b43316a084d4759aff86d5dba # Parent 808b03396f33c755498e83f9a6e47cc126ebf4b6 : Added autoload cookie for entry point. diff -r 808b03396f33 -r 2cfd22aa6017 lisp/progmodes/make-mode.el --- 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