emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-yank.el,v


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-yank.el,v
Date: Wed, 20 Jun 2007 04:17:28 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jay Belanger <jpb>      07/06/20 04:17:27

Index: calc-yank.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-yank.el,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- calc-yank.el        23 Apr 2007 21:28:52 -0000      1.24
+++ calc-yank.el        20 Jun 2007 04:17:27 -0000      1.25
@@ -559,7 +559,7 @@
          (aset str pos ?\,)))
     (switch-to-buffer calc-original-buffer)
     (let ((vals (let ((calc-language nil)
-                     (math-expr-opers math-standard-opers))
+                     (math-expr-opers (math-standard-ops)))
                  (and (string-match "[^\n\t ]" str)
                       (math-read-exprs str)))))
       (when (eq (car-safe vals) 'error)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]