From 48c9c43920ccfb606c22a194e0ec3e8556a0bd5d Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 7 Feb 2001 23:28:21 +0000 Subject: [PATCH] (dcl-calc-command-indent-function): Fix :type. --- lisp/progmodes/dcl-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/dcl-mode.el b/lisp/progmodes/dcl-mode.el index bac8c7d144c..104495c81b5 100644 --- a/lisp/progmodes/dcl-mode.el +++ b/lisp/progmodes/dcl-mode.el @@ -163,7 +163,7 @@ CUR-INDENT + EXTRA-INDENT. 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) -- 2.39.5