(idlwave-shell-get-object-class): Use assoc-string, not assoc-ignore-case.

This commit is contained in:
Richard M. Stallman 2004-05-22 21:50:03 +00:00
parent 657cc4ff9a
commit fe93c80378

View 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)))