From: Jay Belanger Date: Wed, 24 Nov 2004 21:43:36 +0000 (+0000) Subject: (calc-embedded-active): Removed unnecessary declaration. X-Git-Tag: ttn-vms-21-2-B4~3701 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7893af2d79aabda34ca36427a9751bac6bc552a5;p=emacs.git (calc-embedded-active): Removed unnecessary declaration. (calc-show-banner): Removed redundant declaration. --- diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 89329e89f5c..d2b75a2a24a 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -249,9 +249,6 @@ if nil, only DEL itself is mapped to calc-pop.") "Calculator stack. Entries are 3-lists: Formula, Height (in lines), Selection (or nil).") -(defvar calc-show-banner t - "*If non-nil, show a friendly greeting above the stack.") - (defvar calc-stack-top 1 "Index into `calc-stack' of \"top\" of stack. This is 1 unless `calc-truncate-stack' has been used.") @@ -589,7 +586,8 @@ If nil, selections displayed but ignored.") (calc-invocation-macro nil) - (calc-show-banner t)) + (calc-show-banner t + "*If non-nil, show a friendly greeting above the stack.")) "List of variables (and default values) used in customizing GNU Calc.") (mapcar (function (lambda (v)