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


From: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-shell.el
Date: Sun, 18 Sep 2005 08:31:33 -0400

Index: emacs/lisp/progmodes/idlw-shell.el
diff -c emacs/lisp/progmodes/idlw-shell.el:3.43 
emacs/lisp/progmodes/idlw-shell.el:3.44
*** emacs/lisp/progmodes/idlw-shell.el:3.43     Mon Aug 15 21:29:32 2005
--- emacs/lisp/progmodes/idlw-shell.el  Sun Sep 18 12:31:27 2005
***************
*** 2263,2269 ****
      (idlwave-shell-display-line 
       (nth idlwave-shell-calling-stack-index stack) nil
       (unless idlwave-shell-electric-debug-mode 'no-debug)) 
!     (message (or message 
                 (format "In routine %s (stack level %d)"
                         idlwave-shell-calling-stack-routine
                         (- idlwave-shell-calling-stack-index))))))
--- 2263,2269 ----
      (idlwave-shell-display-line 
       (nth idlwave-shell-calling-stack-index stack) nil
       (unless idlwave-shell-electric-debug-mode 'no-debug)) 
!     (message "%s" (or message 
                 (format "In routine %s (stack level %d)"
                         idlwave-shell-calling-stack-routine
                         (- idlwave-shell-calling-stack-index))))))




reply via email to

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