emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/calculator.el
Date: Sun, 03 Feb 2002 08:43:37 -0500

Index: emacs/lisp/calculator.el
diff -c emacs/lisp/calculator.el:1.11 emacs/lisp/calculator.el:1.12
*** emacs/lisp/calculator.el:1.11       Fri Oct 12 05:05:29 2001
--- emacs/lisp/calculator.el    Sun Feb  3 08:43:37 2002
***************
*** 4,10 ****
  
  ;; Author: Eli Barzilay <address@hidden>
  ;; Keywords: tools, convenience
- ;; Time-stamp: <2001-10-11 16:18:29 eli>
  
  ;; This file is part of GNU Emacs.
  
--- 4,9 ----
***************
*** 129,142 ****
  will be used with this character for a format string.")
  
  (defcustom calculator-displayers
!   '(((std ?n) "Standard dislpay, decimal point or scientific")
      (calculator-eng-display "Eng display")
      ((std ?f) "Standard display, decimal point")
!     ((std ?e) "Standard dislpay, scientific")
      ("%S"     "Emacs printer"))
    "*A list of displayers.
  Each element is a list of a displayer and a description string.  The
! first element is the one which is curently used, this is for the display
  of result values not values in expressions.  A displayer specification
  is the same as the values that can be stored in `calculator-displayer'.
  
--- 128,141 ----
  will be used with this character for a format string.")
  
  (defcustom calculator-displayers
!   '(((std ?n) "Standard display, decimal point or scientific")
      (calculator-eng-display "Eng display")
      ((std ?f) "Standard display, decimal point")
!     ((std ?e) "Standard display, scientific")
      ("%S"     "Emacs printer"))
    "*A list of displayers.
  Each element is a list of a displayer and a description string.  The
! first element is the one which is currently used, this is for the display
  of result values not values in expressions.  A displayer specification
  is the same as the values that can be stored in `calculator-displayer'.
  
***************
*** 721,727 ****
      (calculator)))
  
  ;;;---------------------------------------------------------------------
! ;;; Operatos
  
  (defun calculator-op-arity (op)
    "Return OP's arity, 2, +1 or -1."
--- 720,726 ----
      (calculator)))
  
  ;;;---------------------------------------------------------------------
! ;;; Operators
  
  (defun calculator-op-arity (op)
    "Return OP's arity, 2, +1 or -1."



reply via email to

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