Mercurial > hg > xemacs-beta
diff lisp/mel/mel-q.el @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:46:53 +0200 |
parents | 43dd3413c7c7 |
children | 6075d714658b |
line wrap: on
line diff
--- a/lisp/mel/mel-q.el Mon Aug 13 09:45:48 2007 +0200 +++ b/lisp/mel/mel-q.el Mon Aug 13 09:46:53 2007 +0200 @@ -4,7 +4,7 @@ ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp> ;; Created: 1995/6/25 -;; Version: $Id: mel-q.el,v 1.3 1997/06/06 00:57:14 steve Exp $ +;; Version: $Id: mel-q.el,v 1.4 1997/07/07 00:52:59 steve Exp $ ;; Keywords: MIME, Quoted-Printable, Q-encoding ;; This file is part of MEL (MIME Encoding Library). @@ -259,7 +259,7 @@ )))) (mapconcat (function (lambda (chr) - (cond ((eq chr 32) "_") + (cond ((eq chr ? ) "_") ((or (< chr 32) (< 126 chr) (memq chr specials) )