From: John C. <Joh...@ma...> - 2016-09-01 15:29:53
|
? In tlc.el, there's a missing space which results in an error: ;;;###autoload(add-to-list 'auto-mode-alist '("\\.tlc$" .tlc-mode)) a space is needed between the '.' and 'tlc', i.e. ;;;###autoload(add-to-list 'auto-mode-alist '("\\.tlc$" . tlc-mode)) Could someone fix? Thanks |