From: Glenn Morris Date: Wed, 13 Jul 2016 15:48:30 +0000 (-0700) Subject: ; * lisp/net/tramp.el: Fix 2010-10-04 comment typo. (Bug#23913) X-Git-Tag: emacs-25.1-rc1~25 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e38887;p=emacs.git ; * lisp/net/tramp.el: Fix 2010-10-04 comment typo. (Bug#23913) --- 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.