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
Open sidebar
emacs
emacs
Commits
3d8700e8
Commit
3d8700e8
authored
Feb 22, 2000
by
Dave Love
Browse files
Remove bogus spec for define-condition.
parent
130adcb7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
lisp/emacs-lisp/cl-indent.el
lisp/emacs-lisp/cl-indent.el
+1
-4
No files found.
lisp/emacs-lisp/cl-indent.el
View file @
3d8700e8
...
...
@@ -377,6 +377,7 @@ by `lisp-body-indent'."
(
let
((
l
'
((
block
1
)
(
case
(
4
&rest
(
&whole
2
&rest
1
)))
(
ccase
.
case
)
(
ecase
.
case
)
(
condition-case
((
1
4
)
(
&whole
2
((
0
1
)
(
1
3
)
(
2
&body
)))))
(
typecase
.
case
)
(
etypecase
.
case
)
(
ctypecase
.
case
)
(
catch
1
)
(
cond
(
&rest
(
&whole
2
&rest
1
)))
...
...
@@ -386,10 +387,6 @@ by `lisp-body-indent'."
(
defconstant
.
defvar
)
(
defcustom
(
4
2
2
2
))
(
defparameter
.
defvar
)
(
define-condition
((
1
6
)
(
2
6
((
&whole
1
)))
(
3
4
((
&whole
1
)))
(
4
&body
)))
(
define-modify-macro
(
4
&body
))
(
defsetf
(
4
&lambda
4
&body
))
...
...
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