Skip to content

Commit e1ce8f5

Browse files
committed
Add tarailing \' to regexp of add-mode-alist
melpa/melpa#5679 (comment)
1 parent ca742b8 commit e1ce8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist-file-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
(funcall mode)))))
6363

6464
;;;###autoload
65-
(add-to-list 'auto-mode-alist '("\\.dist" . dist-file-mode))
65+
(add-to-list 'auto-mode-alist '("\\.dist\\'" . dist-file-mode))
6666

6767
(provide 'dist-file-mode)
6868
;;; dist-file-mode.el ends here

0 commit comments

Comments
 (0)