]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/files.el (auto-mode-alist): Add entry for "archive-contents".
authorStefan Kangas <stefan@marxist.se>
Thu, 26 Nov 2020 05:37:18 +0000 (06:37 +0100)
committerStefan Kangas <stefan@marxist.se>
Thu, 26 Nov 2020 05:37:37 +0000 (06:37 +0100)
lisp/files.el

index 49c9e5d18d49db640762aaec13751f6ae5d2804f..2cf77d5d7e9830de354eebe912356bcaa989c496 100644 (file)
@@ -2678,6 +2678,7 @@ since only a single case-insensitive search through the alist is made."
      ("\\.dir-locals\\(?:-2\\)?\\.el\\'" . lisp-data-mode)
      ("eww-bookmarks\\'" . lisp-data-mode)
      ("tramp\\'" . lisp-data-mode)
+     ("/archive-contents\\'" . lisp-data-mode)
      ("places\\'" . lisp-data-mode)
      ("\\.emacs-places\\'" . lisp-data-mode)
      ("\\.el\\'" . emacs-lisp-mode)