Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
01f5787b
Commit
01f5787b
authored
Apr 12, 2010
by
Stefan Monnier
Browse files
* process.c (status_notify): Remove unused var `ro'.
parent
a544e7c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
src/ChangeLog
src/ChangeLog
+4
-0
src/process.c
src/process.c
+1
-3
No files found.
src/ChangeLog
View file @
01f5787b
2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
* process.c (status_notify): Remove unused var `ro'.
2010-04-12 Jan Djärv <jan.h.d@swipnet.se>
* xfns.c (select_visual): Don't call error if XGetVisualInfo returns
...
...
src/process.c
View file @
01f5787b
...
...
@@ -6982,13 +6982,11 @@ status_notify (deleting_process)
when a process becomes runnable. */
else if (!EQ (symbol, Qrun) && !NILP (buffer))
{
Lisp_Object
ro,
tem;
Lisp_Object tem;
struct buffer *old = current_buffer;
int opoint, opoint_byte;
int before, before_byte;
ro = XBUFFER (buffer)->read_only;
/* Avoid error if buffer is deleted
(probably that's why the process is dead, too) */
if (NILP (XBUFFER (buffer)->name))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment