Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > 27434832590ee3a59df23e6716dad868 > files > 1

gnus-6.0.0-2mdk.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"))
  )