changeset 49844:48965175c443

Fix character constant.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 18 Feb 2003 11:03:31 +0000
parents e77b1b1735f4
children 35a345af2558
files lisp/gnus/ietf-drums.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/ietf-drums.el	Tue Feb 18 11:02:25 2003 +0000
+++ b/lisp/gnus/ietf-drums.el	Tue Feb 18 11:03:31 2003 +0000
@@ -129,7 +129,7 @@
 	  (forward-sexp 1))
 	 ((eq c ?\()
 	  (forward-sexp 1))
-	 ((memq c '(? ?\t ?\n))
+	 ((memq c '(?\  ?\t ?\n))
 	  (delete-char 1))
 	 (t
 	  (forward-char 1))))