Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 59eb9501f0270106f13ad1e656b53593 > files > 2

gnus-5.10.6-1mdk.src.rpm

;; -*- Mode: Emacs-Lisp -*-
; Copyright (C) 2000 by Chmouel Boudjnah, MandrakeSoft.
; 
; Redistribution of this file is permitted under the terms of the GNU 
; Public License (GPL)
;

(if (string-match "GNU Emacs" (version))
    (progn
      (require 'info)
      (add-to-list 'load-path "/usr/share/emacs/site-lisp/gnus")
      (add-to-list 'Info-directory-list "/usr/share/info/packages/gnus"))
  )