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/nnfolder.el [emacs-unicode-2]


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

Index: emacs/lisp/gnus/nnfolder.el
diff -c emacs/lisp/gnus/nnfolder.el:1.15.4.2 
emacs/lisp/gnus/nnfolder.el:1.15.4.3
*** emacs/lisp/gnus/nnfolder.el:1.15.4.2        Thu Sep  9 09:36:26 2004
--- emacs/lisp/gnus/nnfolder.el Wed Sep 29 07:22:15 2004
***************
*** 1174,1180 ****
        (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 nnfolder-marks (gnus-update-alist-soft
--- 1174,1180 ----
        (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 nnfolder-marks (gnus-update-alist-soft




reply via email to

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