]> git.eshelyaron.com Git - emacs.git/commitdiff
(calculator-copy): Delete duplicate words.
authorJuri Linkov <juri@jurta.org>
Mon, 18 Jul 2005 15:16:47 +0000 (15:16 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 18 Jul 2005 15:16:47 +0000 (15:16 +0000)
lisp/calculator.el

index 301a27eac5f6ea860b050aff2caa0d47f43704c4..4210fad2ec9d10243a324c1f179396f29b68d9d3 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Eli Barzilay <eli@barzilay.org>
 ;; Keywords: tools, convenience
-;; Time-stamp: <26 May 2005, 14:32:34, Lute Kamstra, pijl>
+;; Time-stamp: <2005-07-18 17:45:34 juri>
 
 ;; This file is part of GNU Emacs.
 
@@ -1594,7 +1594,7 @@ Optional string argument KEYS will force using it as the keys entered."
         (calculator-displayers
          (if calculator-copy-displayer nil calculator-displayers)))
     (calculator-enter)
-    ;; remove trailing spaces and and an index
+    ;; remove trailing spaces and an index
     (let ((s (cdr calculator-stack-display)))
       (and s
            (if (string-match "^\\([^ ]+\\) *\\(\\[[0-9/]+\\]\\)? *$" s)