changeset 22621:e017a2c05245

(mail-complete): Fix the test of (mail-heder-end).
author Richard M. Stallman <rms@gnu.org>
date Fri, 26 Jun 1998 06:04:56 +0000
parents 9c8dfd0b1442
children 63c2279a26c4
files lisp/mail/mailalias.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/mailalias.el	Fri Jun 26 04:14:52 1998 +0000
+++ b/lisp/mail/mailalias.el	Fri Jun 26 06:04:56 1998 +0000
@@ -379,7 +379,7 @@
 	(if (file-exists-p mail-personal-alias-file)
 	    (build-mail-aliases))))
   (let ((list mail-complete-alist))
-    (if (and (> 0 (mail-header-end))
+    (if (and (< 0 (mail-header-end))
 	     (save-excursion
 	       (if (re-search-backward "^[^\t]" nil t)
 		   (while list