[slime-cvs] CVS slime

nsiivola nsiivola at common-lisp.net
Fri Oct 27 09:22:58 UTC 2006


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv26043

Modified Files:
	hyperspec.el 
Log Message:
Hyperspec links for ~% and ~&

--- /project/slime/cvsroot/slime/hyperspec.el	2006/03/28 00:30:31	1.8
+++ /project/slime/cvsroot/slime/hyperspec.el	2006/10/27 09:22:58	1.9
@@ -1205,6 +1205,8 @@
 		  (pushnew (cadr entry) (symbol-value symbol) :test 'equal)
 		  (set symbol (cdr entry))))))
 	'(("c" (22 3 1 1)) ("C: Character" (22 3 1 1))
+	  ("%" (22 3 1 2)) ("Percent: Newline" (22 3 1 2))
+	  ("&" (22 3 1 3)) ("Ampersand: Fresh-line" (22 3 1 3))
 	  ("r" (22 3 2 1)) ("R: Radix" (22 3 2 1))
 	  ("d" (22 3 2 2)) ("D: Decimal" (22 3 2-2))
           ("b" (22 3 2 3)) ("B: Binary" (22 3 2 3))




More information about the slime-cvs mailing list