summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2020-09-13 18:20:21 +0200
committerAndrea Corallo <akrl@sdf.org>2020-09-13 18:20:21 +0200
commit6a726c5ad711ba5224319c6ff8787127a8289c6d (patch)
treee36bbd4ac375844056b5078eeb14d8f3c0e935dc /lisp/emacs-lisp
parentc55884d72a4ea806a97c9925d6f85adcca89a3bd (diff)
parent99af480d00905b54bb2f739d134c149930d91ce8 (diff)
downloademacs-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.el1
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))