diff options
author | Karl Heuer <kwzh@gnu.org> | 1998-06-19 16:55:43 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1998-06-19 16:55:43 +0000 |
commit | 174c05aca004a00a9d14b74a45e42ec9d2f2b24e (patch) | |
tree | a04ee19a627d7354842d1dd99157917bc72886df /lisp/progmodes/dcl-mode.el | |
parent | d96917194a122a7fee4f72f023c7d5df9ae359aa (diff) | |
download | emacs-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.el | 2 |
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) |