Mercurial > hg > xemacs-beta
diff lisp/efs/efs-dump.el @ 40:7e54bd776075 r19-15b103
Import from CVS: tag r19-15b103
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:54:25 +0200 |
parents | |
children | 8b8b7f3559a2 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/lisp/efs/efs-dump.el Mon Aug 13 08:54:25 2007 +0200 @@ -0,0 +1,18 @@ +;; -*-Emacs-Lisp-*- +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;; +;; File: efs-dump.el +;; Release: $efs release: 1.15 $ +;; Version: $Revision: 1.1 $ +;; RCS: +;; Description: Install a bare-bones EFS hook into file-name-handler-alist +;; for dumping +;; Author: Mike Sperber <sperber@informatik.uni-tuebingen.de> +;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + +;;;###autoload +(setq file-name-handler-alist + (cons + (cons efs-path-root-regexp 'efs-file-handler-function) + file-name-handler-alist))