aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-11-01 19:11:37 -0700
committerPaul Eggert2013-11-01 19:11:37 -0700
commita90e5a330c68cd42347083c21a6d495bbff7b547 (patch)
tree8735672b53214744c0f627072d425677f721058a /src/ChangeLog
parent7ffd37219b311035fd346a126d7799cb53c6c73d (diff)
downloademacs-a90e5a330c68cd42347083c21a6d495bbff7b547.tar.gz
emacs-a90e5a330c68cd42347083c21a6d495bbff7b547.zip
* emacs.c (original_pwd): Remove global var by making it local.
(init_cmdargs): New arg ORIGINAL_PWD; caller changed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8186e220d7d..2191cb5064e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-11-02 Paul Eggert <eggert@cs.ucla.edu>
2
3 * emacs.c (original_pwd): Remove global var by making it local.
4 (init_cmdargs): New arg ORIGINAL_PWD; caller changed.
5
12013-11-01 Jan Djärv <jan.h.d@swipnet.se> 62013-11-01 Jan Djärv <jan.h.d@swipnet.se>
2 7
3 * xfaces.c: Declare color_distance. 8 * xfaces.c: Declare color_distance.