]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 d98a441f8d8e9a1326bd23ad816cb18aa09a9c25..089d979381b79d2a8f72b1a924a1326b146cea97 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 52bcb8ad11db3343175c5db8c9e4ea628ecc8c74..951d408ec3c0f15f37096b5e4732e3a49b5b6fdf 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"))
        {