(dired-quit): Function deleted.
[bpt/emacs.git] / lisp / progmodes / make-mode.el
index a00b7aa..7155244 100644 (file)
@@ -88,7 +88,7 @@
 
 ;;; Code:
 
-(provide 'makefile)
+(provide 'make-mode)
 
 ;; Sadly we need this for a macro.
 (eval-when-compile
@@ -263,7 +263,7 @@ not be enclosed in { } or ( )."
    (list makefile-dependency-regex 1 'font-lock-function-name-face)
    ;;
    ;; Variable references even in targets/strings/comments:
-   '("\\$[({]\\([-a-zA-Z0-9_.]+\\)[}):]" 1 font-lock-reference-face prepend)
+   '("\\$[({]\\([-a-zA-Z0-9_.]+\\)[}):]" 1 font-lock-constant-face prepend)
 
    ;; Highlight lines that contain just whitespace.
    ;; They can cause trouble, especially if they start with a tab.