emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp dos-fns.el


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/lisp dos-fns.el
Date: Sat, 12 Sep 2009 09:45:36 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/09/12 09:45:36

Modified files:
        lisp           : dos-fns.el 

Log message:
        (dos-reevaluate-defcustoms): Comment out the reevaluation of 
trash-directory.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/dos-fns.el?cvsroot=emacs&r1=1.60&r2=1.61

Patches:
Index: dos-fns.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/dos-fns.el,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -b -r1.60 -r1.61
--- dos-fns.el  3 Sep 2009 06:55:00 -0000       1.60
+++ dos-fns.el  12 Sep 2009 09:45:36 -0000      1.61
@@ -224,8 +224,11 @@
 ;; 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 at dump time.
-  (custom-reevaluate-setting 'trash-directory))
+  ;; This is not needed in Emacs 23.2 and later, as trash-directory is
+  ;; initialized as nil.  But something like this might become
+  ;; necessary in the future, so I'm keeping it here as a reminder.
+  ;(custom-reevaluate-setting 'trash-directory)
+  )
 
 (add-hook 'before-init-hook 'dos-reevaluate-defcustoms)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]