Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
996fee11
Commit
996fee11
authored
Oct 24, 2001
by
Pavel Janík
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't define max.
(create_process): Remove unused variable `buffer'.
parent
e07777e6
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
+5
-0
src/process.c
src/process.c
+0
-3
No files found.
src/ChangeLog
View file @
996fee11
2001-10-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* process.c: Don't define max.
(create_process): Remove unused variable `buffer'.
2001-10-23 Gerd Moellmann <gerd@gnu.org>
* xfaces.c (Finternal_set_lisp_face_attribute): Fix compilation
...
...
src/process.c
View file @
996fee11
...
...
@@ -111,8 +111,6 @@ Boston, MA 02111-1307, USA. */
#include "composite.h"
#include "atimer.h"
#define max(a, b) ((a) > (b) ? (a) : (b))
Lisp_Object
Qprocessp
;
Lisp_Object
Qrun
,
Qstop
,
Qsignal
,
Qopen
,
Qclosed
;
Lisp_Object
Qlast_nonmenu_event
;
...
...
@@ -1319,7 +1317,6 @@ create_process (process, new_argv, current_dir)
#ifndef USE_CRT_DLL
extern
char
**
environ
;
#endif
Lisp_Object
buffer
=
XPROCESS
(
process
)
->
buffer
;
inchannel
=
outchannel
=
-
1
;
...
...
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