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

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

Re: Bookmarks in EWW


From: Stefan Monnier
Subject: Re: Bookmarks in EWW
Date: Thu, 26 Mar 2020 00:07:14 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>   make[2]: Entering directory '/home/micha/software/emacs/lisp'
>     ELC      net/eww.elc
>   
>   In eww-mode:
>   net/eww.el:893:47: Warning: assignment to free variable
>       ‘bookmark-make-record-function’

Ah, yes, it still complains, more as a warning (in case you
just mis-typed the name of some other variable).  But the generated code
is fine (i.e. the defvar only silences the warnings).
Maybe we should teach the byte-compiler to recognize
`make-local-variable` as a declaration that the variable is dynamic?


        Stefan




reply via email to

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