diff options
| -rw-r--r-- | lisp/progmodes/make-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index f7b51ad1fac..715524439ec 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el | |||
| @@ -88,7 +88,7 @@ | |||
| 88 | 88 | ||
| 89 | ;;; Code: | 89 | ;;; Code: |
| 90 | 90 | ||
| 91 | (provide 'makefile) | 91 | (provide 'make-mode) |
| 92 | 92 | ||
| 93 | ;; Sadly we need this for a macro. | 93 | ;; Sadly we need this for a macro. |
| 94 | (eval-when-compile | 94 | (eval-when-compile |