+2005-03-25 Werner Lemberg <wl@gnu.org>
+
+ * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with
+ `invalid'.
+
2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
* comint.el (comint-insert-input): Obey mouse-yank-at-point.
;;; calc-forms.el --- data format conversion functions for Calc
-;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2004 Free Software Foundation, Inc.
+;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2004, 2005
+;; Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
(defun calcFunc-badd (a b)
(if (eq (car-safe b) 'date)
(if (eq (car-safe a) 'date)
- (math-reject-arg nil "*Illegal combination in date arithmetic")
+ (math-reject-arg nil "*Invalid combination in date arithmetic")
(calcFunc-badd b a))
(if (eq (car-safe a) 'date)
(if (Math-realp b)
(if hours
(setq b (math-div b (cdr hours))))
(calcFunc-badd a b))
- (math-reject-arg nil "*Illegal combination in date arithmetic")))
+ (math-reject-arg nil "*Invalid combination in date arithmetic")))
(math-reject-arg a 'datep))))
(defun calcFunc-holiday (a)
;;; calc-sel.el --- data selection functions for Calc
-;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
+;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2005
+;; Free Software Foundation, Inc.
;; Author: David Gillespie <daveg@synaptics.com>
;; Maintainer: Jay Belanger <belanger@truman.edu>
(mapcar 'calc-replace-sub-formula-rec (cdr expr))))))
(defun calc-sel-error ()
- (error "Illegal operation on sub-formulas"))
+ (error "Invalid operation on sub-formulas"))
(defun calc-replace-selections (n vals m)
(if (calc-top-selected n m)