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

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

[elpa] externals/frog-menu 891d53f 2/6: Fix whitespace


From: Clemens Radermacher
Subject: [elpa] externals/frog-menu 891d53f 2/6: Fix whitespace
Date: Mon, 29 Apr 2019 08:35:03 -0400 (EDT)

branch: externals/frog-menu
commit 891d53f99df3689643c888df8c0c19b29339ecee
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Fix whitespace
---
 frog-menu.el | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/frog-menu.el b/frog-menu.el
index 6b8c0be..7b61ea2 100644
--- a/frog-menu.el
+++ b/frog-menu.el
@@ -295,17 +295,17 @@ ACTIONS."
     (insert formatted-strings)
     (insert "\n"))
   (unless (string-empty-p prompt)
-       (insert "\n")
-       (add-text-properties
-        (point)
-        (progn
+    (insert "\n")
+    (add-text-properties
+     (point)
+     (progn
        (insert prompt)
        (point))
-        '(face frog-menu-prompt-face))
-       (insert "\n"))
+     '(face frog-menu-prompt-face))
+    (insert "\n"))
   (when formatted-actions
-       (when (string-empty-p prompt)
-         (insert "\n"))
+    (when (string-empty-p prompt)
+      (insert "\n"))
     (insert formatted-actions))
   (when formatted-strings
       ;; padding for avy char
@@ -597,8 +597,8 @@ CMDS is a list of command symbols to choose from.  If 
PROMPT is
 given it should be a string with prompt information for the
 user."
   (let ((cmd (intern-soft (frog-menu-read (or prompt "")
-                                                                               
  (mapcar #'symbol-name cmds)))))
-       (command-execute cmd)))
+                                          (mapcar #'symbol-name cmds)))))
+    (command-execute cmd)))
 
 
 ;;;###autoload



reply via email to

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