Sophie

Sophie

distrib > Mandriva > 9.0 > i586 > media > contrib-src > by-pkgid > 69ef078a890b815c02b9d3c48987d9a0 > files > 1

emacs-w3-4.0-0.1mdk.src.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)
      )
  )