]> 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>
Fri, 27 Jul 2018 14:59:09 +0000 (16:59 +0200)
commit80acd88e50226a572b9818d9d645ed3251576413
treee01476bd307a8e0ce3c8465420a96125460d0b2c
parentcf4e1b18aa88f7995e637260ccf79ba1f0dbb0c1
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