aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2005-01-04 00:09:21 +0000
committerLuc Teirlinck <[email protected]>2005-01-04 00:09:21 +0000
commit985a8e0f8a11f3b7d7fa7897aab6593a82648084 (patch)
treea207821656ae97438a0263e64b48b0797325b63b
parented93087045317332eb41c976e4e799c11616ef57 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog8
-rw-r--r--man/ChangeLog6
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f53277edaa..49062712c3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2005-01-03 Luc Teirlinck <[email protected]>
+
+ * cus-edit.el (custom-file): Doc fix for defcustom.
+ (custom-file): The function no longer sets the variable
+ `custom-file' to its return value.
+
+ * startup.el (command-line): No longer load `custom-file'.
+
2005-01-03 Stefan Monnier <[email protected]>
* emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
diff --git a/man/ChangeLog b/man/ChangeLog
index 5da39a2a4c..aa9859290a 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-03 Luc Teirlinck <[email protected]>
+
+ * custom.texi (Saving Customizations): Emacs no longer loads
+ `custom-file' after .emacs in 21.4. (It never did in prior
+ versions.) No longer mention customizing through Custom.
+
2005-01-01 Jay Belanger <[email protected]>
* calc.texi (Programming Tutorial): Changed description of how to