]> git.eshelyaron.com Git - emacs.git/commitdiff
(calc-embedded-active): Removed unnecessary declaration.
authorJay Belanger <jay.p.belanger@gmail.com>
Wed, 24 Nov 2004 21:43:36 +0000 (21:43 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Wed, 24 Nov 2004 21:43:36 +0000 (21:43 +0000)
(calc-show-banner): Removed redundant declaration.

lisp/calc/calc.el

index 89329e89f5cc31a5ed89f81ac13a8c100093daf7..d2b75a2a24ae9af01ba0a9c0bf8f921d10f07bfe 100644 (file)
@@ -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)