Mercurial > emacs
comparison src/process.c @ 107842:992ffbd77e15
* process.c (status_notify): Remove unused var `ro'.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Mon, 12 Apr 2010 19:49:29 -0400 |
| parents | 6438b98db9dd |
| children | e8ea73860300 |
comparison
equal
deleted
inserted
replaced
| 107841:2cdeb4c70d45 | 107842:992ffbd77e15 |
|---|---|
| 6980 exec_sentinel (proc, msg); | 6980 exec_sentinel (proc, msg); |
| 6981 /* Don't bother with a message in the buffer | 6981 /* Don't bother with a message in the buffer |
| 6982 when a process becomes runnable. */ | 6982 when a process becomes runnable. */ |
| 6983 else if (!EQ (symbol, Qrun) && !NILP (buffer)) | 6983 else if (!EQ (symbol, Qrun) && !NILP (buffer)) |
| 6984 { | 6984 { |
| 6985 Lisp_Object ro, tem; | 6985 Lisp_Object tem; |
| 6986 struct buffer *old = current_buffer; | 6986 struct buffer *old = current_buffer; |
| 6987 int opoint, opoint_byte; | 6987 int opoint, opoint_byte; |
| 6988 int before, before_byte; | 6988 int before, before_byte; |
| 6989 | |
| 6990 ro = XBUFFER (buffer)->read_only; | |
| 6991 | 6989 |
| 6992 /* Avoid error if buffer is deleted | 6990 /* Avoid error if buffer is deleted |
| 6993 (probably that's why the process is dead, too) */ | 6991 (probably that's why the process is dead, too) */ |
| 6994 if (NILP (XBUFFER (buffer)->name)) | 6992 if (NILP (XBUFFER (buffer)->name)) |
| 6995 continue; | 6993 continue; |
