summaryrefslogtreecommitdiff
path: root/lisp/progmodes/dcl-mode.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1998-06-19 16:55:43 +0000
committerKarl Heuer <kwzh@gnu.org>1998-06-19 16:55:43 +0000
commit174c05aca004a00a9d14b74a45e42ec9d2f2b24e (patch)
treea04ee19a627d7354842d1dd99157917bc72886df /lisp/progmodes/dcl-mode.el
parentd96917194a122a7fee4f72f023c7d5df9ae359aa (diff)
downloademacs-174c05aca004a00a9d14b74a45e42ec9d2f2b24e.tar.gz
(dcl): Define as customize group, not
as option.
Diffstat (limited to 'lisp/progmodes/dcl-mode.el')
-rw-r--r--lisp/progmodes/dcl-mode.el2
1 files changed, 1 insertions, 1 deletions
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)