Mercurial > emacs
changeset 2534:0099d6be2b11
(makefile-mode): Fix typo in autoload cookie.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 14 Apr 1993 19:47:05 +0000 |
parents | 2e1c2b44df3a |
children | 86d5500624d5 |
files | lisp/progmodes/make-mode.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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