comparison src/search.c @ 251:677f6a0ee643 r20-5b24

Import from CVS: tag r20-5b24
author cvs
date Mon, 13 Aug 2007 10:19:59 +0200
parents 0e522484dd2a
children c5d627a313b1
comparison
equal deleted inserted replaced
250:f385a461c9aa 251:677f6a0ee643
1806 if (! NILP (string)) 1806 if (! NILP (string))
1807 { 1807 {
1808 CHECK_STRING (string); 1808 CHECK_STRING (string);
1809 if (!EQ (last_thing_searched, Qt)) 1809 if (!EQ (last_thing_searched, Qt))
1810 error ("last thing matched was not a string"); 1810 error ("last thing matched was not a string");
1811 /* Damn you RMS! You are going to burn in hell for your 1811 /* If the match data
1812 antipathy towards data abstraction. If the match data
1813 were abstracted into a special "match data" type instead 1812 were abstracted into a special "match data" type instead
1814 of the typical half-assed "let the implementation be 1813 of the typical half-assed "let the implementation be
1815 visible" form it's in, we could extend it to include 1814 visible" form it's in, we could extend it to include
1816 the last string matched and the buffer used for that 1815 the last string matched and the buffer used for that
1817 matching. But of course we can't change it as it is. */ 1816 matching. But of course we can't change it as it is. */