Merge branch 'maint'

This commit is contained in:
Carsten Dominik 2013-09-25 09:14:30 +02:00
commit c5f3702cf6
1 changed files with 2 additions and 0 deletions

View File

@ -757,6 +757,8 @@ with \",*\", \",#+\", \",,*\" and \",,#+\"."
(delete-region beg (max beg end))
(unless (string-match "\\`[ \t]*\\'" code)
(insert code))
;; Make sure the overlay stays in place
(when (eq context 'save) (move-overlay ovl beg (point)))
(goto-char beg)
(if single (just-one-space))))
(if (memq t (mapcar (lambda (overlay)