]> git.eshelyaron.com Git - emacs.git/commit
Add inhibit-remote-files and without-remote-files
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 22 Jul 2023 08:16:04 +0000 (10:16 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 22 Jul 2023 08:16:04 +0000 (10:16 +0200)
commit906969979556ab7963ec9a75fe456e5483952e93
tree8a34f8de69b93b0566371f0ca74acda8c1d5c588
parentb6207ee4dcb17106262d278fd11408edd4a55316
Add inhibit-remote-files and without-remote-files

* doc/emacs/files.texi (Remote Files): Do not document tramp-mode
any longer.  Describe inhibit-remote-files instead.

* doc/lispref/files.texi (Magic File Names): Add without-remote-files.

* doc/misc/tramp.texi (Frequently Asked Questions): Do not
document tramp-mode any longer.  Describe inhibit-remote-files and
without-remote-files instead.

* etc/NEWS: Add inhibit-remote-files and without-remote-files.
Fix typos.

* lisp/net/tramp.el (inhibit-remote-files): New defun.
(without-remote-files): New defmacro.

* test/lisp/net/tramp-archive-tests.el
(tramp-archive-test49-without-remote-files):
* test/lisp/net/tramp-tests.el (tramp-test49-without-remote-files):
New tests.
(tramp-test50-unload): Rename.
doc/emacs/files.texi
doc/lispref/files.texi
doc/misc/tramp.texi
etc/NEWS
lisp/net/tramp.el
test/lisp/net/tramp-archive-tests.el
test/lisp/net/tramp-tests.el