# HG changeset patch # User Richard M. Stallman # Date 734816825 0 # Node ID 0099d6be2b11f332c6bbf6f764c4966944ea87d5 # Parent 2e1c2b44df3a15c1847137c59bb3c61afc4fc1cc (makefile-mode): Fix typo in autoload cookie. diff -r 2e1c2b44df3a -r 0099d6be2b11 lisp/progmodes/make-mode.el --- a/lisp/progmodes/make-mode.el Wed Apr 14 19:40:53 1993 +0000 +++ b/lisp/progmodes/make-mode.el Wed Apr 14 19:47:05 1993 +0000 @@ -6,7 +6,7 @@ ;; Adapted-By: ESR ;; Keywords: unix, tools -;; $Id: makefile.el,v 1.4 1993/03/22 03:27:18 eric Exp eric $ +;; $Id: makefile.el,v 1.5 1993/03/28 06:24:54 eric Exp rms $ ;; This file is part of GNU Emacs. @@ -313,7 +313,7 @@ ;;; The mode function itself. ;;; ------------------------------------------------------------ -;;;#autoload +;;;###autoload (defun makefile-mode () "Major mode for editing Makefiles. Calling this function invokes the function(s) \"makefile-mode-hook\" before