aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-04-20 11:57:54 -0400
committerChong Yidong2010-04-20 11:57:54 -0400
commit808ecc4e18128c336d4fa9fa54409fdc00616370 (patch)
tree8d6077716a5495a6c1ac6a0323dcba9d5a43a8ad /lisp/ChangeLog
parent0ca12598468ccdd32b8dc6c984bfc179b2dd30ad (diff)
downloademacs-808ecc4e18128c336d4fa9fa54409fdc00616370.tar.gz
emacs-808ecc4e18128c336d4fa9fa54409fdc00616370.zip
Fix hg envvar handling (Bug#5846).
* vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC. (vc-hg-working-revision): Likewise. Use hg parents, not hg parent (Bug#5846).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f0eb059642e..adbe4f08827 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12010-04-20 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
4 (vc-hg-working-revision): Likewise. Use hg parents, not hg parent
5 (Bug#5846).
6
12010-04-20 Glenn Morris <rgm@gnu.org> 72010-04-20 Glenn Morris <rgm@gnu.org>
2 8
3 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string. 9 * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.