summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-07-13 08:48:30 -0700
committerGlenn Morris <rgm@gnu.org>2016-07-13 08:48:30 -0700
commit5e3888706a49f08acaf4e1754e762036493adb7a (patch)
tree19fd10f7d7f72d393561cc5deb03c095aa8a96fd
parent90f21696fe1f0a09db3891f8f7a0174fdc94dc7f (diff)
downloademacs-5e3888706a49f08acaf4e1754e762036493adb7a.tar.gz
; * lisp/net/tramp.el: Fix 2010-10-04 comment typo. (Bug#23913)
-rw-r--r--lisp/net/tramp.el2
1 files changed, 1 insertions, 1 deletions
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.