Skip to content

Commit

Permalink
Merge pull request magnars#171 from Wilfred/master
Browse files Browse the repository at this point in the history
Ensure expand-region can be upgraded without uninstall.
  • Loading branch information
magnars committed Jul 18, 2015
2 parents 69819ac + d0c4d41 commit 5c2ad46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expand-region-core.el
Expand Up @@ -61,7 +61,7 @@

;; save-mark-and-excursion in Emacs 25 works like save-excursion did before
(eval-when-compile
(when (not (fboundp 'save-mark-and-excursion))
(when (< emacs-major-version 25)
(defmacro save-mark-and-excursion (&rest body)
`(save-excursion ,@body))))

Expand Down

0 comments on commit 5c2ad46

Please sign in to comment.