comparison 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
comparison
equal deleted inserted replaced
115:f109f7dabbe2 116:9f59509498e1
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 ;;;