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

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

[elpa] externals/persist bb82543 3/3: Assign to FSF


From: Phillip Lord
Subject: [elpa] externals/persist bb82543 3/3: Assign to FSF
Date: Fri, 28 Jun 2019 17:48:56 -0400 (EDT)

branch: externals/persist
commit bb82543e2f0fb047a6c3c4974c11f4c7ce345a70
Author: Phillip Lord <address@hidden>
Commit: Phillip Lord <address@hidden>

    Assign to FSF
---
 persist.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/persist.el b/persist.el
index a87728d..01702b8 100644
--- a/persist.el
+++ b/persist.el
@@ -10,7 +10,7 @@
 
 ;; The contents of this file are subject to the GPL License, Version 3.0.
 
-;; Copyright (C) 2019, Phillip Lord
+;; Copyright (C) 2019 Free Software Foundation, Inc.
 
 ;; This program is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -76,6 +76,7 @@ DOCSTRING need to be given."
 
   ;; Don't support 2-arity calls either because we are lazy and
   ;; because if you want to persist it, you want to doc it.
+  (declare (debug defvar) (doc-string 3))
   (let ((form
          `(defvar ,symbol ,initvalue ,docstring)))
     (persist-symbol symbol initvalue)



reply via email to

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