]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove XEmacs compat code from ietf-drums.el
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 11 Feb 2016 05:57:13 +0000 (16:57 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 11 Feb 2016 05:57:13 +0000 (16:57 +1100)
* lisp/gnus/ietf-drums.el (ietf-drums-syntax-table): Drop
XEmacs compat.

lisp/gnus/ietf-drums.el

index 8008e327592a357e29170ffe5953bced5dc23b4f..429eead4a0e8793237e0c41d9ee3ec84830fe125 100644 (file)
@@ -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)