Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
albinus committed Dec 13, 2012
1 parent 918b2e4 commit 566faed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/tramp-adb.el
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ COMMAND is nil, just sends `echo $?'. Returns the exit status found."
(if (tramp-wait-for-regexp proc timeout tramp-adb-prompt)
(let (buffer-read-only)
(goto-char (point-min))
;; ADB terminal sends "^H" sequences
;; ADB terminal sends "^H" sequences.
(when (re-search-forward "<\b+" (point-at-eol) t)
(forward-line 1)
(delete-region (point-min) (point)))
Expand Down

0 comments on commit 566faed

Please sign in to comment.