emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/help-fns.el
Date: Sat, 29 Oct 2005 10:12:09 -0400

Index: emacs/lisp/help-fns.el
diff -c emacs/lisp/help-fns.el:1.77 emacs/lisp/help-fns.el:1.78
*** emacs/lisp/help-fns.el:1.77 Fri Oct 28 16:55:47 2005
--- emacs/lisp/help-fns.el      Sat Oct 29 14:12:08 2005
***************
*** 291,297 ****
        ;; Now convert that back to a file name and see if we get
        ;; the original one.  If so, they are equivalent.
        (if (equal file (locate-file libname load-path '("")))
!           (if (string-match "[.]elc?\\'" libname)
                (substring libname 0 -1)
              libname)
          file))))
--- 291,297 ----
        ;; Now convert that back to a file name and see if we get
        ;; the original one.  If so, they are equivalent.
        (if (equal file (locate-file libname load-path '("")))
!           (if (string-match "[.]elc\\'" libname)
                (substring libname 0 -1)
              libname)
          file))))




reply via email to

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