emacs-typescript / typescript.el

TypeScript-support for Emacs
GNU General Public License v3.0
266 stars 79 forks source link

Fix cl deprecation warning #159

Closed tancnle closed 2 years ago

tancnle commented 2 years ago

This commit replaces clwith cl-lib to remove deprecation warning on Emacs 27 and onward (see deprecation note).

Steps to reproduce

Package cl is deprecated
josteink commented 2 years ago

Hey there and thanks for the patch!

Change looks harmless enough. If the CI says it’s ok, I guess this is good to merge 🙂