aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2010-08-05 15:23:53 -0700
committerDan Nicolaescu2010-08-05 15:23:53 -0700
commit9f5dd6f226818138aadf2d0cc2562e26650a46b8 (patch)
tree3ccd47d14bcc8c859ac180dcfa5422d1feb6c195 /src/ChangeLog
parent6254cdda90d55b2f93ca238ad84e86a69f8f9c8e (diff)
downloademacs-9f5dd6f226818138aadf2d0cc2562e26650a46b8.tar.gz
emacs-9f5dd6f226818138aadf2d0cc2562e26650a46b8.zip
* src/term.c: Remove dead code.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 575c93566ae..59800035b80 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12010-08-05 Dan Nicolaescu <dann@ics.uci.edu> 12010-08-05 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * term.c: Remove dead code.
4
3 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux. 5 Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux.
4 * term.c (dissociate_if_controlling_tty): Use USG5 instead of 6 * term.c (dissociate_if_controlling_tty): Use USG5 instead of
5 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS), 7 USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS),