Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
41:5d6df4963a99 | 42:8b8b7f3559a2 |
---|---|
396 (concat (getenv "USER")"@"(getenv "DOMAINNAME"))))) | 396 (concat (getenv "USER")"@"(getenv "DOMAINNAME"))))) |
397 (setq ange-ftp-auto-save 1) | 397 (setq ange-ftp-auto-save 1) |
398 ) | 398 ) |
399 ) | 399 ) |
400 | 400 |
401 ;;; ******************** | |
402 ;;; Load the default-dir.el package which installs fancy handling | |
403 ;;; of the initial contents in the minibuffer when reading | |
404 ;;; file names. | |
405 | |
406 (if (and running-xemacs | |
407 (or (and (= emacs-major-version 20) (>= emacs-minor-version 1)) | |
408 (and (= emacs-major-version 19) (>= emacs-minor-version 15)))) | |
409 (require 'default-dir)) | |
401 | 410 |
402 ;;; ******************** | 411 ;;; ******************** |
403 ;;; Load the auto-save.el package, which lets you put all of your autosave | 412 ;;; Load the auto-save.el package, which lets you put all of your autosave |
404 ;;; files in one place, instead of scattering them around the file system. | 413 ;;; files in one place, instead of scattering them around the file system. |
405 ;;; | 414 ;;; |