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
G
gendl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
47
Issues
47
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gendl
gendl
Commits
2a69ccc3
Commit
2a69ccc3
authored
Mar 10, 2016
by
Gail Zacharias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicate definitions (cut & paste errors)
parent
fdbbcebb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
emacs/glime.lisp
emacs/glime.lisp
+0
-7
No files found.
emacs/glime.lisp
View file @
2a69ccc3
...
...
@@ -1798,10 +1798,6 @@ else eliminate any function messages with required keywords, and
(
when
(
arglist-available-p
arglist
)
(
values
message-form
arglist
))))))
(
defun
plist-tail
(
plist
)
(
loop
for
last
=
plist
then
next
for
next
=
(
cddr
last
)
when
(
null
next
)
return
last
))
(
defun
find-subform-with-arglist
(
form
)
"Returns four values:
...
...
@@ -2351,9 +2347,6 @@ datum for subsequent logics to rely on."
;; 9.2. Messages which we can deduce from the current form.
(
defparameter
+define-object-sections+
'
(
:input-slots
:computed-slots
:objects
:hidden-objects
:functions
:methods
))
(
defun
current-section-in-object-defn
(
defn
)
(
destructuring-bind
(
classname
&optional
mixins
&rest
keys
)
(
cdr
defn
)
(
declare
(
ignore
classname
mixins
))
...
...
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