Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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