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

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

bug#40188: repro for Emacs 26.3 and 27.0.90


From: Neil Okamoto
Subject: bug#40188: repro for Emacs 26.3 and 27.0.90
Date: Wed, 25 Mar 2020 15:19:44 -0700

;; repro for 40188:
;;      http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40188

;; evaluate:
;;     (check-declare-file "test.el")
;; yields:
;;     (("../../tmp/check-declare/some-file.el"
;;       ("/tmp/check-declare/test.el" "bar" "file not found")))
;; 
;; which omits the second declare-function, which is malformed 

(declare-function bar "some-file.el")
(declare-function foo ‘malformed)
;; end of file


On Mar 25, 2020, at 2:41 PM, Neil Okamoto <neil.okamoto@gmail.com> wrote:

I’ve confirmed this bug in 26.3 as well as a local build of 27.0.90.
Here’s a simple repro. Save this in a file and run check-declare-file.

<test.el>




reply via email to

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