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

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

[elpa] externals/multishell 2b4d9d7 15/23: Rectify code formatting, per


From: Stefan Monnier
Subject: [elpa] externals/multishell 2b4d9d7 15/23: Rectify code formatting, per gnu people's guidance.
Date: Sun, 29 Nov 2020 23:19:39 -0500 (EST)

branch: externals/multishell
commit 2b4d9d784a1454a2ef4db4f2b8e20c7913aba11c
Author: Ken Manheimer <ken.manheimer@gmail.com>
Commit: Ken Manheimer <ken.manheimer@gmail.com>

    Rectify code formatting, per gnu people's guidance.
---
 multishell-list.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/multishell-list.el b/multishell-list.el
index 007fb27..0c7a98a 100644
--- a/multishell-list.el
+++ b/multishell-list.el
@@ -275,7 +275,7 @@ For duplicates, we prefer the ones that have paths."
   "Edit your current and historic list of shell buffers.
 
 If optional COMPLETING is nil, we present the full
-`multishell-history' list in a popped buffer named '*Shells*'.
+`multishell-history' list in a popped buffer named `*Shells*'.
 
 In the buffer, hit ? or h for a list of commands.
 
@@ -302,7 +302,7 @@ You can get to the shells listing by recursively invoking
         ;; Temporarily assign multishell-history only when completing:
         (when completing '(multishell-history))
         (when completing
-          (list (multishell-list-cull-dups (mapcar 'substring-no-properties
+          (list (multishell-list-cull-dups (mapcar #'substring-no-properties
                                                    completing))))
       (tabulated-list-print))
     (when completing



reply via email to

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