emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/clhs 2500ac1 12/25: common-lisp-hyperspec-root: default


From: Sam Steingold
Subject: [elpa] externals/clhs 2500ac1 12/25: common-lisp-hyperspec-root: default to http://clhs.lisp.se/ instead of LW
Date: Tue, 27 Apr 2021 20:38:54 -0400 (EDT)

branch: externals/clhs
commit 2500ac196a17d789fc961505f0fc8f5c18d7b823
Author: Sam Steingold <sds@gnu.org>
Commit: Sam Steingold <sds@gnu.org>

    common-lisp-hyperspec-root: default to http://clhs.lisp.se/ instead of LW
---
 clhs.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/clhs.el b/clhs.el
index 6684b7b..25a34a4 100644
--- a/clhs.el
+++ b/clhs.el
@@ -33,8 +33,8 @@
 (require 'thingatpt)
 (require 'url)
 
-(defcustom common-lisp-hyperspec-root
-  "http://www.lispworks.com/documentation/HyperSpec/";
+(defcustom common-lisp-hyperspec-root "http://clhs.lisp.se/";
+  ;; "http://www.lispworks.com/documentation/HyperSpec/";
   ;; 
"http://www.cs.cmu.edu/afs/cs/project/ai-repository/ai/html/hyperspec/HyperSpec/";
   ;; "http://www.ai.mit.edu/projects/iiip/doc/CommonLISP/HyperSpec/";
   "*The root of the Common Lisp HyperSpec URL.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]