comparison lisp/progmodes/dcl-mode.el @ 90261:7beb78bc1f8e

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 616-696) - Add lisp/mh-e/.arch-inventory - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords. - lisp/gnus/ChangeLog: Remove duplicate entry * gnus--rel--5.10 (patch 147-181) - Update from CVS - Merge from emacs--cvs-trunk--0 - Update from CVS: lisp/mml.el (mml-preview): Doc fix. - Update from CVS: texi/message.texi: Fix default values. - Update from CVS: texi/gnus.texi (RSS): Addition.
author Miles Bader <miles@gnu.org>
date Mon, 16 Jan 2006 08:37:27 +0000
parents edf295560b5a a11fdee52c05
children 4b3d39451150
comparison
equal deleted inserted replaced
90260:0ca0d9181b5e 90261:7beb78bc1f8e
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