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

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

[nongnu] elpa/geiser-guile cf8498d 219/284: Guile: 'format' added to the


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-guile cf8498d 219/284: Guile: 'format' added to the warning list
Date: Sun, 1 Aug 2021 18:29:48 -0400 (EDT)

branch: elpa/geiser-guile
commit cf8498d21dae1b4dcdef1b8798ee9ddda86c230b
Author: Jose Antonio Ortega Ruiz <jao@gnu.org>
Commit: Jose Antonio Ortega Ruiz <jao@gnu.org>

    Guile: 'format' added to the warning list
---
 elisp/geiser-guile.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/elisp/geiser-guile.el b/elisp/geiser-guile.el
index e4473d8..abf6afb 100644
--- a/elisp/geiser-guile.el
+++ b/elisp/geiser-guile.el
@@ -1,6 +1,6 @@
 ;; geiser-guile.el -- guile's implementation of the geiser protocols
 
-;; Copyright (C) 2009, 2010 Jose Antonio Ortega Ruiz
+;; Copyright (C) 2009, 2010, 2011 Jose Antonio Ortega Ruiz
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the Modified BSD License. You should
@@ -76,8 +76,8 @@ unused-toplevel. Unrecognised symbols are ignored.
 
 The predefined levels are:
 
-  - Medium: arity-mismatch, unbound-variable
-  - High: arity-mismatch, unbound-variable, unused-variable
+  - Medium: arity-mismatch, unbound-variable, format
+  - High: arity-mismatch, unbound-variable, unused-variable, format
   - None: no warnings
 
 Changes to the value of this variable will automatically take



reply via email to

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