diff options
| author | Glenn Morris <rgm@gnu.org> | 2016-11-29 16:57:05 -0500 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2016-11-29 16:57:05 -0500 |
| commit | fa525b7dd6b64da095405f3710fb04997dcd371c (patch) | |
| tree | 32a6211ab5caa33a7db61877ea5f37be03b63de8 | |
| parent | 36dbdedefa2372870313e219164ff9b3b7712e9e (diff) | |
| download | emacs-fa525b7dd6b64da095405f3710fb04997dcd371c.tar.gz | |
Use archive-mode for .cbr files
* lisp/files.el (auto-mode-alist): Add cbr. (Bug#24994)
| -rw-r--r-- | lisp/files.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el index c56ff1df561..84f8dc7db94 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2508,8 +2508,8 @@ since only a single case-insensitive search through the alist is made." ;; The list of archive file extensions should be in sync with ;; `auto-coding-alist' with `no-conversion' coding system. ("\\.\\(\ -arc\\|zip\\|lzh\\|lha\\|zoo\\|[jew]ar\\|xpi\\|rar\\|7z\\|\ -ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|7Z\\)\\'" . archive-mode) +arc\\|zip\\|lzh\\|lha\\|zoo\\|[jew]ar\\|xpi\\|rar\\|cbr\\|7z\\|\ +ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\|CBR\\|7Z\\)\\'" . archive-mode) ("\\.oxt\\'" . archive-mode) ;(Open|Libre)Office extensions. ("\\.\\(deb\\|[oi]pk\\)\\'" . archive-mode) ; Debian/Opkg packages. ;; Mailer puts message to be edited in |
