diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-01-04 00:09:21 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-01-04 00:09:21 +0000 |
commit | 985a8e0f8a11f3b7d7fa7897aab6593a82648084 (patch) | |
tree | a207821656ae97438a0263e64b48b0797325b63b | |
parent | ed93087045317332eb41c976e4e799c11616ef57 (diff) | |
download | emacs-985a8e0f8a11f3b7d7fa7897aab6593a82648084.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 8 | ||||
-rw-r--r-- | man/ChangeLog | 6 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f53277edaa4..49062712c36 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2005-01-03 Luc Teirlinck <teirllm@auburn.edu> + + * 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 <monnier@iro.umontreal.ca> * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface. diff --git a/man/ChangeLog b/man/ChangeLog index 5da39a2a4c8..aa9859290ac 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,9 @@ +2005-01-03 Luc Teirlinck <teirllm@auburn.edu> + + * 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 <belanger@truman.edu> * calc.texi (Programming Tutorial): Changed description of how to |