Merge branch 'master' of github.com:jyp/boon

This commit is contained in:
Jean-Philippe Bernardy 2016-09-29 22:10:06 +02:00
commit dde68b2e64
3 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@
(interactive "P")
(let ((orig-point (point)))
(goto-char
(save-excursion
(save-mark-and-excursion
(deactivate-mark)
(if (boon-in-string-p)
(er/mark-inside-quotes) (er/mark-inside-pairs))

View file

@ -2,7 +2,7 @@
"boon"
"0.4"
"Ergonomic Command Mode for Emacs."
'((emacs "24.5")
'((emacs "25.1")
(expand-region "0.10.0")
(dash "2.12.0")
(multiple-cursors "1.3.0"))