mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41:25 -08:00
2616307* net/tramp-sh.el (tramp-send-command-and-read): New optional arg MARKER. (tramp-get-remote-path): Use it.c773edc* net/tramp-gw.el (tramp-gw-open-connection): Suppress traces in wrong debug buffer. (tramp-gw-open-connection): Set process coding system 'binary. (tramp-gw-open-network-stream): Handle HTTP error 403.8032fc1* .gitignore: Ignore /conftest*.fb420e7* lisp/subr.el (sit-for): Tweak docstring.061db13Fix vc-git-dir-status-files WRT up-to-date vs editedbb57c94Consider electric-pair-mode in tex-mode.7b94572* test/automated/flymake/warnpred/test.pl: Tweak earlier change.59c218fChangeLog fixdb2a768* test/automated/flymake/warnpred/test.pl: Tweak formatd9005ddsrc/gnutls.c (gnutls_init): Fix deprecation warning from GCC. Conflicts: ChangeLog lisp/ChangeLog src/ChangeLog test/ChangeLog
2 lines
35 B
Raku
2 lines
35 B
Raku
@arr = [1,2,3,4];
|
|
my $b = @arr[1];
|