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
5f64b52b
Commit
5f64b52b
authored
May 28, 2002
by
Kim F. Storm
Browse files
(open-network-stream-server): Pass on optional args
sentinel and filter to make-network-process (from Luke Gorrie).
parent
3ad83f29
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/simple.el
lisp/simple.el
+2
-1
No files found.
lisp/simple.el
View file @
5f64b52b
...
...
@@ -4328,7 +4328,8 @@ functions to be used for the client processes; the server process
does
not
use
these
function.
"
(if (featurep 'make-network-process '(:server t))
(make-network-process :name name :buffer buffer
:service service :server t :noquery t)))
:service service :server t :noquery t
:sentinel sentinel :filter filter)))
)) ;; (featurep 'make-network-process)
...
...
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