IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19546


Ignore:
Timestamp:
Sep 12, 2008, 4:22:10 PM (18 years ago)
Author:
eugene
Message:

add comment to fix emacs font coloring

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Config/lib/PS/IPP/Config.pm

    r18557 r19546  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.91 2008-07-15 20:27:31 bills Exp $
     3# $Id: Config.pm,v 1.92 2008-09-13 02:22:10 eugene Exp $
    44
    55package PS::IPP::Config;
     
    116116    my $filename = shift;        # File name to find
    117117
    118     my @path = split /:/, $self->{path}; # List of paths to try
     118    my @path = split /:/, $self->{path}; # List of paths to try (I need this: ,/ for emacs fonts...)
    119119    my $found = 0;                        # Found it?
    120120    my $realfile;
Note: See TracChangeset for help on using the changeset viewer.