all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [elpa] externals/org e255050: src: Use `replace-buffer-contents' only for emacs >= 27
       [not found] ` <20210627135713.5896B20D0A@vcs0.savannah.gnu.org>
@ 2021-06-27 14:22   ` Stefan Monnier
  0 siblings, 0 replies; only message in thread
From: Stefan Monnier @ 2021-06-27 14:22 UTC (permalink / raw)
  To: Sébastien Miquel; +Cc: emacs-devel

> -	(if (version< emacs-version "26.1")
> +	(if (version< emacs-version "27.1")

I recommend

    (if (< emacs-major-version 27)


-- Stefan




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-27 14:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20210627135711.555.47558@vcs0.savannah.gnu.org>
     [not found] ` <20210627135713.5896B20D0A@vcs0.savannah.gnu.org>
2021-06-27 14:22   ` [elpa] externals/org e255050: src: Use `replace-buffer-contents' only for emacs >= 27 Stefan Monnier

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.