diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-10-30 19:20:46 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-10-30 19:20:46 +0000 |
commit | e9048e4f011fb1d02b69be4e204996bd0999dfaf (patch) | |
tree | 59636825d54555d5670a3986afcde99ce774b681 /lisp | |
parent | c0e6a9e9106461434a44281a1e68499d4c47b12c (diff) | |
download | emacs-e9048e4f011fb1d02b69be4e204996bd0999dfaf.tar.gz emacs-e9048e4f011fb1d02b69be4e204996bd0999dfaf.tar.bz2 emacs-e9048e4f011fb1d02b69be4e204996bd0999dfaf.zip |
* vc.el (vc-revert): Limit the length of the query string.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bdb80566459..bc15aa18576 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-10-30 Chong Yidong <cyd@stupidchicken.com> + + * vc.el (vc-revert): Limit the length of the query string. + 2008-10-30 Juanma Barranquero <lekktu@gmail.com> * simple.el (idle-update-delay, next-error-highlight) |