Changeset 25e124 in git


Ignore:
Timestamp:
Jul 21, 1999, 2:13:10 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
fda807b36983edfe9abc3b16a480d2e31555ffa3
Parents:
518752096f74eb90318c8da6eaf5fc256e7c083e
Message:
* correct exscape of special chars in strings


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

Legend:

Unmodified
Added
Removed
  • emacs/cmpl.pl

    r518752 r25e124  
    11#!/usr/local/bin/perl
    2 # $Id: cmpl.pl,v 1.1 1999-07-19 10:25:14 obachman Exp $
     2# $Id: cmpl.pl,v 1.2 1999-07-21 12:13:10 obachman Exp $
    33###################################################################
    44#
     
    6060        s/(.*) <\d+>$/$1/;
    6161        s/^\s*(.*)\s*/$1/;
     62        s/([\\#"])/\\$1/g;
    6263        push @strings, $_ if $_ && $_ ne $prev;
    6364        $prev = $_;
Note: See TracChangeset for help on using the changeset viewer.