emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/search.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/search.c
Date: Tue, 08 Nov 2005 16:38:10 -0500

Index: emacs/src/search.c
diff -c emacs/src/search.c:1.203 emacs/src/search.c:1.204
*** emacs/src/search.c:1.203    Fri Oct 21 00:42:13 2005
--- emacs/src/search.c  Tue Nov  8 21:38:10 2005
***************
*** 1174,1180 ****
        int raw_pattern_size_byte;
        unsigned char *patbuf;
        int multibyte = !NILP (current_buffer->enable_multibyte_characters);
!       unsigned char *base_pat = SDATA (string);
        /* Set to positive if we find a non-ASCII char that need
         translation.  Otherwise set to zero later.  */
        int charset_base = -1;
--- 1174,1180 ----
        int raw_pattern_size_byte;
        unsigned char *patbuf;
        int multibyte = !NILP (current_buffer->enable_multibyte_characters);
!       unsigned char *base_pat;
        /* Set to positive if we find a non-ASCII char that need
         translation.  Otherwise set to zero later.  */
        int charset_base = -1;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]