mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-30
894b0e3a2f; Adapt comment in tramp.elcc87717fa0Add keyword placeholder to tramp.el7d0d61d854Rewrite ERT manual introductionb2f124f2a8; cperl-mode.el: Don't misinterpret exec_fcn as keyword exec59d1aac49dDocument return values of the various read-* functions
This commit is contained in:
commit
99852fb867
21 changed files with 80 additions and 36 deletions
|
|
@ -79,3 +79,22 @@ class C
|
|||
|
||||
say "done!";
|
||||
=-=-=
|
||||
|
||||
Name: cperl-keyword-in-subname
|
||||
|
||||
=-=
|
||||
# Bug#76851
|
||||
sub exec_fcn {
|
||||
}
|
||||
|
||||
sub other {
|
||||
}
|
||||
=-=-=
|
||||
|
||||
Name: cperl-keyword-without-space
|
||||
|
||||
=-=
|
||||
# Bug#76851, message #13
|
||||
my %h = map{$_=>1}
|
||||
@ARGV;
|
||||
=-=-=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue