X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/c79978fcad84052edbdb78b33f2eaa913acb7cb0..68ed6bfb6599104e5f1635a862a373735d818722:/lisp/help-fns.el diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 2021885e99..c3a5f26d26 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -296,7 +296,6 @@ suitable file is found, return nil." (substring-no-properties lib-name 0 -1) lib-name) file-name)) - ;; The next three forms are from `find-source-lisp-file'. (src-file (locate-library file-name t nil 'readable))) (and src-file (file-readable-p src-file) src-file))))))