bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#9440: 24.0.50; bad error handling in find-function-C-source-director


From: Alexander Klimov
Subject: bug#9440: 24.0.50; bad error handling in find-function-C-source-directory
Date: Wed, 7 Sep 2011 15:19:58 +0300

On Tue, 6 Sep 2011, Stefan Monnier wrote:
> Thanks.  I've installed a similar change,

What about the first part?

=== modified file 'lisp/emacs-lisp/find-func.el'
--- lisp/emacs-lisp/find-func.el        2011-08-21 17:43:31 +0000
+++ lisp/emacs-lisp/find-func.el        2011-09-05 12:26:17 +0000
@@ -181,7 +181,7 @@
     (when (and (file-directory-p dir) (file-readable-p dir))
       dir))
   "Directory where the C source files of Emacs can be found.
-If nil, do not try to find the source code of functions and variables
+If nil, ask user when he tries to find the source code of functions and 
variables
 defined in C.")

 (declare-function ad-get-advice-info "advice" (function))


-- 
Regards,
ASK





reply via email to

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