Closed alphapapa closed 6 years ago
Hi,
I am getting this error when trying to (require 'pcre2el):
(require 'pcre2el)
Debugger entered--Lisp error: (void-function record) (record (quote rxt-choice) nil) (defvar rxt-empty (record (quote rxt-choice) nil)) require(pcre2el)
However, if I open pcre2el.el and eval-buffer on it, then I can require it without error.
pcre2el.el
eval-buffer
require
Thanks.
Nevermind, this was caused by installing the package under Emacs 26 and then trying to load it in Emacs 25. The cl-defstruct changes in Emacs 26...
cl-defstruct
Hi,
I am getting this error when trying to
(require 'pcre2el)
:However, if I open
pcre2el.el
andeval-buffer
on it, then I canrequire
it without error.Thanks.