Mercurial > hg > xemacs-beta
comparison lisp/packages/desktop.el @ 209:41ff10fd062f r20-4b3
Import from CVS: tag r20-4b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:04:58 +0200 |
parents | 34a5b81f86ba |
children |
comparison
equal
deleted
inserted
replaced
208:f427b8ec4379 | 209:41ff10fd062f |
---|---|
102 | 102 |
103 ;; Make the compilation more silent | 103 ;; Make the compilation more silent |
104 (eval-when-compile | 104 (eval-when-compile |
105 ;; We use functions from these modules | 105 ;; We use functions from these modules |
106 ;; We can't (require 'mh-e) since that wants to load something. | 106 ;; We can't (require 'mh-e) since that wants to load something. |
107 (mapcar 'require '(info dired reporter))) | 107 (require 'info)) |
108 ;; ---------------------------------------------------------------------------- | 108 ;; ---------------------------------------------------------------------------- |
109 ;; USER OPTIONS -- settings you might want to play with. | 109 ;; USER OPTIONS -- settings you might want to play with. |
110 ;; ---------------------------------------------------------------------------- | 110 ;; ---------------------------------------------------------------------------- |
111 | 111 |
112 (defgroup desktop nil | 112 (defgroup desktop nil |