Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 0e35b990635c1701d3fa263c8439eab0 > files > 1

emacs-w3-4.0-1.20060422.2mdv2008.0.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)
      )
  )