]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/net/tramp.el: Fix 2010-10-04 comment typo. (Bug#23913)
authorGlenn Morris <rgm@gnu.org>
Wed, 13 Jul 2016 15:48:30 +0000 (08:48 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 13 Jul 2016 15:48:30 +0000 (08:48 -0700)
lisp/net/tramp.el

index 26672d1fabb1732059f5aa74043f75b4124d02ad..cb8e4d4d4c36feb1ce3df7485d7489c443ca9ba0 100644 (file)
@@ -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.