From: Dave Love Date: Wed, 10 Jan 2001 17:28:35 +0000 (+0000) Subject: (calculator-number-digits): Fix :type. X-Git-Tag: emacs-pretest-21.0.96~367 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2826ac81f74d90b809f71bfd6389172c45210650;p=emacs.git (calculator-number-digits): Fix :type. --- diff --git a/lisp/calculator.el b/lisp/calculator.el index a1d7412e73a..5a7bb268c17 100644 --- a/lisp/calculator.el +++ b/lisp/calculator.el @@ -94,7 +94,7 @@ documentation for `calculator-mode'." Used by the `calculator-standard-display' function - it will use the format string \"%.NC\" where this number is N and C is a character given at runtime." - :type 'string + :type 'integer :group 'calculator) (defcustom calculator-remove-zeros t