diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-28 06:24:54 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-28 06:24:54 +0000 |
commit | 909c95d0dfce35e86362cfa3443d455636f13e59 (patch) | |
tree | 0b4577d4984b7a0165fb0c27a2bdff047857863f | |
parent | c80d2575c02757e5f2d350f8b915e0297b129491 (diff) | |
download | emacs-909c95d0dfce35e86362cfa3443d455636f13e59.tar.gz |
: Added autoload cookie for entry point.
-rw-r--r-- | lisp/progmodes/make-mode.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 4dcc45cee12..92b3a9d75e1 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -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 @@ This is used in the function makefile-insert-gmake-function .") ;;; The mode function itself. ;;; ------------------------------------------------------------ +;;;#autoload (defun makefile-mode () "Major mode for editing Makefiles. Calling this function invokes the function(s) \"makefile-mode-hook\" before |