Changeset b573d0 in git


Ignore:
Timestamp:
Feb 14, 2001, 1:32:58 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
b46ce0bd64329638179797ebdafe2be2c1951a43
Parents:
471a780b04cf64584c9acb112b2cfa8f6b9093a3
Message:
*hannes/tim: regexp fix


git-svn-id: file:///usr/local/Singular/svn/trunk@5232 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • emacs/cmpl.pl

    r471a78 rb573d0  
    11#!/usr/local/bin/perl
    2 # $Id: cmpl.pl,v 1.7 1999-12-06 16:06:59 obachman Exp $
     2# $Id: cmpl.pl,v 1.8 2001-02-14 12:32:58 Singular Exp $
    33###################################################################
    44#
     
    9090{
    9191  @strings = <$ex_dir/*.sing>;
    92   map {$_ =~ s|.*/(.*?).sing|(\"$1\")|;} @strings;
     92  map {$_ =~ s|.*/(.*?)\.sing$|(\"$1\")|;} @strings;
    9393}
    9494else
Note: See TracChangeset for help on using the changeset viewer.