From 7d17d4ba235d44c38e528d4fb7c75071c62ca736 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 11 Feb 2016 16:57:13 +1100 Subject: [PATCH] Remove XEmacs compat code from ietf-drums.el * lisp/gnus/ietf-drums.el (ietf-drums-syntax-table): Drop XEmacs compat. --- lisp/gnus/ietf-drums.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lisp/gnus/ietf-drums.el b/lisp/gnus/ietf-drums.el index 8008e327592..429eead4a0e 100644 --- a/lisp/gnus/ietf-drums.el +++ b/lisp/gnus/ietf-drums.el @@ -74,11 +74,6 @@ backslash and doublequote.") (modify-syntax-entry ?* "_" table) (modify-syntax-entry ?\; "_" table) (modify-syntax-entry ?\' "_" table) - (if (featurep 'xemacs) - (let ((i 128)) - (while (< i 256) - (modify-syntax-entry i "w" table) - (setq i (1+ i))))) table)) (defun ietf-drums-token-to-list (token) -- 2.39.2