mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-09 15:50:40 -08:00
Merge remote-tracking branch 'savannah/master' into HEAD
This commit is contained in:
commit
99e7cc0da6
319 changed files with 5156 additions and 3702 deletions
|
|
@ -3464,6 +3464,8 @@ STRUCT and SLOT-NAME are symbols. INST is a structure instance."
|
|||
(nth (cl-struct-slot-offset ,struct-type ,slot-name) ,inst)
|
||||
(aref ,inst (cl-struct-slot-offset ,struct-type ,slot-name)))))))
|
||||
|
||||
(make-obsolete-variable 'cl-macs-load-hook
|
||||
"use `with-eval-after-load' instead." "28.1")
|
||||
(run-hooks 'cl-macs-load-hook)
|
||||
|
||||
;; Local variables:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue