From: Karl Heuer Date: Fri, 19 Jun 1998 16:55:43 +0000 (+0000) Subject: (dcl): Define as customize group, not X-Git-Tag: emacs-20.3~568 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=174c05aca004a00a9d14b74a45e42ec9d2f2b24e;p=emacs.git (dcl): Define as customize group, not as option. --- diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el index a06818d06b4..bac8c7d144c 100644 --- a/lisp/progmodes/dcl-mode.el +++ b/lisp/progmodes/dcl-mode.el @@ -71,7 +71,7 @@ ;;; *** Customization ***************************************************** -(defcustom dcl nil +(defgroup dcl nil "Major mode for editing DCL command files." :group 'languages)