# HG changeset patch # User Jay Belanger # Date 1101332616 0 # Node ID f7508bb6a284da2845bc179cab5584f39cc4563e # Parent a63fcb725e21ab0b1d2382c1975ae64ebf7afb66 (calc-embedded-active): Removed unnecessary declaration. (calc-show-banner): Removed redundant declaration. diff -r a63fcb725e21 -r f7508bb6a284 lisp/calc/calc.el --- a/lisp/calc/calc.el Wed Nov 24 18:15:52 2004 +0000 +++ b/lisp/calc/calc.el Wed Nov 24 21:43:36 2004 +0000 @@ -249,9 +249,6 @@ "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 @@ (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)