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

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

[nongnu] elpa/multiple-cursors fa91dfb 397/434: Don't display message wh


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors fa91dfb 397/434: Don't display message while loading mc/list-file
Date: Sat, 7 Aug 2021 09:21:07 -0400 (EDT)

branch: elpa/multiple-cursors
commit fa91dfb9bdebe1ecbdffd08d0f7e8da0639a5ecc
Author: Radon Rosborough <radon.neon@gmail.com>
Commit: Radon Rosborough <radon.neon@gmail.com>

    Don't display message while loading mc/list-file
---
 multiple-cursors-core.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index f8d80e7..96c4631 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -782,7 +782,9 @@ for running commands with multiple cursors."
 (defvar mc/cmds-to-run-for-all nil
   "Commands to run for all cursors in multiple-cursors-mode")
 
-(load mc/list-file t) ;; load, but no errors if it does not exist yet please
+;; load, but no errors if it does not exist yet please, and no message
+;; while loading
+(load mc/list-file 'noerror 'nomessage)
 
 (provide 'multiple-cursors-core)
 



reply via email to

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