From 1cd04440b5d86bdd2a83b71515b2d6d51e26db82 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 15 Nov 2001 12:19:08 +0000 Subject: [PATCH] (server-process-filter): Run pore/post-comment-hook before/after visiting the file. --- lisp/server.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/server.el b/lisp/server.el index a9aaa69e712..ec7fdafb851 100644 --- a/lisp/server.el +++ b/lisp/server.el @@ -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. -- 2.39.5