[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/find-func.el
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/find-func.el |
Date: |
Fri, 21 Oct 2005 13:22:25 -0400 |
Index: emacs/lisp/emacs-lisp/find-func.el
diff -c emacs/lisp/emacs-lisp/find-func.el:1.61
emacs/lisp/emacs-lisp/find-func.el:1.62
*** emacs/lisp/emacs-lisp/find-func.el:1.61 Sun Sep 18 12:40:25 2005
--- emacs/lisp/emacs-lisp/find-func.el Fri Oct 21 17:22:25 2005
***************
*** 141,147 ****
(unless (string-match "elc" suffix) (push suffix suffixes)))))
(defun find-library-name (library)
! "Return the full name of the elisp source of LIBRARY."
;; If the library is byte-compiled, try to find a source library by
;; the same name.
(if (string-match "\\.el\\(c\\(\\..*\\)?\\)\\'" library)
--- 141,147 ----
(unless (string-match "elc" suffix) (push suffix suffixes)))))
(defun find-library-name (library)
! "Return the absolute file name of the Lisp source of LIBRARY."
;; If the library is byte-compiled, try to find a source library by
;; the same name.
(if (string-match "\\.el\\(c\\(\\..*\\)?\\)\\'" library)
- [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/find-func.el,
Richard M . Stallman <=