X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/3a35cf56e7c9951f6d99f54c65d7109654c854f0..8ec3bce045abe9158fdcb290e23d6b479b8fd3b4:/lisp/progmodes/dcl-mode.el diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el index 90a4e0a959..16d1d7ba41 100644 --- a/lisp/progmodes/dcl-mode.el +++ b/lisp/progmodes/dcl-mode.el @@ -1,6 +1,7 @@ ;;; dcl-mode.el --- major mode for editing DCL command files -;; Copyright (c) 1997 Free Software Foundation, Inc. +;; Copyright (c) 1997, 2001, 2002, 2003, 2004, 2005 +;; Free Software Foundation, Inc. ;; Author: Odd Gripenstam ;; Maintainer: Odd Gripenstam @@ -94,6 +95,7 @@ Presently this includes some syntax, .OP.erators, and \"f$\" lexicals.") (defgroup dcl nil "Major mode for editing DCL command files." + :link '(custom-group-link :tag "Font Lock Faces group" font-lock-faces) :group 'languages) (defcustom dcl-basic-offset 4