diff options
| author | Glenn Morris | 2011-03-10 00:26:41 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-03-10 00:26:41 -0800 |
| commit | 02da65ff3a35a36e86419a3494286a1eba233e89 (patch) | |
| tree | 0a2e6a238a8f713c5fedfd59f6ef072cee6ed5cf /lisp/ChangeLog | |
| parent | b2f603cc420af9f07bc9ce27b96256255009c506 (diff) | |
| download | emacs-02da65ff3a35a36e86419a3494286a1eba233e89.tar.gz emacs-02da65ff3a35a36e86419a3494286a1eba233e89.zip | |
Add `vc-git-program' option; suggested on emacs-devel.
* lisp/vc/vc-git.el (vc-git-program): New option.
(vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command)
(vc-git--call): Use it.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0499954465a..c8890a926be 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-03-10 Glenn Morris <rgm@gnu.org> | 1 | 2011-03-10 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * vc/vc-git.el (vc-git-program): New option. | ||
| 4 | (vc-git-branches, vc-git-pull, vc-git-merge-branch, vc-git-command) | ||
| 5 | (vc-git--call): Use it. | ||
| 6 | |||
| 3 | * eshell/esh-util.el (eshell-condition-case): Doc fix. | 7 | * eshell/esh-util.el (eshell-condition-case): Doc fix. |
| 4 | 8 | ||
| 5 | * cus-edit.el (Custom-newline): If no button at point, look | 9 | * cus-edit.el (Custom-newline): If no button at point, look |