emacs-diffs
[Top][All Lists]
Advanced

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

master 97e9bdd: Fix compilation warning in cl-lib.el


From: Lars Ingebrigtsen
Subject: master 97e9bdd: Fix compilation warning in cl-lib.el
Date: Sat, 12 Sep 2020 09:07:09 -0400 (EDT)

branch: master
commit 97e9bddd0fc1a4cf83cdb0bfa12997f7e7d52f0d
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix compilation warning in cl-lib.el
    
    * lisp/emacs-lisp/cl-lib.el (cl-old-struct-compat-mode): Put the
    minor mode in the tools group (to avoid a compilation warning).
---
 lisp/emacs-lisp/cl-lib.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/cl-lib.el b/lisp/emacs-lisp/cl-lib.el
index 7a4d3c9..86ee94e 100644
--- a/lisp/emacs-lisp/cl-lib.el
+++ b/lisp/emacs-lisp/cl-lib.el
@@ -663,6 +663,7 @@ This can be needed when using code byte-compiled using the 
old
 macro-expansion of `cl-defstruct' that used vectors objects instead
 of record objects."
   :global t
+  :group 'tools
   (cond
    (cl-old-struct-compat-mode
     (advice-add 'type-of :around #'cl--old-struct-type-of))



reply via email to

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