# HG changeset patch # User Stefan Monnier # Date 1204145337 0 # Node ID 9c2ef4f2ad6ace968c064923b983aa223a715ad6 # Parent 581345c45877c9a7df9cbe46ce04903e2eaa2278 (Perl_functions): Fix call to skip_spaces. diff -r 581345c45877 -r 9c2ef4f2ad6a lib-src/ChangeLog --- a/lib-src/ChangeLog Wed Feb 27 16:38:37 2008 +0000 +++ b/lib-src/ChangeLog Wed Feb 27 20:48:57 2008 +0000 @@ -1,3 +1,7 @@ +2008-02-27 Yuri Shtil (tiny change) + + * etags.c (Perl_functions): Fix call to skip_spaces. + 2008-01-22 Chong Yidong * 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 diff -r 581345c45877 -r 9c2ef4f2ad6a lib-src/etags.c --- a/lib-src/etags.c Wed Feb 27 16:38:37 2008 +0000 +++ b/lib-src/etags.c Wed Feb 27 20:48:57 2008 +0000 @@ -4516,7 +4516,7 @@ LOOP_ON_INPUT_LINES (inf, lb, cp) { - skip_spaces(cp); + cp = skip_spaces (cp); if (LOOKING_AT (cp, "package")) {