Discussion:
[Matlab-emacs-discuss] typo in tlc-mode
John Ciolfi
2016-09-01 15:14:46 UTC
Permalink
?

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
Uwe Brauer
2016-09-02 12:02:11 UTC
Permalink
Post by John Ciolfi
?
;;;###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, fixed and pushed, should be in github and in sf.

Uwe Brauer

------------------------------------------------------------------------------
Loading...