[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/gnus/nneething.el
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/gnus/nneething.el |
Date: |
Mon, 30 May 2005 13:14:02 -0400 |
Index: emacs/lisp/gnus/nneething.el
diff -c emacs/lisp/gnus/nneething.el:1.8 emacs/lisp/gnus/nneething.el:1.9
*** emacs/lisp/gnus/nneething.el:1.8 Fri Mar 18 02:49:57 2005
--- emacs/lisp/gnus/nneething.el Mon May 30 17:13:58 2005
***************
*** 329,335 ****
(when (re-search-forward "<address@hidden>" 1000 t)
(concat "From: " (match-string 0) "\n"))))
(nneething-from-line (nth 2 atts) file))
! (if (> (string-to-int (int-to-string (nth 7 atts))) 0)
(concat "Chars: " (int-to-string (nth 7 atts)) "\n")
"")
(if buffer
--- 329,335 ----
(when (re-search-forward "<address@hidden>" 1000 t)
(concat "From: " (match-string 0) "\n"))))
(nneething-from-line (nth 2 atts) file))
! (if (> (string-to-number (int-to-string (nth 7 atts))) 0)
(concat "Chars: " (int-to-string (nth 7 atts)) "\n")
"")
(if buffer
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/gnus/nneething.el,
Miles Bader <=