From a1506d2977a8c2eb982ad0b59416009cdfaa6f51 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 4 Feb 2003 13:24:35 +0000 Subject: Trailing whitepace deleted. --- lisp/calc/calc-sel.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp/calc/calc-sel.el') diff --git a/lisp/calc/calc-sel.el b/lisp/calc/calc-sel.el index dbc2b07a192..07820a44b22 100644 --- a/lisp/calc/calc-sel.el +++ b/lisp/calc/calc-sel.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc. ;; Author: David Gillespie -;; Maintainers: D. Goel +;; Maintainers: D. Goel ;; Colin Walters ;; This file is part of GNU Emacs. @@ -50,7 +50,7 @@ (if once (progn (setq calc-keep-selection nil) (message "(Selection will apply to next command only)"))) - (calc-change-current-selection + (calc-change-current-selection (if found (if (and num (> (setq num (prefix-numeric-value num)) 0)) (progn @@ -113,7 +113,7 @@ (calc-prepare-selection) (let ((found (calc-find-selected-part)) (entry calc-selection-cache-entry)) - (calc-change-current-selection + (calc-change-current-selection (and found (let ((sel (nth 2 entry)) old index op) -- cgit v1.2.1