diff --git a/boon-arguments.el b/boon-arguments.el index 3253f40..51298b7 100644 --- a/boon-arguments.el +++ b/boon-arguments.el @@ -52,8 +52,8 @@ "Return a region list with a single item: the region selected after calling SELECT-FUN (interactively)." (lambda () (save-mark-and-excursion - (call-interactively select-fun) - (boon-regs-from-bounds (cons (region-beginning) (region-end)))))) + (call-interactively select-fun) + (boon-regs-from-bounds (cons (region-beginning) (region-end)))))) (defun boon-select-wim () ;; what i mean "Return a region list with a single item. diff --git a/boon-moves.el b/boon-moves.el index aef860d..461141d 100644 --- a/boon-moves.el +++ b/boon-moves.el @@ -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)) diff --git a/boon-pkg.el b/boon-pkg.el index 46fdf18..b8d87e6 100644 --- a/boon-pkg.el +++ b/boon-pkg.el @@ -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"))