Show
Ignore:
Timestamp:
02/10/05 07:49:38 (4 years ago)
Author:
miyoshi
Message:

Sync up.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-21.3.50/lisp/gnus/gnus-start.el

    r3595 r3604  
    3838(autoload 'gnus-agent-possibly-alter-active "gnus-agent") 
    3939 
    40 (eval-when-compile  
     40(eval-when-compile 
    4141  (require 'cl) 
    4242 
     
    5555This variable takes the same values as the `version-control' 
    5656variable." 
    57   :version "21.4
     57  :version "22.1
    5858  :group 'gnus-start 
    5959  :type '(choice (const :tag "Never" never) 
     
    6666because all of the contents are written at once.  The direct write 
    6767uses considerably less memory." 
    68   :version "21.4
     68  :version "22.1
    6969  :group 'gnus-start 
    7070  :type '(choice (const :tag "Write via buffer" t) 
     
    300300  "*Hooks run after you subscribe to a new group. 
    301301The hooks will be called with new group's name as argument." 
    302   :version "21.4
     302  :version "22.1
    303303  :group 'gnus-group-new 
    304304  :type 'hook) 
     
    407407(defcustom gnus-get-top-new-news-hook nil 
    408408  "A hook run just before Gnus checks for new news globally." 
    409   :version "21.4
     409  :version "22.1
    410410  :group 'gnus-group-new 
    411411  :type 'hook) 
     
    19071907                            (setq modified t) 
    19081908                            ranges)))))))) 
    1909                    
     1909 
    19101910    (when modified 
    19111911      (when (eq modified 'remove-null) 
     
    23082308 
    23092309              (funcall func convert-to))) 
    2310           (gnus-dribble-enter  
     2310          (gnus-dribble-enter 
    23112311           (format ";Converted gnus from version '%s' to '%s'." 
    23122312                   gnus-newsrc-file-version gnus-version)))))))