Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cl-emb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Raskin
cl-emb
Commits
36aa2db4
Commit
36aa2db4
authored
11 years ago
by
Michael
Browse files
Options
Downloads
Patches
Plain Diff
Syncing from Monotone at 20131030102057
parent
dffa7c70
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README
+1
-0
1 addition, 0 deletions
README
emb.lisp
+1
-1
1 addition, 1 deletion
emb.lisp
with
2 additions
and
1 deletion
README
+
1
−
0
View file @
36aa2db4
...
...
@@ -337,6 +337,7 @@ Uses code from John Wiseman. See http://lemonodor.com/archives/000128.html
and lsp-LICENSE.txt
Thanks to Edi Weitz for letting me use his code for ESCAPE-FOR-XML.
Thanks to Eitarow Fukamachi for the whitespace-trimming patch.
AUTHOR
======
...
...
This diff is collapsed.
Click to expand it.
emb.lisp
+
1
−
1
View file @
36aa2db4
...
...
@@ -371,7 +371,7 @@ Replacement and regex in *TEMPLATE-TAG-EXPAND*"
string
(
lambda
(
match
start-tag
string
end-tag
)
(
declare
(
ignore
match
))
(
if
(
ppcre:scan
"^#.+#$"
string
)
(
if
(
ppcre:scan
"
(?is)
^#.+#$"
string
)
""
(
concatenate
'string
start-tag
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment