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/gnus-sum.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-sum.el
Date: Sun, 10 Apr 2005 00:20:17 -0400

Index: emacs/lisp/gnus/gnus-sum.el
diff -c emacs/lisp/gnus/gnus-sum.el:1.62 emacs/lisp/gnus/gnus-sum.el:1.63
*** emacs/lisp/gnus/gnus-sum.el:1.62    Mon Apr  4 05:04:44 2005
--- emacs/lisp/gnus/gnus-sum.el Sun Apr 10 04:20:13 2005
***************
*** 7254,7264 ****
             (if (and group
                      (not (gnus-ephemeral-group-p gnus-newsgroup-name)))
                 (format " (Type %s for %s [%s])"
!                        (single-key-description cmd) group
                         (car (gnus-gethash group gnus-newsrc-hashtb)))
               (format " (Type %s to exit %s)"
                       (single-key-description cmd)
!                      gnus-newsgroup-name))))
        ;; Confirm auto selection.
        (setq key (car (setq keve (gnus-read-event-char prompt)))
            ended t)
--- 7254,7265 ----
             (if (and group
                      (not (gnus-ephemeral-group-p gnus-newsgroup-name)))
                 (format " (Type %s for %s [%s])"
!                        (single-key-description cmd)
!                        (gnus-group-decoded-name group)
                         (car (gnus-gethash group gnus-newsrc-hashtb)))
               (format " (Type %s to exit %s)"
                       (single-key-description cmd)
!                      (gnus-group-decoded-name gnus-newsgroup-name)))))
        ;; Confirm auto selection.
        (setq key (car (setq keve (gnus-read-event-char prompt)))
            ended t)




reply via email to

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