emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/xfns.c
Date: Sun, 18 Aug 2002 08:54:49 -0400

Index: emacs/src/xfns.c
diff -c emacs/src/xfns.c:1.553 emacs/src/xfns.c:1.554
*** emacs/src/xfns.c:1.553      Sun Jul 14 20:00:38 2002
--- emacs/src/xfns.c    Tue Jul 16 11:50:04 2002
***************
*** 2805,2811 ****
             || (c >= 'A' && c <= 'Z')
             || (c >= '0' && c <= '9')
             || c == '-' || c == '_'))
!       SREF (new, i) = '_';
      }
  }
  
--- 2805,2811 ----
             || (c >= 'A' && c <= 'Z')
             || (c >= '0' && c <= '9')
             || c == '-' || c == '_'))
!       SSET (new, i, '_');
      }
  }
  




reply via email to

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