Ikumi Keita <[email protected]> writes: > The two functions `TeX-slipt-string' and `TeX-assoc' have similar > built-in functions `split-string' and `assoc-string', and are easy to > be replaced by them as done in the attached patches. I'd like to apply > them.
LGTM. > What I ponder now is whether we should leave compatibility alias like > (defalias 'TeX-assoc (lambda (key list) (assoc-string key list t))) > with `make-obsolete' for potential users who use these functions in > their customize codes or not. What do you think about it? Yes, please add aliases. But feel free to document that those aliases will be short-lived in changes.texi. Bye, Tassilo
