diff options
| author | Dan Nicolaescu | 2007-07-17 04:47:57 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-07-17 04:47:57 +0000 |
| commit | 9e6da495656e3c381aa057e94f419f3433e00430 (patch) | |
| tree | b71c0fdfb7ad0cb8838bd01dd7416c998d423744 | |
| parent | 9724908a55f7f62b47c52a773907eedb71004521 (diff) | |
| download | emacs-9e6da495656e3c381aa057e94f419f3433e00430.tar.gz emacs-9e6da495656e3c381aa057e94f419f3433e00430.zip | |
Undo previous change.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/vc.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6d1b192ce8e..a55210393d9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * vc.el: Undo previous change. | ||
| 4 | |||
| 1 | 2007-07-16 Eli Zaretskii <eliz@gnu.org> | 5 | 2007-07-16 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * makefile.w32-in (clean): Don't delete *~. | 7 | * makefile.w32-in (clean): Don't delete *~. |
diff --git a/lisp/vc.el b/lisp/vc.el index 04efe7fc2f0..a147f7e4dd0 100644 --- a/lisp/vc.el +++ b/lisp/vc.el | |||
| @@ -224,7 +224,7 @@ | |||
| 224 | ;; The implementation should pass the value of vc-checkout-switches | 224 | ;; The implementation should pass the value of vc-checkout-switches |
| 225 | ;; to the backend command. | 225 | ;; to the backend command. |
| 226 | ;; | 226 | ;; |
| 227 | ;; - checkout (file &optional editable rev) | 227 | ;; * checkout (file &optional editable rev) |
| 228 | ;; | 228 | ;; |
| 229 | ;; Check out revision REV of FILE into the working area. If EDITABLE | 229 | ;; Check out revision REV of FILE into the working area. If EDITABLE |
| 230 | ;; is non-nil, FILE should be writable by the user and if locking is | 230 | ;; is non-nil, FILE should be writable by the user and if locking is |