Skip to content

Commit

Permalink
Merge pull request #37 from myrjola/patch-2
Browse files Browse the repository at this point in the history
Fix byte-compilation warning
  • Loading branch information
syohex committed Jul 28, 2015
2 parents 7677420 + 36e716e commit 5234298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell-pop.el
Expand Up @@ -204,7 +204,7 @@ The input format is the same as that of `kbd'."
(eshell-reset)))

(defun shell-pop--cd-to-cwd-shell (cwd)
(end-of-buffer)
(goto-char (point-max))
(comint-kill-input)
(insert (concat "cd " (shell-quote-argument cwd)))
(let ((comint-process-echoes t))
Expand Down

0 comments on commit 5234298

Please sign in to comment.