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-store.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-store.el,v
Date: Wed, 26 Sep 2007 00:07:06 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/09/26 00:07:06

Index: calc-store.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/calc/calc-store.el,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- calc-store.el       26 Jul 2007 05:26:41 -0000      1.25
+++ calc-store.el       26 Sep 2007 00:07:05 -0000      1.26
@@ -172,12 +172,12 @@
     ()
   (setq calc-var-name-map (copy-keymap minibuffer-local-completion-map))
   (define-key calc-var-name-map " " 'self-insert-command)
-  (mapcar (function
+  (mapc (function
           (lambda (x)
             (define-key calc-var-name-map (char-to-string x)
               'calcVar-digit)))
          "0123456789")
-  (mapcar (function
+  (mapc (function
           (lambda (x)
             (define-key calc-var-name-map (char-to-string x)
               'calcVar-oper)))




reply via email to

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