]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge remote-tracking branch 'origin/master' into feature/tramp-thread-safe
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 29 Sep 2018 13:45:53 +0000 (15:45 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 29 Sep 2018 13:45:53 +0000 (15:45 +0200)
13 files changed:
1  2 
doc/lispref/commands.texi
doc/lispref/elisp.texi
doc/lispref/files.texi
doc/misc/tramp.texi
etc/NEWS
lisp/files.el
lisp/net/tramp-compat.el
lisp/net/tramp-sh.el
lisp/net/tramp.el
lisp/simple.el
lisp/subr.el
lisp/vc/vc-hooks.el
test/lisp/net/tramp-tests.el

Simple merge
Simple merge
Simple merge
Simple merge
diff --cc etc/NEWS
index f06d08317e7c4de6e335ad7b36b397972da41190,7e7de165ec1eeb0277e8e281ebb4ac2b64175b84..a33296c15ddca64b0ef4ce54b4812501c8e4747e
+++ b/etc/NEWS
@@@ -252,16 -273,12 +273,22 @@@ large files.  Now it also offers a thir
  file literally, as in 'find-file-literally', which speeds up
  navigation and editing of large files.
  
 ++++
 +** Files can be visited asynchronously.
 +If the new user option 'execute-file-commands-asynchronously' has a
 +non-nil value, interactive file visiting commands load the file
 +asynchronously into the respective buffer.  I.e., Emacs is still
 +responsive while loading the files, which is useful especially for
 +remote files.  If the value is a regular expression, files matching
 +this expression are loaded asynchronously.  See the node "(emacs)
 +Visiting" in the user manual for the supported commands.
 +
+ ---
+ ** add-dir-local-variable now uses dotted pair notation syntax
+ to write alists of variables to .dir-locals.el.  This is the same
+ syntax that you can see in the example of a .dir-locals.el file
+ in (info "(emacs) Directory Variables")
  \f
  * Changes in Specialized Modes and Packages in Emacs 27.1
  
diff --cc lisp/files.el
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc lisp/simple.el
Simple merge
diff --cc lisp/subr.el
Simple merge
Simple merge
Simple merge