# HG changeset patch # User Dave Love # Date 981588501 0 # Node ID a21a0d45ea1926b39aca584a1c31dc6bc6025ced # Parent c49a286df4767276f854c77e374f52033c218c4e (dcl-calc-command-indent-function): Fix :type. diff -r c49a286df476 -r a21a0d45ea19 lisp/progmodes/dcl-mode.el --- 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)