]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/idlw-shell.el
Update AUCTeX
[gnu-emacs] / lisp / progmodes / idlw-shell.el
index d9e59553c4262becac261488994b7780d245c36a..ae0c43c27304921180776d4cdaf2998c0ce551f4 100644 (file)
@@ -5,7 +5,6 @@
 ;;         Chris Chase <chase@att.com>
 ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
 ;; Version: 4.15
-;; Date: $Date: 2002/09/13 06:18:53 $
 ;; Keywords: processes
 
 ;; This file is part of GNU Emacs.
@@ -1824,8 +1823,8 @@ Change the default directory for the process buffer to concur."
        '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))))
+              (not (assoc-string idlwave-shell-get-object-class
+                                 (idlwave-class-alist) t)))
          (idlwave-shell-maybe-update-routine-info))
       idlwave-shell-get-object-class)))
 
@@ -3650,4 +3649,6 @@ static char * file[] = {
 
 (if idlwave-shell-use-toolbar
     (add-hook 'idlwave-shell-mode-hook 'idlwave-toolbar-add-everywhere))
+
+;;; arch-tag: 20c2e8ce-0709-41d8-a5b6-bb039148440a
 ;;; idlw-shell.el ends here