Mercurial > emacs
changeset 35960:a21a0d45ea19
(dcl-calc-command-indent-function): Fix :type.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 07 Feb 2001 23:28:21 +0000 |
parents | c49a286df476 |
children | 850d490d87f3 |
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 Wed Feb 07 23:25:59 2001 +0000 +++ b/lisp/progmodes/dcl-mode.el Wed Feb 07 23:28:21 2001 +0000 @@ -163,7 +163,7 @@ This package includes two functions suitable for this: dcl-calc-command-indent-multiple dcl-calc-command-indent-hang" - :type 'function + :type '(choice (const nil) function) :group 'dcl)