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

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

[elpa] externals/clhs fbd879c 17/25: common-lisp-hyperspec-root: use mit


From: Sam Steingold
Subject: [elpa] externals/clhs fbd879c 17/25: common-lisp-hyperspec-root: use mit.edu instead of broken lisp.se
Date: Tue, 27 Apr 2021 20:38:55 -0400 (EDT)

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

    common-lisp-hyperspec-root: use mit.edu instead of broken lisp.se
    
    https://superuser.com/q/1484906/98857
---
 clhs.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/clhs.el b/clhs.el
index a45d146..121f37b 100644
--- a/clhs.el
+++ b/clhs.el
@@ -32,10 +32,11 @@
 (require 'thingatpt)
 (require 'url)
 
-(defcustom common-lisp-hyperspec-root "http://clhs.lisp.se/";
+(defcustom common-lisp-hyperspec-root
+  ;; "http://clhs.lisp.se/"; --- broken (https://superuser.com/q/1484906/98857)
   ;; "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/";
+  "http://www.ai.mit.edu/projects/iiip/doc/CommonLISP/HyperSpec/";
   "*The root of the Common Lisp HyperSpec URL.
 If you copy the HyperSpec to your local system, set this variable to
 something like \"file:/usr/local/doc/HyperSpec/\"."



reply via email to

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