/[emacs]/emacs/lisp/gnus/gnus-group.el
ViewVC logotype

Diff of /emacs/lisp/gnus/gnus-group.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.39 by miles, Mon May 30 08:20:19 2005 UTC revision 1.40 by miles, Mon May 30 17:13:58 2005 UTC
# Line 1452  if it is a string, only list groups matc Line 1452  if it is a string, only list groups matc
1452           (eval gnus-group-line-format-spec)))           (eval gnus-group-line-format-spec)))
1453       `(gnus-group ,(gnus-intern-safe gnus-tmp-group gnus-active-hashtb)       `(gnus-group ,(gnus-intern-safe gnus-tmp-group gnus-active-hashtb)
1454                    gnus-unread ,(if (numberp number)                    gnus-unread ,(if (numberp number)
1455                                     (string-to-int gnus-tmp-number-of-unread)                                     (string-to-number gnus-tmp-number-of-unread)
1456                                   t)                                   t)
1457                    gnus-marked ,gnus-tmp-marked-mark                    gnus-marked ,gnus-tmp-marked-mark
1458                    gnus-indentation ,gnus-group-indentation                    gnus-indentation ,gnus-group-indentation
# Line 3246  Uses the process/prefix convention." Line 3246  Uses the process/prefix convention."
3246      (progn      (progn
3247        (unless (gnus-group-process-prefix current-prefix-arg)        (unless (gnus-group-process-prefix current-prefix-arg)
3248          (error "No group on the current line"))          (error "No group on the current line"))
3249        (string-to-int        (string-to-number
3250         (let ((s (read-string         (let ((s (read-string
3251                   (format "Level (default %s): "                   (format "Level (default %s): "
3252                           (or (gnus-group-group-level)                           (or (gnus-group-group-level)

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26