emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-persist uses Emacs 28+ buffer-local-boundp
@ 2022-02-13 21:02 Kyle Meyer
  2022-02-14 13:40 ` Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Kyle Meyer @ 2022-02-13 21:02 UTC (permalink / raw)
  To: Ihor Radchenko; +Cc: emacs-orgmode

Hi Ihor,

27215ac5b (org-persist: Handle undefined variables in elisp containers,
2022-02-13) added a call to buffer-local-boundp, which was introduced in
(what will be) Emacs 28.1.

Could you update org-persist-write:elisp to be compatible with older
Emacs versions (e.g., by inlining the short definition and adding a
comment about why buffer-local-boundp isn't used)?

Thanks.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: org-persist uses Emacs 28+ buffer-local-boundp
  2022-02-13 21:02 org-persist uses Emacs 28+ buffer-local-boundp Kyle Meyer
@ 2022-02-14 13:40 ` Ihor Radchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Ihor Radchenko @ 2022-02-14 13:40 UTC (permalink / raw)
  To: Kyle Meyer; +Cc: emacs-orgmode

Kyle Meyer <kyle@kyleam.com> writes:

> Could you update org-persist-write:elisp to be compatible with older
> Emacs versions (e.g., by inlining the short definition and adding a
> comment about why buffer-local-boundp isn't used)?

Done in 0cb076020. Thanks for the heads up!

Best,
Ihor


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-14 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-13 21:02 org-persist uses Emacs 28+ buffer-local-boundp Kyle Meyer
2022-02-14 13:40 ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).