]> git.eshelyaron.com Git - emacs.git/commitdiff
(server-process-filter): Run pre-command-hook,
authorDave Love <fx@gnu.org>
Wed, 14 Feb 2001 23:55:05 +0000 (23:55 +0000)
committerDave Love <fx@gnu.org>
Wed, 14 Feb 2001 23:55:05 +0000 (23:55 +0000)
post-command-hook.

lisp/server.el

index 1e7d51692cb9c83cb3fceee8da1d261d7161cc93..523f0bf7befef628d1631b59fe29945579cf108f 100644 (file)
@@ -273,7 +273,9 @@ Prefix arg means just kill any existing server communications subprocess."
                            (cons (list arg lineno)
                                  files))
                      (setq lineno 1)))))
+             (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.