Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c9a26855
Commit
c9a26855
authored
Jan 26, 2018
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/emacs-lisp/cl-preloaded.el: Update cl-slot-descriptor name.
parent
606c94f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/emacs-lisp/cl-preloaded.el
lisp/emacs-lisp/cl-preloaded.el
+2
-2
No files found.
lisp/emacs-lisp/cl-preloaded.el
View file @
c9a26855
...
...
@@ -61,7 +61,7 @@
(
fset
'cl--make-slot-desc
;; To break circularity, we pre-define the slot constructor by hand.
;; It's redefined a bit further down as part of the cl-defstruct of
;; cl-
-
slot-descriptor.
;; cl-slot-descriptor.
;; BEWARE: Obviously, it's important to keep the two in sync!
(
lambda
(
name
&optional
initform
type
props
)
(
record
'cl-slot-descriptor
...
...
@@ -194,7 +194,7 @@
(
name
nil
:type
symbol
)
;The type name.
(
docstring
nil
:type
string
)
(
parents
nil
:type
(
list-of
cl--class
))
;The included struct.
(
slots
nil
:type
(
vector
cl-
-
slot-descriptor
))
(
slots
nil
:type
(
vector
cl-slot-descriptor
))
(
index-table
nil
:type
hash-table
)
(
tag
nil
:type
symbol
)
;Placed in cl-tag-slot. Holds the struct-class object.
(
type
nil
:type
(
memq
(
vector
list
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment