emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/cus-edit.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-edit.el [lexbind]
Date: Wed, 08 Dec 2004 19:45:49 -0500

Index: emacs/lisp/cus-edit.el
diff -c emacs/lisp/cus-edit.el:1.157.2.10 emacs/lisp/cus-edit.el:1.157.2.11
*** emacs/lisp/cus-edit.el:1.157.2.10   Thu Nov  4 13:12:40 2004
--- emacs/lisp/cus-edit.el      Wed Dec  8 23:36:18 2004
***************
*** 3678,3685 ****
  (defcustom custom-file nil
    "File used for storing customization information.
  The default is nil, which means to use your init file
! as specified by `user-init-file'.  If you specify some other file,
! you need to explicitly load that file for the settings to take effect.
  
  When you change this variable, look in the previous custom file
  \(usually your init file) for the forms `(custom-set-variables ...)'
--- 3678,3690 ----
  (defcustom custom-file nil
    "File used for storing customization information.
  The default is nil, which means to use your init file
! as specified by `user-init-file'.  If the value is not nil,
! it should be an absolute file name.
! 
! To make this feature work, you'll need to put something in your
! init file to specify the value of `custom-file'.  Just
! customizing the variable won't suffice, because Emacs won't know
! which file to load unless the init file sets `custom-file'.
  
  When you change this variable, look in the previous custom file
  \(usually your init file) for the forms `(custom-set-variables ...)'




reply via email to

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