# HG changeset patch # User Jay Belanger # Date 1101508646 0 # Node ID 938592e66a8e2084cc5b48ed115aea23bc92d9c2 # Parent 399026e59f7f615bc8b809048b3727662081a2b1 (calc-prev-char, calc-prev-prev-char, calc-digit-value): Declare them. diff -r 399026e59f7f -r 938592e66a8e lisp/calc/calc-incom.el --- a/lisp/calc/calc-incom.el Fri Nov 26 22:36:49 2004 +0000 +++ b/lisp/calc/calc-incom.el Fri Nov 26 22:37:26 2004 +0000 @@ -3,8 +3,7 @@ ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc. ;; Author: David Gillespie -;; Maintainers: D. Goel -;; Colin Walters +;; Maintainer: Jay Belanger ;; This file is part of GNU Emacs. @@ -172,6 +171,12 @@ (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