aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2012-04-15 04:59:30 +0200
committerJuanma Barranquero2012-04-15 04:59:30 +0200
commit75f1671a5240bf2833fc473900b662135509ed72 (patch)
treedb1059ec2bdfde37876ac064408575926fb89372 /lib-src/ChangeLog
parent3c80ae807c532597ba07ff028efc8add447f962e (diff)
downloademacs-75f1671a5240bf2833fc473900b662135509ed72.tar.gz
emacs-75f1671a5240bf2833fc473900b662135509ed72.zip
Fix ChangeLog typos.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 9ebe8a177ab..ac3e0a612e2 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -67,7 +67,7 @@
67 * makefile.w32-in (LOCAL_FLAGS): Add $(EMACS_EXTRA_C_FLAGS). 67 * makefile.w32-in (LOCAL_FLAGS): Add $(EMACS_EXTRA_C_FLAGS).
68 68
69 * emacsclient.c (main) <environ>: Remove declaration, already 69 * emacsclient.c (main) <environ>: Remove declaration, already
70 pulled in by unistd.h on Posix hosts and stdlib.h on MS-Windows. 70 pulled in by unistd.h on POSIX hosts and stdlib.h on MS-Windows.
71 71
722011-11-24 Glenn Morris <rgm@gnu.org> 722011-11-24 Glenn Morris <rgm@gnu.org>
73 73
@@ -6651,7 +6651,7 @@
6651 6651
66521993-08-25 Paul Eggert (eggert@twinsun.com) 66521993-08-25 Paul Eggert (eggert@twinsun.com)
6653 6653
6654 * rcs2log: Change /{/ to /\{/ for Posix ERE compatibility; 6654 * rcs2log: Change /{/ to /\{/ for POSIX ERE compatibility;
6655 otherwise, HP awk complains. 6655 otherwise, HP awk complains.
6656 6656
6657 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these 6657 * vcdiff: Append /usr/ccs/bin and /usr/sccs to PATH, since these
@@ -6998,7 +6998,7 @@
6998 6998
6999 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on 6999 * rcs2log: mawk, SunOS 4.1.3 nawk, and Ultrix/MKS nawk all barf on
7000 /[/]/, so change it to /[\/]/. This should work on all 7000 /[/]/, so change it to /[\/]/. This should work on all
7001 Posix-compliant awks. It's slightly wrong with traditional awk, 7001 POSIX-compliant awks. It's slightly wrong with traditional awk,
7002 since it matches \ too, but that's a minor problem compared to awk 7002 since it matches \ too, but that's a minor problem compared to awk
7003 syntax errors. 7003 syntax errors.
7004 7004