aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/ietf-drums.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/ietf-drums.el b/lisp/gnus/ietf-drums.el
index 54bd3a82bcc..1dc3cc7691f 100644
--- a/lisp/gnus/ietf-drums.el
+++ b/lisp/gnus/ietf-drums.el
@@ -129,7 +129,7 @@ backslash and doublequote.")
129 (forward-sexp 1)) 129 (forward-sexp 1))
130 ((eq c ?\() 130 ((eq c ?\()
131 (forward-sexp 1)) 131 (forward-sexp 1))
132 ((memq c '(? ?\t ?\n)) 132 ((memq c '(?\ ?\t ?\n))
133 (delete-char 1)) 133 (delete-char 1))
134 (t 134 (t
135 (forward-char 1)))) 135 (forward-char 1))))