emacs-diffs
[Top][All Lists]
Advanced

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

master 0ea217d646: Fix compilation-max-output-line-length type


From: Lars Ingebrigtsen
Subject: master 0ea217d646: Fix compilation-max-output-line-length type
Date: Sat, 30 Apr 2022 13:42:56 -0400 (EDT)

branch: master
commit 0ea217d6464833b5c67666d9fed15b87884b0988
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix compilation-max-output-line-length type
    
    * lisp/progmodes/compile.el (compilation-max-output-line-length):
    Fix the type.
---
 lisp/progmodes/compile.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index a621779f8c..6753cf0b02 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -1756,7 +1756,7 @@ If nil, ask to kill it."
   "Output lines that are longer than this value will be hidden.
 If nil, don't hide anything."
   :type '(choice (const :tag "Hide nothing" nil)
-                 number)
+                 integer)
   :version "29.1")
 
 (defun compilation--update-in-progress-mode-line ()



reply via email to

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