diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-09-13 18:20:21 +0200 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-09-13 18:20:21 +0200 |
commit | 6a726c5ad711ba5224319c6ff8787127a8289c6d (patch) | |
tree | e36bbd4ac375844056b5078eeb14d8f3c0e935dc /lisp/emacs-lisp | |
parent | c55884d72a4ea806a97c9925d6f85adcca89a3bd (diff) | |
parent | 99af480d00905b54bb2f739d134c149930d91ce8 (diff) | |
download | emacs-6a726c5ad711ba5224319c6ff8787127a8289c6d.tar.gz emacs-6a726c5ad711ba5224319c6ff8787127a8289c6d.tar.bz2 emacs-6a726c5ad711ba5224319c6ff8787127a8289c6d.zip |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/cl-lib.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl-lib.el b/lisp/emacs-lisp/cl-lib.el index 7a4d3c9c3e3..86ee94e87e0 100644 --- a/lisp/emacs-lisp/cl-lib.el +++ b/lisp/emacs-lisp/cl-lib.el @@ -663,6 +663,7 @@ This can be needed when using code byte-compiled using the old macro-expansion of `cl-defstruct' that used vectors objects instead of record objects." :global t + :group 'tools (cond (cl-old-struct-compat-mode (advice-add 'type-of :around #'cl--old-struct-type-of)) |