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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-shell.el [lexbind]
Date: Tue, 06 Jul 2004 07:11:07 -0400

Index: emacs/lisp/progmodes/idlw-shell.el
diff -c emacs/lisp/progmodes/idlw-shell.el:3.15.2.3 
emacs/lisp/progmodes/idlw-shell.el:3.15.2.4
*** emacs/lisp/progmodes/idlw-shell.el:3.15.2.3 Sat Apr 10 06:20:09 2004
--- emacs/lisp/progmodes/idlw-shell.el  Tue Jul  6 09:23:47 2004
***************
*** 1823,1830 ****
         'hide 'wait)
        ;; If we don't know anything about the class, update shell routines
        (if (and idlwave-shell-get-object-class
!              (not (assoc-ignore-case idlwave-shell-get-object-class
!                                      (idlwave-class-alist))))
          (idlwave-shell-maybe-update-routine-info))
        idlwave-shell-get-object-class)))
  
--- 1823,1830 ----
         'hide 'wait)
        ;; If we don't know anything about the class, update shell routines
        (if (and idlwave-shell-get-object-class
!              (not (assoc-string idlwave-shell-get-object-class
!                                 (idlwave-class-alist) t)))
          (idlwave-shell-maybe-update-routine-info))
        idlwave-shell-get-object-class)))
  




reply via email to

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