]> code.delx.au - gnu-emacs/commit
Make `insert-pair' always leave the cursor where documented
authorDima Kogan <gnuplot@dima.secretsauce.net>
Wed, 24 Feb 2016 02:54:17 +0000 (13:54 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 24 Feb 2016 02:54:17 +0000 (13:54 +1100)
commit370eb6760435436c9b6b4d60df628d108464d20d
tree3072fb4658fe0d9f1f05da7fd2e3e5d8bb6bb403
parentb594393d4d1464d977dee7f5c7f92b3827cd3f57
Make `insert-pair' always leave the cursor where documented

* lisp/emacs-lisp/lisp.el (insert-pair): The docstring of
insert-pair states that after insertion, the point ends up
after the opening character. This was not true if the pair was
inserted to surround a region (bug#16949).
lisp/emacs-lisp/lisp.el