/[emacs]/emacs/lisp/emacs-lisp/regexp-opt.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/regexp-opt.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by monnier, Wed Nov 28 03:06:45 2001 UTC revision 1.19 by monnier, Sat Dec 1 22:04:12 2001 UTC
# Line 102  by \\=\\< and \\>." Line 102  by \\=\\< and \\>."
102      ;; Recurse on the sorted list.      ;; Recurse on the sorted list.
103      (let* ((max-lisp-eval-depth (* 1024 1024))      (let* ((max-lisp-eval-depth (* 1024 1024))
104             (completion-ignore-case nil)             (completion-ignore-case nil)
105               (completion-regexp-list nil)
106             (words (eq paren 'words))             (words (eq paren 'words))
107             (open (cond ((stringp paren) paren) (paren "\\(")))             (open (cond ((stringp paren) paren) (paren "\\(")))
108             (sorted-strings (sort (copy-sequence strings) 'string-lessp))             (sorted-strings (sort (copy-sequence strings) 'string-lessp))

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26