emacs-devel
[Top][All Lists]
Advanced

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

Re: ; ; ; This file uses dynamic docstrings, first added in Emacs 19.29.


From: Ulrich Mueller
Subject: Re: ; ; ; This file uses dynamic docstrings, first added in Emacs 19.29.
Date: Sat, 11 Jul 2009 18:35:38 +0200

>>>>> On Sat, 11 Jul 2009, Leo  wrote:

> In every .elc file, there's this section:
> ;;; This file uses dynamic docstrings, first added in Emacs 19.29.
> (if (and (boundp 'emacs-version)
>          (< (aref emacs-version (1- (length emacs-version))) ?A)
>          (or (and (boundp 'epoch::version) epoch::version)
>              (string-lessp emacs-version "19.29")))
>     (error "`boxquote.el' was compiled for Emacs 19.29 or later"))

> Is that info still relevant? If not, please consider removing it.

I had brought this up some time ago:
<http://lists.gnu.org/archive/html/emacs-devel/2008-11/msg00299.html>

There were some positive replies, but otherwise nothing happened.

Ulrich




reply via email to

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