[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 7a42ebd 11/12: Fix compat change in last check-in
From: |
Lars Ingebrigtsen |
Subject: |
[Emacs-diffs] master 7a42ebd 11/12: Fix compat change in last check-in |
Date: |
Sat, 13 Feb 2016 06:17:39 +0000 |
branch: master
commit 7a42ebd969efd896185b0822e7031268a8f8080d
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>
Fix compat change in last check-in
* lisp/gnus/gnus-group.el
(gnus-group-name-charset-group-alist): `find-coding-system'
doesn't exist in Emacs.
---
lisp/gnus/gnus-group.el | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el
index 3b481db..1602c47 100644
--- a/lisp/gnus/gnus-group.el
+++ b/lisp/gnus/gnus-group.el
@@ -421,8 +421,7 @@ For example:
:type '(repeat (cons (sexp :tag "Method") (symbol :tag "Charset"))))
(defcustom gnus-group-name-charset-group-alist
- (if (or (find-coding-system 'utf-8)
- (mm-coding-system-p 'utf-8))
+ (if (mm-coding-system-p 'utf-8)
'((".*" . utf-8))
nil)
"Alist of group regexp and the charset for group names.
- [Emacs-diffs] master 97d76d9 01/12: Remove compat code from auth-source, (continued)
- [Emacs-diffs] master 97d76d9 01/12: Remove compat code from auth-source, Lars Ingebrigtsen, 2016/02/13
- [Emacs-diffs] master d919f56 02/12: Remove compat code from canlock.el, Lars Ingebrigtsen, 2016/02/13
- [Emacs-diffs] master d88118d 03/12: Rewrite gmm-labels usage to use cl-labels, Lars Ingebrigtsen, 2016/02/13
- [Emacs-diffs] master c87f4a5 04/12: Remove compat code from gnus-agent.el, Lars Ingebrigtsen, 2016/02/13
- [Emacs-diffs] master 6dc0840 05/12: Remove compat code from gnus-art.el, Lars Ingebrigtsen, 2016/02/13
- [Emacs-diffs] master 95a1925 06/12: Remove compat code from gnus-cache and gnus-bookmark, Lars Ingebrigtsen, 2016/02/13
- [Emacs-diffs] master 983436d 07/12: Define gnus-diary-kill-entire-line unconditionally, Lars Ingebrigtsen, 2016/02/13
- [Emacs-diffs] master 9801227 08/12: Remove compat code from gnus-group.el, Lars Ingebrigtsen, 2016/02/13
- [Emacs-diffs] master fb5406a 09/12: Remove compat functions from gnus-html.el, Lars Ingebrigtsen, 2016/02/13
- [Emacs-diffs] master 8a1143b 10/12: Always use url-queue, Lars Ingebrigtsen, 2016/02/13
- [Emacs-diffs] master 7a42ebd 11/12: Fix compat change in last check-in,
Lars Ingebrigtsen <=
- [Emacs-diffs] master 51ed8d5 12/12: Remove compat code from gnus-spec.el, Lars Ingebrigtsen, 2016/02/13