mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(Perl_functions): Fix call to skip_spaces.
This commit is contained in:
parent
0eb2977e77
commit
1797886fcc
2 changed files with 7 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2008-02-27 Yuri Shtil <yuris@juniper.net> (tiny change)
|
||||
|
||||
* etags.c (Perl_functions): Fix call to skip_spaces.
|
||||
|
||||
2008-01-22 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* pop.c (pop_stat, pop_last): Fix last fix.
|
||||
|
|
@ -19,8 +23,8 @@
|
|||
|
||||
* etags.c (default_C_help) [CTAGS]: differentiate the help string,
|
||||
as the defaults in ctags are different from etags.
|
||||
(default_C_help, Cplusplus_help, PHP_help, print_help): Remove
|
||||
text saying --members is the default: not true in Emacs 22.
|
||||
(default_C_help, Cplusplus_help, PHP_help, print_help):
|
||||
Remove text saying --members is the default: not true in Emacs 22.
|
||||
|
||||
2007-11-15 Francesco Potort,Al(B <pot@gnu.org>
|
||||
|
||||
|
|
|
|||
|
|
@ -4516,7 +4516,7 @@ Perl_functions (inf)
|
|||
|
||||
LOOP_ON_INPUT_LINES (inf, lb, cp)
|
||||
{
|
||||
skip_spaces(cp);
|
||||
cp = skip_spaces (cp);
|
||||
|
||||
if (LOOKING_AT (cp, "package"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue