emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc.el
Date: Wed, 24 Nov 2004 16:49:43 -0500

Index: emacs/lisp/calc/calc.el
diff -c emacs/lisp/calc/calc.el:1.34 emacs/lisp/calc/calc.el:1.35
*** emacs/lisp/calc/calc.el:1.34        Wed Nov 24 06:01:45 2004
--- emacs/lisp/calc/calc.el     Wed Nov 24 21:43:36 2004
***************
*** 249,257 ****
    "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.")
--- 249,254 ----
***************
*** 589,595 ****
    
    (calc-invocation-macro nil)
  
!   (calc-show-banner t))
    "List of variables (and default values) used in customizing GNU Calc.")
  
  (mapcar (function (lambda (v)
--- 586,593 ----
    
    (calc-invocation-macro nil)
  
!   (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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]