(Perl_functions): Fix call to skip_spaces.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 27 Feb 2008 20:48:57 +0000 (20:48 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 27 Feb 2008 20:48:57 +0000 (20:48 +0000)
lib-src/ChangeLog
lib-src/etags.c

index d98a441..089d979 100644 (file)
@@ -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\e,Al\e(B  <pot@gnu.org>
 
index 52bcb8a..951d408 100644 (file)
@@ -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"))
        {