(idlwave-shell-get-object-class): Use assoc-string, not assoc-ignore-case.
This commit is contained in:
parent
657cc4ff9a
commit
fe93c80378
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue