From a8eb445b5380e4146854427c9a8155481954a475 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 18 Feb 2003 11:07:40 +0000 Subject: [PATCH] (rfc822-nuke-whitespace): Fix character constant. --- lisp/mail/rfc822.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el index 7c32b251bf9..989f43cd5a5 100644 --- a/lisp/mail/rfc822.el +++ b/lisp/mail/rfc822.el @@ -75,7 +75,7 @@ (forward-char -1) (delete-char 2) t) - ((memq ch '(?\ ?\t ?\n)) + ((memq ch '(?\ ?\t ?\n)) (delete-region (point) (progn (skip-chars-forward " \t\n") (point))) t) -- 2.39.2