Mercurial > hg > xemacs-beta
diff etc/sample.emacs @ 116:9f59509498e1 r20-1b10
Import from CVS: tag r20-1b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:23:06 +0200 |
parents | a145efe76779 |
children | 59463afc5666 |
line wrap: on
line diff
--- a/etc/sample.emacs Mon Aug 13 09:21:56 2007 +0200 +++ b/etc/sample.emacs Mon Aug 13 09:23:06 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