]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix character constant.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Feb 2003 11:03:31 +0000 (11:03 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 18 Feb 2003 11:03:31 +0000 (11:03 +0000)
lisp/gnus/ietf-drums.el

index 54bd3a82bcc1c88388271365bb012aa255f87f7e..1dc3cc7691f7ce18296067bf2a83df10d5e1ab4a 100644 (file)
@@ -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))))