comparison lisp/progmodes/make-mode.el @ 66963:a11fdee52c05

Add :link (custom-group-link font-lock-faces) to defgroup.
author Juri Linkov <juri@jurta.org>
date Thu, 17 Nov 2005 07:40:11 +0000
parents 13abee3a9bc6
children ca3575ba6361
comparison
equal deleted inserted replaced
66962:7a7295b1360a 66963:a11fdee52c05
95 ;;; Configurable stuff 95 ;;; Configurable stuff
96 ;;; ------------------------------------------------------------ 96 ;;; ------------------------------------------------------------
97 97
98 (defgroup makefile nil 98 (defgroup makefile nil
99 "Makefile editing commands for Emacs." 99 "Makefile editing commands for Emacs."
100 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
100 :group 'tools 101 :group 'tools
101 :prefix "makefile-") 102 :prefix "makefile-")
102 103
103 (defface makefile-space 104 (defface makefile-space
104 '((((class color)) (:background "hotpink")) 105 '((((class color)) (:background "hotpink"))