From: Marcin Borkowski Date: Sun, 14 May 2017 05:09:54 +0000 (+0200) Subject: Merge branch 'fix/bug-21072' X-Git-Tag: emacs-26.0.90~521^2~405 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a5e864de731e113badbe300b1e4174f103547fa;p=emacs.git Merge branch 'fix/bug-21072' --- 9a5e864de731e113badbe300b1e4174f103547fa diff --cc etc/NEWS index b7dbb146302,8e628aad20d..6667a44c291 --- a/etc/NEWS +++ b/etc/NEWS @@@ -397,12 -383,15 +397,21 @@@ Strings such as ΌΣΟΣ are now correc capitalized instead of incorrect Όσοσ (compare lowercase sigma at the end of the word). +** Emacs can now auto-save buffers to visited files in a more robust +manner via the new mode 'auto-save-visited-mode'. Unlike +'auto-save-visited-file-name', this mode uses the normal saving +procedure and therefore obeys saving hooks. +'auto-save-visited-file-name' is now obsolete. + + +++ + ** New behavior of 'mark-defun' implemented + Prefix argument selects that many (or that many more) defuns. + Negative prefix arg flips the direction of selection. Also, + 'mark-defun' between defuns correctly selects N following defuns (or + -N previous for negative arguments). Finally, comments preceding the + defun are selected unless they are separated from the defun by a blank + line. + * Changes in Specialized Modes and Packages in Emacs 26.1