From 8afb8b29ff1107e780a3f3b5bf14b29d1b41aec0 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 18 Feb 2003 11:03:31 +0000 Subject: [PATCH] Fix character constant. --- lisp/gnus/ietf-drums.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") (forward-sexp 1)) ((eq c ?\() (forward-sexp 1)) - ((memq c '(? ?\t ?\n)) + ((memq c '(?\ ?\t ?\n)) (delete-char 1)) (t (forward-char 1)))) -- 2.39.2