Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 0eeeb8dbf99cbc15e1bfda0bdb983576 > files > 1

emacs-w3-4.0pre.2001.10.27-1mdk.i586.rpm

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

(if (string-match "GNU Emacs" (version))
    (progn
      (add-to-list 'load-path "/usr/share/emacs/site-lisp/w3/")
      (require 'w3-auto)
      )
  )