Index: emacs/lisp/progmodes/make-mode.el
diff -c emacs/lisp/progmodes/make-mode.el:1.88
emacs/lisp/progmodes/make-mode.el:1.89
*** emacs/lisp/progmodes/make-mode.el:1.88 Mon Sep 20 15:45:31 2004
--- emacs/lisp/progmodes/make-mode.el Thu May 5 19:05:42 2005
***************
*** 47,53 ****
;; prerequisites.
;;
;; The command C-c C-b pops up a browser window listing all target and
! ;; macro names. You can mark or unmark items wit C-c SPC, and insert
;; all marked items back in the Makefile with C-c TAB.
;;
;; The command C-c TAB in the makefile buffer inserts a GNU make builtin.
--- 47,53 ----
;; prerequisites.
;;
;; The command C-c C-b pops up a browser window listing all target and
! ;; macro names. You can mark or unmark items with C-c SPC, and insert
;; all marked items back in the Makefile with C-c TAB.
;;
;; The command C-c TAB in the makefile buffer inserts a GNU make builtin.
***************
*** 284,289 ****
--- 284,292 ----
"\\>[ \t]*\\([^: \t\n#]*\\)")
'(1 font-lock-keyword-face) '(2 font-lock-variable-name-face))
+ '("^\\(?: [ \t]*\\)?if\\(n\\)\\(?:def\\|eq\\)\\>"
+ 1 font-lock-negation-char-face prepend)
+
;; Highlight lines that contain just whitespace.
;; They can cause trouble, especially if they start with a tab.
'("^[ \t]+$" . makefile-space-face)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs