Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gendl
gendl
Commits
185c2776
Commit
185c2776
authored
Jun 11, 2021
by
Dave Cooper
Browse files
removed one-line function def from ta2, it's built-in now.
parent
a4d281ff
Pipeline
#5523
failed with stages
in 10 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
apps/legacy/ta2/source/inspector.lisp
View file @
185c2776
...
...
@@ -25,11 +25,6 @@
(
defmacro
ignore-errors-with-warning
(
&rest
body
)
`
(
progn
,@
body
))
;;
;; FLAG - promote this to utilities before gwl-graphcs.
;;
(
defun
one-line
(
string
)
(
glisp:replace-regexp
(
glisp:replace-regexp
string
(
format
nil
"~%"
)
" "
)
"'"
"\\'"
))
(
defparameter
*suppress-%%-messages?*
t
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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