emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/apropos.el
Date: Sat, 02 Aug 2003 16:35:38 -0400

Index: emacs/lisp/apropos.el
diff -c emacs/lisp/apropos.el:1.94 emacs/lisp/apropos.el:1.95
*** emacs/lisp/apropos.el:1.94  Mon Jul 14 17:49:02 2003
--- emacs/lisp/apropos.el       Sat Aug  2 16:35:38 2003
***************
*** 1,6 ****
  ;;; apropos.el --- apropos commands for users and programmers
  
! ;; Copyright (C) 1989, 1994, 1995, 2001, 2002 Free Software Foundation, Inc.
  
  ;; Author: Joe Wells <address@hidden>
  ;; Rewritten: Daniel Pfeiffer <address@hidden>
--- 1,6 ----
  ;;; apropos.el --- apropos commands for users and programmers
  
! ;; Copyright (C) 1989, 1994, 1995, 2001, 2002, 2003 Free Software Foundation, 
Inc.
  
  ;; Author: Joe Wells <address@hidden>
  ;; Rewritten: Daniel Pfeiffer <address@hidden>
***************
*** 248,256 ****
    "Make regexp matching any two of the words in WORDS."
    (concat "\\("
          (mapconcat 'identity words "\\|")
!         "\\)" wild
          (if (cdr words)
!             (concat "\\("
                      (mapconcat 'identity words "\\|")
                      "\\)")
            "")))
--- 248,257 ----
    "Make regexp matching any two of the words in WORDS."
    (concat "\\("
          (mapconcat 'identity words "\\|")
!         "\\)"
          (if (cdr words)
!             (concat wild
!                     "\\("
                      (mapconcat 'identity words "\\|")
                      "\\)")
            "")))




reply via email to

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