diff options
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fad48e02704..10e9ebfdb8f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,6 +3,8 @@ | |||
| 3 | * vc.el (vc-switch-backend): Better error message if the buffer is | 3 | * vc.el (vc-switch-backend): Better error message if the buffer is |
| 4 | not visiting a file under version control. | 4 | not visiting a file under version control. |
| 5 | 5 | ||
| 6 | * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it. | ||
| 7 | |||
| 6 | 2005-10-29 Chong Yidong <cyd@stupidchicken.com> | 8 | 2005-10-29 Chong Yidong <cyd@stupidchicken.com> |
| 7 | 9 | ||
| 8 | * startup.el (command-line): Use ~/.emacs.d/init.el instead of | 10 | * startup.el (command-line): Use ~/.emacs.d/init.el instead of |