From 5e3888706a49f08acaf4e1754e762036493adb7a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 13 Jul 2016 08:48:30 -0700 Subject: [PATCH] ; * lisp/net/tramp.el: Fix 2010-10-04 comment typo. (Bug#23913) --- lisp/net/tramp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 26672d1fabb..cb8e4d4d4c3 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -3642,7 +3642,7 @@ connection buffer." (with-current-buffer (tramp-get-connection-buffer vec) (let (buffer-read-only) (delete-region pos (point)))))))) -:;; Utility functions: +;;; Utility functions: (defun tramp-accept-process-output (&optional proc timeout timeout-msecs) "Like `accept-process-output' for Tramp processes. -- 2.39.2