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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/nnml.el [emacs-unicode-2]
Date: Wed, 29 Sep 2004 03:44:59 -0400

Index: emacs/lisp/gnus/nnml.el
diff -c emacs/lisp/gnus/nnml.el:1.10.6.2 emacs/lisp/gnus/nnml.el:1.10.6.3
*** emacs/lisp/gnus/nnml.el:1.10.6.2    Thu Sep  9 09:36:26 2004
--- emacs/lisp/gnus/nnml.el     Wed Sep 29 07:22:15 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]