diff options
| author | Dan Nicolaescu | 2010-08-05 15:23:53 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-08-05 15:23:53 -0700 |
| commit | 9f5dd6f226818138aadf2d0cc2562e26650a46b8 (patch) | |
| tree | 3ccd47d14bcc8c859ac180dcfa5422d1feb6c195 /src/ChangeLog | |
| parent | 6254cdda90d55b2f93ca238ad84e86a69f8f9c8e (diff) | |
| download | emacs-9f5dd6f226818138aadf2d0cc2562e26650a46b8.tar.gz emacs-9f5dd6f226818138aadf2d0cc2562e26650a46b8.zip | |
* src/term.c: Remove dead code.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
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 @@ | |||
| 1 | 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-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), |