emacs-devel
[Top][All Lists]
Advanced

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

Re: crash in emacs-21.1


From: Gerd Moellmann
Subject: Re: crash in emacs-21.1
Date: 28 Oct 2001 17:50:37 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.50

Richard Stallman <address@hidden> writes:

> 1. What is the first sexp in each of these files?
> Can we make Emacs look for that and refuse to load them?

All the elc files seem to have been compiled with a vanilla 20.2 Emacs.

;address@hidden@^@
;;; Compiled by address@hidden on Thu Oct 29 07:00:22 1998
;;; from file /usr/share/emacs/site-lisp/cc-mode.el
;;; in Emacs version 20.2.1
;;; with bytecomp version 2.34
;;; with all optimizations.
;;; This file uses opcodes which do not exist in Emacs 18.

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



reply via email to

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