diff options
| -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 @@ | |||
| 6 | ;; Adapted-By: ESR | 6 | ;; Adapted-By: ESR |
| 7 | ;; Keywords: unix, tools | 7 | ;; Keywords: unix, tools |
| 8 | 8 | ||
| 9 | ;; $Id: makefile.el,v 1.3 1992/07/22 02:13:37 eric Exp eric $ | 9 | ;; $Id: makefile.el,v 1.4 1993/03/22 03:27:18 eric Exp eric $ |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| 12 | 12 | ||
| @@ -313,6 +313,7 @@ This is used in the function makefile-insert-gmake-function .") | |||
| 313 | ;;; The mode function itself. | 313 | ;;; The mode function itself. |
| 314 | ;;; ------------------------------------------------------------ | 314 | ;;; ------------------------------------------------------------ |
| 315 | 315 | ||
| 316 | ;;;#autoload | ||
| 316 | (defun makefile-mode () | 317 | (defun makefile-mode () |
| 317 | "Major mode for editing Makefiles. | 318 | "Major mode for editing Makefiles. |
| 318 | Calling this function invokes the function(s) \"makefile-mode-hook\" before | 319 | Calling this function invokes the function(s) \"makefile-mode-hook\" before |