guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs: Suppress loading messages for guix em


From: guix-commits
Subject: branch master updated: gnu: emacs: Suppress loading messages for guix emacs packages.
Date: Wed, 03 Aug 2022 03:12:10 -0400

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fab316f7ec gnu: emacs: Suppress loading messages for guix emacs 
packages.
fab316f7ec is described below

commit fab316f7ec2805c38f0b9ac39ae5d8ac2e782018
Author: André A. Gomes <andremegafone@gmail.com>
AuthorDate: Sat May 21 14:42:12 2022 +0100

    gnu: emacs: Suppress loading messages for guix emacs packages.
    
    * gnu/packages/aux-files/emacs/guix-emacs.el
    (guix-emacs-autoload-packages): Pass NOMESSAGE as t for 'load'.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 gnu/packages/aux-files/emacs/guix-emacs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/aux-files/emacs/guix-emacs.el 
b/gnu/packages/aux-files/emacs/guix-emacs.el
index eff44bfe90..56dbcb8d67 100644
--- a/gnu/packages/aux-files/emacs/guix-emacs.el
+++ b/gnu/packages/aux-files/emacs/guix-emacs.el
@@ -56,7 +56,7 @@ The files in the list do not have extensions (.el, .elc)."
   (let ((autoloads (mapcan #'guix-emacs-find-autoloads
                            (guix-emacs--non-core-load-path))))
     (mapc (lambda (f)
-            (load f 'noerror))
+            (load f 'noerror t))
           autoloads)))
 
 ;;;###autoload



reply via email to

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