changeset 80230:9c2ef4f2ad6a

(Perl_functions): Fix call to skip_spaces.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 27 Feb 2008 20:48:57 +0000
parents 581345c45877
children f2fca97b0671
files lib-src/ChangeLog lib-src/etags.c
diffstat 2 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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  <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>
 
--- 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"))
 	{