emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-shell.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-shell.el,v
Date: Sat, 13 Oct 2007 02:59:22 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/10/13 02:59:21

Index: idlw-shell.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/idlw-shell.el,v
retrieving revision 3.57
retrieving revision 3.58
diff -u -b -r3.57 -r3.58
--- idlw-shell.el       26 Jul 2007 05:27:27 -0000      3.57
+++ idlw-shell.el       13 Oct 2007 02:59:21 -0000      3.58
@@ -3477,8 +3477,8 @@
       (setq idlwave-shell-bp-alist (cdr idlwave-shell-bp-alist))
       ;; Update breakpoint data
       (if (eq bp-re bp-re54) 
-         (mapcar 'idlwave-shell-update-bp old-bp-alist)
-       (mapcar 'idlwave-shell-update-bp-command-only old-bp-alist))))
+         (mapc 'idlwave-shell-update-bp old-bp-alist)
+       (mapc 'idlwave-shell-update-bp-command-only old-bp-alist))))
   ;; Update the breakpoint overlays
   (unless no-show (idlwave-shell-update-bp-overlays))
   ;; Return the new list
@@ -4537,7 +4537,7 @@
        idlwave-shell-mode-menu idlwave-shell-mode-map "IDL shell menus"
        idlwave-shell-menu-def)
       (save-excursion
-       (mapcar (lambda (buf)
+       (mapc (lambda (buf)
                  (set-buffer buf)
                  (if (eq major-mode 'idlwave-mode)
                      (progn




reply via email to

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