Skip to content

Commit

Permalink
Fixed #2 on github.
Browse files Browse the repository at this point in the history
Fix by Jeff Hodges. Applied with different indentation.
  • Loading branch information
nschum committed Jan 17, 2011
1 parent a12c767 commit 9797adc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion full-ack.el
Expand Up @@ -583,7 +583,8 @@ DIRECTORY is the root directory. If called interactively, it is determined by
(let ((file (ack-previous-property-value 'ack-file pos))
(line (ack-previous-property-value 'ack-line pos))
(offset (ack-visible-distance
(previous-single-property-change pos 'ack-line) pos))
(or (previous-single-property-change pos 'ack-line) 0)
pos))
buffer)
(if force
(or (and file
Expand Down

0 comments on commit 9797adc

Please sign in to comment.