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
1cd04440
Commit
1cd04440
authored
Nov 15, 2001
by
Stefan Monnier
Browse files
(server-process-filter): Run pore/post-comment-hook
before/after visiting the file.
parent
34e5d0af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/server.el
lisp/server.el
+2
-0
No files found.
lisp/server.el
View file @
1cd04440
...
...
@@ -284,7 +284,9 @@ Prefix arg means just kill any existing server communications subprocess."
files
))
(
setq
lineno
1
)
(
setq
columnno
0
))))))
(
run-hooks
'pre-command-hook
)
(
server-visit-files
files
client
nowait
)
(
run-hooks
'post-command-hook
)
;; CLIENT is now a list (CLIENTNUM BUFFERS...)
(
if
(
null
(
cdr
client
))
;; This client is empty; get rid of it immediately.
...
...
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