Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1797886f
Commit
1797886f
authored
Feb 27, 2008
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Perl_functions): Fix call to skip_spaces.
parent
0eb2977e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lib-src/ChangeLog
lib-src/ChangeLog
+6
-2
lib-src/etags.c
lib-src/etags.c
+1
-1
No files found.
lib-src/ChangeLog
View file @
1797886f
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>
...
...
lib-src/etags.c
View file @
1797886f
...
...
@@ -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"))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment