emacs-devel
[Top][All Lists]
Advanced

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

intro-string in byte-compiled files


From: Ulrich Mueller
Subject: intro-string in byte-compiled files
Date: Mon, 10 Nov 2008 09:18:41 +0100

I wonder if the following code found in all byte-compiled files still
makes sense:

;;; 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 "`simple.el' was compiled for Emacs 19.29 or later"))

Emacs 19.29 was released 13 years ago. It is nice to be backwards
compatible, but as some point such things should be dropped.

Ulrich




reply via email to

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