mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
This commit is contained in:
commit
98bfb24081
547 changed files with 36984 additions and 22924 deletions
|
|
@ -155,7 +155,7 @@ supertypes from the most specific to least specific.")
|
|||
;;;###autoload
|
||||
(defun cl-struct-define (name docstring parent type named slots children-sym
|
||||
tag print)
|
||||
(cl-check-type name cl--struct-name)
|
||||
(cl-check-type name (satisfies cl--struct-name-p))
|
||||
(unless type
|
||||
;; Legacy defstruct, using tagged vectors. Enable backward compatibility.
|
||||
(cl-old-struct-compat-mode 1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue