Mercurial > emacs
changeset 22511:f5b3f55fc25b
(dcl): Define as customize group, not
as option.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 19 Jun 1998 16:55:43 +0000 |
parents | 3c054c9dea07 |
children | 6c1c72f0145b |
files | lisp/progmodes/dcl-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/dcl-mode.el Fri Jun 19 16:54:41 1998 +0000 +++ b/lisp/progmodes/dcl-mode.el Fri Jun 19 16:55:43 1998 +0000 @@ -71,7 +71,7 @@ ;;; *** Customization ***************************************************** -(defcustom dcl nil +(defgroup dcl nil "Major mode for editing DCL command files." :group 'languages)