]> git.eshelyaron.com Git - emacs.git/commitdiff
(idlwave-shell-get-object-class): Use assoc-string, not assoc-ignore-case.
authorRichard M. Stallman <rms@gnu.org>
Sat, 22 May 2004 21:50:03 +0000 (21:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 22 May 2004 21:50:03 +0000 (21:50 +0000)
lisp/progmodes/idlw-shell.el

index a600939ef71fb6eebf11d11332452a6712423b99..ae0c43c27304921180776d4cdaf2998c0ce551f4 100644 (file)
@@ -1823,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)))