Remove autoload and auto-mode-alist preparation (integrated upstream)

This commit is contained in:
Rafael Laboissiere 2019-09-12 09:54:12 +02:00
parent 6be2739c44
commit e98d947176

View File

@ -2,9 +2,4 @@
:description "Major mode for editing ASS/SSA subtitle files"
:type github
:pkgname "disbeliever/ass-mode"
:depends (s)
:prepare (progn
(add-to-list auto-mode-alist '("\\.ssa$" . ass-mode))
(autoload 'ass-mode "ass-mode"
"Major mode for editing SSA/ASS ((Advanced) SubStation Alpha) subtitles"
t t)))
:depends (s))