emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/term/sun-mouse.el,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/term/sun-mouse.el,v
Date: Sun, 23 Sep 2007 00:38:46 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   07/09/23 00:38:45

Index: term/sun-mouse.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/term/sun-mouse.el,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- term/sun-mouse.el   21 Sep 2007 03:58:12 -0000      1.34
+++ term/sun-mouse.el   23 Sep 2007 00:38:44 -0000      1.35
@@ -501,7 +501,7 @@
 (defun print-mouse-format (binding)
   (princ (car binding))
   (princ ": ")
-  (mapcar (function
+  (mapc (function
           (lambda (mouse-list)
             (princ mouse-list)
             (princ " ")))




reply via email to

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