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 [emacs-unico


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlw-shell.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:36:08 -0400

Index: emacs/lisp/progmodes/idlw-shell.el
diff -c emacs/lisp/progmodes/idlw-shell.el:3.22.6.1 
emacs/lisp/progmodes/idlw-shell.el:3.22.6.2
*** emacs/lisp/progmodes/idlw-shell.el:3.22.6.1 Fri Apr 16 12:50:35 2004
--- emacs/lisp/progmodes/idlw-shell.el  Mon Jun 28 07:29:43 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]