emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/pmaildesc.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/pmaildesc.el,v
Date: Tue, 02 Sep 2008 11:52:46 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      08/09/02 11:52:45

Index: pmaildesc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/pmaildesc.el,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- pmaildesc.el        1 Sep 2008 08:35:24 -0000       1.4
+++ pmaildesc.el        2 Sep 2008 11:52:45 -0000       1.5
@@ -370,7 +370,7 @@
   "Return the index N if the associated descriptor has a matching
 attribute, nil otherwise.  The attribute value must be set if
 SENSE is nil, or unset if SENSE is non-nil."
-  (let (flag (pmail-desc-attr-p attr-index n))
+  (let ((flag (pmail-desc-attr-p attr-index n)))
     (if (or (and flag (not sense)) (and (not flag) sense))
        n
       nil)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]