Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmuslimov committed Mar 30, 2017
1 parent 42fb6bf commit f517afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browse-at-remote.el
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
When t, uses the branch name, if available. This generates easier to
read URLs, but for long-lived links, the content of the linked file
may change, producing link rot.
may change, producing link root.
When nil, uses the commit hash. The contents will never change."
:type 'boolean
Expand Down Expand Up @@ -304,7 +304,7 @@ Currently the same as for github."
(save-excursion
(save-restriction
(widen)
(goto-char ( line-beginning-position))
(goto-char (line-beginning-position))
(search-forward " ")
(buffer-substring-no-properties (line-beginning-position) (- (point) 1))))))

Expand Down

0 comments on commit f517afd

Please sign in to comment.