emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/nnml.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/nnml.el [lexbind]
Date: Wed, 06 Oct 2004 01:43:14 -0400

Index: emacs/lisp/gnus/nnml.el
diff -c emacs/lisp/gnus/nnml.el:1.9.2.3 emacs/lisp/gnus/nnml.el:1.9.2.4
*** emacs/lisp/gnus/nnml.el:1.9.2.3     Thu Sep 16 00:12:16 2004
--- emacs/lisp/gnus/nnml.el     Wed Oct  6 05:23:52 2004
***************
*** 923,929 ****
        (let ((range (nth 0 action))
            (what  (nth 1 action))
            (marks (nth 2 action)))
!       (assert (or (eq what 'add) (eq what 'del)) t
                "Unknown request-set-mark action: %s" what)
        (dolist (mark marks)
          (setq nnml-marks (gnus-update-alist-soft
--- 923,929 ----
        (let ((range (nth 0 action))
            (what  (nth 1 action))
            (marks (nth 2 action)))
!       (assert (or (eq what 'add) (eq what 'del)) nil
                "Unknown request-set-mark action: %s" what)
        (dolist (mark marks)
          (setq nnml-marks (gnus-update-alist-soft




reply via email to

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