branch: scratch/expand-region commit b70feaa644310dc2d599dc277cd20a1f2b6446ac Author: Jen-Chieh Shen <jcs090...@gmail.com> Commit: Magnar Sveen <magn...@gmail.com>
Add autoload to contract-region --- expand-region-core.el | 1 + 1 file changed, 1 insertion(+) diff --git a/expand-region-core.el b/expand-region-core.el index c13b9bc273..d9d472de61 100644 --- a/expand-region-core.el +++ b/expand-region-core.el @@ -145,6 +145,7 @@ to override the heuristic." (and (= (point) best-start) (< (mark) best-end))))) +;;;###autoload (defun er/contract-region (arg) "Contract the selected region to its previous size. With prefix argument contracts that many times.