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

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

[nongnu] externals/sly 68561f1: Minor changes derived from SLY's inclusi


From: Stefan Monnier
Subject: [nongnu] externals/sly 68561f1: Minor changes derived from SLY's inclusion in nongnu.git
Date: Wed, 25 Nov 2020 22:15:09 -0500 (EST)

branch: externals/sly
commit 68561f1b7b66fa0240766ece836bb04da31ea17d
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: João Távora <joaotavora@gmail.com>

    Minor changes derived from SLY's inclusion in nongnu.git
    
    * sly.el: Change version format.
    (sly-setup): Add autoload cookie.
    
    * lib/hyperspec.el (common-lisp-glossary-fun): Use a date in
    define-obsolete-variable-alias.
---
 lib/hyperspec.el | 2 +-
 sly.el           | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/hyperspec.el b/lib/hyperspec.el
index 5a918f8..fd46f2e 100644
--- a/lib/hyperspec.el
+++ b/lib/hyperspec.el
@@ -1316,7 +1316,7 @@ If you copy the HyperSpec to another location, customize 
the variable
   "Function that creates a URL for a glossary term.")
 
 (define-obsolete-variable-alias 'common-lisp-glossary-fun
-  'common-lisp-hyperspec-glossary-function)
+  'common-lisp-hyperspec-glossary-function "Dec 2015")
 
 (defvar common-lisp-hyperspec--glossary-terms (make-hash-table :test #'equal)
   "Collection of glossary terms and relative URLs.")
diff --git a/sly.el b/sly.el
index 5583c83..ae88a8e 100644
--- a/sly.el
+++ b/sly.el
@@ -1,6 +1,6 @@
 ;;; sly.el --- Sylvester the Cat's Common Lisp IDE  -*- lexical-binding: t; -*-
 
-;; Version: 1.0.0-beta-3
+;; Version: 1.0.0beta3
 ;; URL: https://github.com/joaotavora/sly
 ;; Package-Requires: ((emacs "24.3"))
 ;; Keywords: languages, lisp, sly
@@ -112,6 +112,7 @@ Emacs Lisp package.")
 (defvar sly-contribs '(sly-fancy)
   "A list of contrib packages to load with SLY.")
 
+;;;###autoload
 (defun sly-setup (&optional contribs)
   "Have SLY load and use extension modules CONTRIBS.
 CONTRIBS defaults to `sly-contribs' and is a list (LIB1 LIB2...)



reply via email to

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