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

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

[nongnu] elpa/popup 66b840b6de 2/2: Merge pull request #134 from sdwolfz


From: ELPA Syncer
Subject: [nongnu] elpa/popup 66b840b6de 2/2: Merge pull request #134 from sdwolfz/native-compiler-warning
Date: Sat, 10 Sep 2022 08:59:17 -0400 (EDT)

branch: elpa/popup
commit 66b840b6ded808974225501d2e672da7363579a6
Merge: 34c2684a6f cc411819d4
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #134 from sdwolfz/native-compiler-warning
    
    Fix emacs native compilation warning
---
 popup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/popup.el b/popup.el
index 7812b867bd..c65118da6a 100644
--- a/popup.el
+++ b/popup.el
@@ -42,7 +42,7 @@
 ;;; Utilities
 
 (defun popup-calculate-max-width (max-width)
-  "Determines whether the width with MAX-WIDTH desired is character or window \
+  "Determines whether the width with MAX-WIDTH desired is character or window
 proportion based, And return the result."
   (cl-typecase max-width
     (integer max-width)



reply via email to

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