diff options
| author | Luc Teirlinck | 2005-01-04 00:09:21 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-01-04 00:09:21 +0000 |
| commit | 985a8e0f8a11f3b7d7fa7897aab6593a82648084 (patch) | |
| tree | a207821656ae97438a0263e64b48b0797325b63b | |
| parent | ed93087045317332eb41c976e4e799c11616ef57 (diff) | |
| download | emacs-985a8e0f8a11f3b7d7fa7897aab6593a82648084.tar.gz emacs-985a8e0f8a11f3b7d7fa7897aab6593a82648084.zip | |
*** 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 @@ | |||
| 1 | 2005-01-03 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * cus-edit.el (custom-file): Doc fix for defcustom. | ||
| 4 | (custom-file): The function no longer sets the variable | ||
| 5 | `custom-file' to its return value. | ||
| 6 | |||
| 7 | * startup.el (command-line): No longer load `custom-file'. | ||
| 8 | |||
| 1 | 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca> | 9 | 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 10 | ||
| 3 | * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface. | 11 | * 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 @@ | |||
| 1 | 2005-01-03 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * custom.texi (Saving Customizations): Emacs no longer loads | ||
| 4 | `custom-file' after .emacs in 21.4. (It never did in prior | ||
| 5 | versions.) No longer mention customizing through Custom. | ||
| 6 | |||
| 1 | 2005-01-01 Jay Belanger <belanger@truman.edu> | 7 | 2005-01-01 Jay Belanger <belanger@truman.edu> |
| 2 | 8 | ||
| 3 | * calc.texi (Programming Tutorial): Changed description of how to | 9 | * calc.texi (Programming Tutorial): Changed description of how to |