unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob c7a8e05aae73845f4f50911896f43446804293ed 1215 bytes (raw)
name: gnu/packages/patches/sbcl-aserve-fix-bugs-in-rfe12668-implementation.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
 
From 8110ebd55d5bf659cd40dab2df59d80dafdb367a Mon Sep 17 00:00:00 2001
From: Kevin Layer <layer@franz.com>
Date: Mon, 10 Feb 2014 11:10:42 -0800
Subject: [PATCH 2/2] fix bugs in rfe12668 implementation

The previous commit added :embed and :keygen but they were already
there.  Resolve this issue.

Change-Id: Ieb962a12880394e67d973835945005446833fab7
---
 aserve/htmlgen/htmlgen.cl | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/aserve/htmlgen/htmlgen.cl b/aserve/htmlgen/htmlgen.cl
index 0c0d6e8..f77d6de 100644
--- a/aserve/htmlgen/htmlgen.cl
+++ b/aserve/htmlgen/htmlgen.cl
@@ -658,7 +658,6 @@
 (def-std-html :dt        t nil)
 
 (def-std-html :em        t nil)
-(def-std-html :embed     t nil)
 
 (def-std-html :fieldset        t nil)
 (def-std-html :font        t nil)
@@ -685,7 +684,6 @@
 (def-std-html :isindex    nil nil)
 
 (def-std-html :kbd  	t nil)
-(def-std-html :keygen  	nil nil)
 
 (def-std-html :label  	t nil)
 (def-std-html :layer  	t nil)
@@ -782,5 +780,5 @@
 (def-std-html :menuitem	 	t nil)
 (def-std-html :details	 	t nil)
 (def-std-html :datalist	 	t nil)
-(def-std-html :keygen	 	t nil)
+(def-std-html :keygen	 	nil nil)
 (def-std-html :output	 	t nil)
-- 
2.25.1


debug log:

solving c7a8e05aae ...
found c7a8e05aae in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).