summaryrefslogtreecommitdiff
path: root/lisp/dos-fns.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/dos-fns.el')
-rw-r--r--lisp/dos-fns.el11
1 files changed, 1 insertions, 10 deletions
diff --git a/lisp/dos-fns.el b/lisp/dos-fns.el
index 37a1a9c1d16..5b3c5df50d8 100644
--- a/lisp/dos-fns.el
+++ b/lisp/dos-fns.el
@@ -224,16 +224,7 @@ returned unaltered."
;; see if the list of defcustom's below is up to date, run the command
;; "M-x apropos-value RET ~/\. RET".
(defun dos-reevaluate-defcustoms ()
- ;; This was computed in paths.el, but that was at dump time.
- (setq abbrev-file-name
- (if (msdos-long-file-names)
- "~/.abbrev_defs"
- "~/_abbrev.defs"))
- ;; This was computed in loaddefs.el, but that was at dump time.
- (setq calc-settings-file
- (if (msdos-long-file-names)
- "~/.calc.el"
- "~/_calc.el"))
+ ;; This was computed at dump time.
(custom-reevaluate-setting 'trash-directory))
(add-hook 'before-init-hook 'dos-reevaluate-defcustoms)