]> git.eshelyaron.com Git - emacs.git/commit
Add find-file-asynchronously
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 27 Jul 2018 14:59:09 +0000 (16:59 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 4 Aug 2018 10:31:57 +0000 (12:31 +0200)
commit4d340cd956614fe2f292326fcc12a15841435dac
treee01476bd307a8e0ce3c8465420a96125460d0b2c
parentbba62df63391949f483f1a531667a5c767dbc2a1
Add find-file-asynchronously

* lisp/array.el (xor): Move function ...
* lisp/subr.el (xor): ... here.

* lisp/files.el (find-file-asynchronously): New defcustom.
(find-file-read-args): Use it.
(find-alternate-file-other-window, find-alternate-file): Use it.
Rename arg to ASYNC.
(find-file-with-threads, find-file, find-file-other-window)
(find-file-other-frame, find-file-existing, find-file--read-only)
(find-file-read-only, find-file-read-only-other-window)
(find-file-read-only-other-frame)
(find-alternate-file-other-window, find-file-noselect)
(find-file-literally): Rename arg to ASYNC.
lisp/array.el
lisp/files.el
lisp/subr.el