dev-lisp/alexandria: remove unused patch(es)

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2022-05-16 08:10:06 +02:00 committed by Ulrich Müller
parent 7632efc5e5
commit b5af5ab338
No known key found for this signature in database
GPG Key ID: 5188335088415E2E
1 changed files with 0 additions and 29 deletions

View File

@ -1,29 +0,0 @@
diff -Nuar a/doc/docstrings.lisp b/doc/docstrings.lisp
--- a/doc/docstrings.lisp 2016-12-11 00:04:21.272877121 +0100
+++ b/doc/docstrings.lisp 2016-12-11 00:05:03.752876882 +0100
@@ -718,7 +718,7 @@
;; sbcl.texinfo defines macros that expand @&key and friends to &key.
(mapcar (lambda (name)
(if (member name lambda-list-keywords)
- (format nil "@~A" name)
+ (format nil "~A" name)
name))
(lambda-list doc)))))
@@ -833,11 +833,11 @@
(flet ((macro (name)
(let ((string (string-downcase name)))
(format *texinfo-output* "@macro ~A~%~A~%@end macro~%" string string))))
- (macro '&allow-other-keys)
- (macro '&optional)
- (macro '&rest)
- (macro '&key)
- (macro '&body)))
+ (macro 'allow-other-keys)
+ (macro 'optional)
+ (macro 'rest)
+ (macro 'key)
+ (macro 'body)))
(defun generate-includes (directory packages &key (base-package :cl-user))
"Create files in `directory' containing Texinfo markup of all