Skip to content

Commit

Permalink
Roll back broken fix for #160
Browse files Browse the repository at this point in the history
Opens #160
  • Loading branch information
magnars committed Apr 14, 2015
1 parent 6708e7f commit 0e51e10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion expand-region-core.el
Expand Up @@ -92,7 +92,6 @@ moving point or mark as little as possible."
(while try-list
(save-excursion
(ignore-errors
(setq mark-active nil)
(funcall (car try-list))
(when (and (region-active-p)
(er--this-expansion-is-better start end best-start best-end))
Expand Down

0 comments on commit 0e51e10

Please sign in to comment.