diff options
| author | Paul Eggert | 2011-07-19 13:33:28 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-19 13:33:28 -0700 |
| commit | 0d8de0fd0a5a63cc9558b5c99f9c7f1ddcaf338a (patch) | |
| tree | 31cf6b0a22ba1ee37fef321a296eb288828dc4c6 /src/process.h | |
| parent | c2216f8e3a2a17ba5b843f0329ce52c920a336b2 (diff) | |
| parent | 590bd46743151a55ba68a7d211f82b2485c57d3a (diff) | |
| download | emacs-0d8de0fd0a5a63cc9558b5c99f9c7f1ddcaf338a.tar.gz emacs-0d8de0fd0a5a63cc9558b5c99f9c7f1ddcaf338a.zip | |
Merge from trunk.
Diffstat (limited to 'src/process.h')
| -rw-r--r-- | src/process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.h b/src/process.h index 4866a8c1022..aff9e970f63 100644 --- a/src/process.h +++ b/src/process.h | |||
| @@ -141,7 +141,7 @@ struct Lisp_Process | |||
| 141 | /* Every field in the preceding structure except for the first two | 141 | /* Every field in the preceding structure except for the first two |
| 142 | must be a Lisp_Object, for GC's sake. */ | 142 | must be a Lisp_Object, for GC's sake. */ |
| 143 | 143 | ||
| 144 | #define ChannelMask(n) (1<<(n)) | 144 | #define ChannelMask(n) (1 << (n)) |
| 145 | 145 | ||
| 146 | /* True if we are about to fork off a synchronous process or if we | 146 | /* True if we are about to fork off a synchronous process or if we |
| 147 | are waiting for it. */ | 147 | are waiting for it. */ |