Mercurial > hg > xemacs-beta
comparison etc/sample.emacs @ 267:966663fcf606 r20-5b32
Import from CVS: tag r20-5b32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:26:29 +0200 |
parents | 262b8bb4a523 |
children | 341dac730539 |
comparison
equal
deleted
inserted
replaced
266:18d185df8c54 | 267:966663fcf606 |
---|---|
374 ;; for access to anonymous ftp sites, if it is set. If not, one is | 374 ;; for access to anonymous ftp sites, if it is set. If not, one is |
375 ;; constructed using the environment variables USER and DOMAINNAME | 375 ;; constructed using the environment variables USER and DOMAINNAME |
376 ;; (e.g. turner@lanl.gov), if set. | 376 ;; (e.g. turner@lanl.gov), if set. |
377 | 377 |
378 (if (and running-xemacs | 378 (if (and running-xemacs |
379 (or (and (= emacs-major-version 20) (>= emacs-minor-version 1)) | 379 (or (> emacs-major-version 20) |
380 (and (= emacs-major-version 20) (>= emacs-minor-version 1)) | |
380 (and (= emacs-major-version 19) (>= emacs-minor-version 15)))) | 381 (and (= emacs-major-version 19) (>= emacs-minor-version 15)))) |
381 (progn | 382 (progn |
382 (message "Loading and configuring bundled packages... efs") | 383 (message "Loading and configuring bundled packages... efs") |
383 (require 'efs-auto) | 384 (require 'efs-auto) |
384 (if (getenv "USER") | 385 (if (getenv "USER") |