aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc/calc-sel.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calc/calc-sel.el')
-rw-r--r--lisp/calc/calc-sel.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/calc/calc-sel.el b/lisp/calc/calc-sel.el
index dbc2b07a19..07820a44b2 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 <[email protected]>
-;; Maintainers: D. Goel <[email protected]>
+;; Maintainers: D. Goel <[email protected]>
;; Colin Walters <[email protected]>
;; 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)