/[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.24.2.1 by schwab, Thu Jul 22 16:45:47 2004 UTC revision 1.24.2.2 by rsteib, Tue Aug 31 14:47:59 2004 UTC
# Line 1  Line 1 
1  ;;; gnus-group.el --- group mode commands for Gnus  ;;; gnus-group.el --- group mode commands for Gnus
2  ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003  ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
3  ;;        Free Software Foundation, Inc.  ;;        Free Software Foundation, Inc.
4    
5  ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>  ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
# Line 2703  score file entries for articles to inclu Line 2703  score file entries for articles to inclu
2703        (make-directory score-dir))        (make-directory score-dir))
2704      (with-temp-file score-file      (with-temp-file score-file
2705        (let (emacs-lisp-mode-hook)        (let (emacs-lisp-mode-hook)
2706          (pp scores (current-buffer))))))          (gnus-pp scores)))))
2707    
2708  (defun gnus-group-add-to-virtual (n vgroup)  (defun gnus-group-add-to-virtual (n vgroup)
2709    "Add the current group to a virtual group."    "Add the current group to a virtual group."

Legend:
Removed from v.1.24.2.1  
changed lines
  Added in v.1.24.2.2

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