Changeset e2f7963 for perl/lib/BarnOwl
- Timestamp:
- Oct 3, 2009, 10:06:23 AM (15 years ago)
- Branches:
- master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 40bda84
- Parents:
- 2184001
- git-author:
- Nelson Elhage <nelhage@mit.edu> (10/02/09 20:18:23)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (10/03/09 10:06:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
perl/lib/BarnOwl/Hooks.pm
r03e25c5 re2f7963 196 196 my $package = "BarnOwl"; 197 197 198 199 if(!contains(\@BarnOwl::all_commands, $command)) { 200 push @BarnOwl::all_commands, $command; 201 } 202 198 203 if($symbol =~ m{^edit:(.+)$}) { 199 204 $symbol = $1; … … 222 227 } 223 228 } 224 225 if(!contains(\@BarnOwl::all_commands, $command)) {226 push @BarnOwl::all_commands, $command;227 }228 229 } 229 230
Note: See TracChangeset
for help on using the changeset viewer.