aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Spiegel2005-10-30 11:10:07 +0000
committerAndré Spiegel2005-10-30 11:10:07 +0000
commit6aecefa8da3ff88d1f6c69a45289ff03002e790e (patch)
treef72d7fd19aa261233e91773f3d4f2d61af39443f
parentbd25cb265f4b2415237f24555fc184782ba4a750 (diff)
downloademacs-6aecefa8da3ff88d1f6c69a45289ff03002e790e.tar.gz
emacs-6aecefa8da3ff88d1f6c69a45289ff03002e790e.zip
#
-rw-r--r--lisp/ChangeLog2
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
62005-10-29 Chong Yidong <cyd@stupidchicken.com> 82005-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