mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 11:23:24 +00:00
Merge branch 'emacs-30' of git.sv.gnu.org:/srv/git/emacs into emacs-30
This commit is contained in:
commit
982938363a
2 changed files with 4 additions and 4 deletions
|
@ -333,9 +333,9 @@ it depends on uninstallable packages.
|
||||||
The package is installed.
|
The package is installed.
|
||||||
|
|
||||||
@item new
|
@item new
|
||||||
Equivalent to @samp{available}, except that the package became newly
|
Equivalent to @samp{available}, except that the package was added to the
|
||||||
available on the package archive after your last invocation of
|
package archive since your previous invocation of @w{@kbd{M-x
|
||||||
@kbd{M-x list-packages}.
|
list-packages}}.
|
||||||
|
|
||||||
@item obsolete
|
@item obsolete
|
||||||
The package is an outdated installed version; in addition to this
|
The package is an outdated installed version; in addition to this
|
||||||
|
|
|
@ -222,7 +222,7 @@ The string is used in `tramp-methods'.")
|
||||||
(tramp-login-args (("-l" "%u") ("-p" "%p") ("%c")
|
(tramp-login-args (("-l" "%u") ("-p" "%p") ("%c")
|
||||||
("-e" "none") ("%h")))
|
("-e" "none") ("%h")))
|
||||||
(tramp-async-args (("-q")))
|
(tramp-async-args (("-q")))
|
||||||
(tramp-direct-async t)
|
(tramp-direct-async ("-t" "-t"))
|
||||||
(tramp-remote-shell ,tramp-default-remote-shell)
|
(tramp-remote-shell ,tramp-default-remote-shell)
|
||||||
(tramp-remote-shell-login ("-l"))
|
(tramp-remote-shell-login ("-l"))
|
||||||
(tramp-remote-shell-args ("-c"))
|
(tramp-remote-shell-args ("-c"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue