emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/regexp-opt.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/regexp-opt.el
Date: Fri, 04 Apr 2003 01:22:00 -0500

Index: emacs/lisp/emacs-lisp/regexp-opt.el
diff -c emacs/lisp/emacs-lisp/regexp-opt.el:1.23 
emacs/lisp/emacs-lisp/regexp-opt.el:1.24
*** emacs/lisp/emacs-lisp/regexp-opt.el:1.23    Mon Jan 20 16:37:02 2003
--- emacs/lisp/emacs-lisp/regexp-opt.el Tue Feb  4 07:53:34 2003
***************
*** 218,224 ****
                          (regexp-quote
                           (concat (nreverse (string-to-list xiffus))))
                          close-group))
!             
              ;; Otherwise, divide the list into those that start with a
              ;; particular letter and those that do not, and recurse on them.
              (let* ((char (char-to-string (string-to-char (car strings))))
--- 218,224 ----
                          (regexp-quote
                           (concat (nreverse (string-to-list xiffus))))
                          close-group))
! 
              ;; Otherwise, divide the list into those that start with a
              ;; particular letter and those that do not, and recurse on them.
              (let* ((char (char-to-string (string-to-char (car strings))))




reply via email to

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