all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ;;; This file uses dynamic docstrings, first added in Emacs 19.29.
@ 2009-07-11 12:54 Leo
  2009-07-11 16:35 ` ; ; ; " Ulrich Mueller
  0 siblings, 1 reply; 3+ messages in thread
From: Leo @ 2009-07-11 12:54 UTC (permalink / raw)
  To: emacs-devel

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.

-- 
Leo's Emacs uptime: 30 days, 23 hours, 9 minutes, 47 seconds





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

end of thread, other threads:[~2009-07-13 17:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-11 12:54 ;;; This file uses dynamic docstrings, first added in Emacs 19.29 Leo
2009-07-11 16:35 ` ; ; ; " Ulrich Mueller
2009-07-13 17:39   ` ;;; " Leo

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.