comparison lisp/progmodes/dcl-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 629afbe74e61
children dc49655f57ae 7beb78bc1f8e
comparison
equal deleted inserted replaced
66962:7a7295b1360a 66963:a11fdee52c05
93 93
94 ;; Now the rest. 94 ;; Now the rest.
95 95
96 (defgroup dcl nil 96 (defgroup dcl nil
97 "Major mode for editing DCL command files." 97 "Major mode for editing DCL command files."
98 :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces)
98 :group 'languages) 99 :group 'languages)
99 100
100 (defcustom dcl-basic-offset 4 101 (defcustom dcl-basic-offset 4
101 "*Number of columns to indent a block in DCL. 102 "*Number of columns to indent a block in DCL.
102 A block is the commands between THEN-ELSE-ENDIF and between the commands 103 A block is the commands between THEN-ELSE-ENDIF and between the commands