mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-27
1dfc497facMinor wording change in Introduction to Programming in Ema...ff09b4eeacFix 'flymake-show-diagnostics-buffer' when line numbers ar...63e8d0ea87Fix last changes describing mail commands01212a762fDo setup Flymake in file-less Elisp buffers36873ef2b2Fix error message for ‘cl-struct-unknown-slot’ (bug#39995)3f9310b0feFix and improve documentation of mail-related features1482a75efaFix build failure with Fx_gtk_debugcf57663f2aMention jit-lock deferred as an alternative to fast-but-im... # Conflicts: # etc/NEWS
This commit is contained in:
commit
0a4b992c42
10 changed files with 74 additions and 64 deletions
|
|
@ -3118,7 +3118,7 @@ slots skipped by :initial-offset may appear in the list."
|
|||
descs)))
|
||||
(nreverse descs)))
|
||||
|
||||
(define-error 'cl-struct-unknown-slot "struct %S has no slot %S")
|
||||
(define-error 'cl-struct-unknown-slot "struct has no slot")
|
||||
|
||||
(defun cl-struct-slot-offset (struct-type slot-name)
|
||||
"Return the offset of slot SLOT-NAME in STRUCT-TYPE.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue