summaryrefslogtreecommitdiff
path: root/lisp/progmodes/make-mode.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-28 06:24:54 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-28 06:24:54 +0000
commit909c95d0dfce35e86362cfa3443d455636f13e59 (patch)
tree0b4577d4984b7a0165fb0c27a2bdff047857863f /lisp/progmodes/make-mode.el
parentc80d2575c02757e5f2d350f8b915e0297b129491 (diff)
downloademacs-909c95d0dfce35e86362cfa3443d455636f13e59.tar.gz
: Added autoload cookie for entry point.
Diffstat (limited to 'lisp/progmodes/make-mode.el')
-rw-r--r--lisp/progmodes/make-mode.el3
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