Mercurial > hg > xemacs-beta
diff etc/sample.emacs @ 42:8b8b7f3559a2 r19-15b104
Import from CVS: tag r19-15b104
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:54:51 +0200 |
parents | 441bb1e64a06 |
children | 131b0175ea99 |
line wrap: on
line diff
--- a/etc/sample.emacs Mon Aug 13 08:54:26 2007 +0200 +++ b/etc/sample.emacs Mon Aug 13 08:54:51 2007 +0200 @@ -398,6 +398,15 @@ ) ) +;;; ******************** +;;; Load the default-dir.el package which installs fancy handling +;;; of the initial contents in the minibuffer when reading +;;; file names. + +(if (and running-xemacs + (or (and (= emacs-major-version 20) (>= emacs-minor-version 1)) + (and (= emacs-major-version 19) (>= emacs-minor-version 15)))) + (require 'default-dir)) ;;; ******************** ;;; Load the auto-save.el package, which lets you put all of your autosave