diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 13:24:35 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 13:24:35 +0000 |
commit | a6cd4c489c3d49930ce978fa7f03d4df5e893ec3 (patch) | |
tree | 30b32294763818f41caff3af6dde5be3a7e4c919 /lisp/calc/calcalg3.el | |
parent | c44966f3082d203d4437310933504ca726c81c18 (diff) | |
download | emacs-a6cd4c489c3d49930ce978fa7f03d4df5e893ec3.tar.gz |
Trailing whitepace deleted.
Diffstat (limited to 'lisp/calc/calcalg3.el')
-rw-r--r-- | lisp/calc/calcalg3.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calc/calcalg3.el b/lisp/calc/calcalg3.el index 9cbcb89b00f..4025e337ae1 100644 --- a/lisp/calc/calcalg3.el +++ b/lisp/calc/calcalg3.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> -;; Maintainers: D. Goel <deego@gnufans.org> +;; Maintainers: D. Goel <deego@gnufans.org> ;; Colin Walters <walters@debian.org> ;; This file is part of GNU Emacs. @@ -1314,7 +1314,7 @@ ;;; Open Romberg method; "qromo" in section 4.4. -(defun math-ninteg-romberg (func expr lo hi mode) +(defun math-ninteg-romberg (func expr lo hi mode) (let ((curh '(float 1 0)) (h nil) (s nil) |