[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/rfc-mode 52682e3592 5/9: use rfc-mode for buffers using th
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/rfc-mode 52682e3592 5/9: use rfc-mode for buffers using the custom buffer name |
Date: |
Fri, 13 Oct 2023 10:02:13 -0400 (EDT) |
branch: elpa/rfc-mode
commit 52682e3592b0e3adc1c9b3ad3a5fc7c36a5c2817
Author: Nicolas Martyanoff <nicolas@n16f.net>
Commit: Nicolas Martyanoff <nicolas@n16f.net>
use rfc-mode for buffers using the custom buffer name
Without it, restarting Emacs with buffers containing RFC documents (using
something such as Desktop) leads to these buffers using text-mode instead of
rfc-mode.
---
rfc-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/rfc-mode.el b/rfc-mode.el
index 245a5475d8..b91efbf97c 100644
--- a/rfc-mode.el
+++ b/rfc-mode.el
@@ -300,6 +300,7 @@ Offer the number at point as default."
;;;###autoload
(add-to-list 'auto-mode-alist '("/rfc[0-9]+\\.txt\\'" . rfc-mode))
+(add-to-list 'auto-mode-alist '("\\*rfc[0-9]+\\*\\'" . rfc-mode))
;;; Syntax utils:
- [nongnu] elpa/rfc-mode updated (c938c8134e -> ab09db78d9), ELPA Syncer, 2023/10/13
- [nongnu] elpa/rfc-mode 2dd9b27c10 4/9: update copyright years, ELPA Syncer, 2023/10/13
- [nongnu] elpa/rfc-mode 52682e3592 5/9: use rfc-mode for buffers using the custom buffer name,
ELPA Syncer <=
- [nongnu] elpa/rfc-mode 069427e114 6/9: v1.4.1, ELPA Syncer, 2023/10/13
- [nongnu] elpa/rfc-mode ab09db78d9 9/9: v1.4.2, ELPA Syncer, 2023/10/13
- [nongnu] elpa/rfc-mode dde7646c44 2/9: fix page navigation, ELPA Syncer, 2023/10/13
- [nongnu] elpa/rfc-mode f561b316bc 1/9: fix comments, ELPA Syncer, 2023/10/13
- [nongnu] elpa/rfc-mode 30d4281753 3/9: remove unused comment, ELPA Syncer, 2023/10/13
- [nongnu] elpa/rfc-mode da94509d3a 7/9: remove duplicate license, ELPA Syncer, 2023/10/13
- [nongnu] elpa/rfc-mode 7048dab3d8 8/9: highlight footers, ELPA Syncer, 2023/10/13