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-incom.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-incom.el
Date: Fri, 26 Nov 2004 17:56:11 -0500

Index: emacs/lisp/calc/calc-incom.el
diff -c emacs/lisp/calc/calc-incom.el:1.7 emacs/lisp/calc/calc-incom.el:1.8
*** emacs/lisp/calc/calc-incom.el:1.7   Mon Oct 25 13:57:20 2004
--- emacs/lisp/calc/calc-incom.el       Fri Nov 26 22:37:26 2004
***************
*** 3,10 ****
  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
! ;; Maintainers: D. Goel <address@hidden>
! ;;              Colin Walters <address@hidden>
  
  ;; This file is part of GNU Emacs.
  
--- 3,9 ----
  ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
  
  ;; Author: David Gillespie <address@hidden>
! ;; Maintainer: Jay Belanger <address@hidden>
  
  ;; This file is part of GNU Emacs.
  
***************
*** 172,177 ****
--- 171,182 ----
                                   (cons 'vec (append (cdr (cdr inc)) stuff)))
                             (list 'incomplete 'vec))))))))
  
+ ;; The following variables are initially declared in calc.el,
+ ;; but are used by calc-digit-dots.
+ (defvar calc-prev-char)
+ (defvar calc-prev-prev-char)
+ (defvar calc-digit-value)
+ 
  (defun calc-digit-dots ()
    (if (eq calc-prev-char ?.)
        (progn




reply via email to

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