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

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

[elpa] externals/multishell 452e170 14/23: Use changed function name.


From: Stefan Monnier
Subject: [elpa] externals/multishell 452e170 14/23: Use changed function name.
Date: Sun, 29 Nov 2020 23:19:38 -0500 (EST)

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

    Use changed function name.
    
    From gnu people's changes.
---
 multishell-list.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/multishell-list.el b/multishell-list.el
index 335cc89..007fb27 100644
--- a/multishell-list.el
+++ b/multishell-list.el
@@ -236,14 +236,14 @@ Provide for concluding minibuffer interaction if we're in 
completing mode."
 
 Initial sort is from most to least recently used:
 
-- First active shells, flagged with '+' a plus sign
-- Then, inactive shells, flagged with '.' a period
-- Then historical shells that currently have no buffer, flagged with 'x' an ex
+- First active shells, flagged with `+' a plus sign
+- Then, inactive shells, flagged with `.' a period
+- Then historical shells that currently have no buffer, flagged with `x' an ex
 
 \\{multishell-list-mode-map\}"
   (setq tabulated-list-format
         [;; (name width sort '(:right-align nil :pad-right nil))
-         ("#" 0 multishell-collate-row-strings-as-numbers :pad-right 1)
+         ("#" 0 multishell-list--collate-row-strings-as-numbers :pad-right 1)
          ("! " 1 t :pad-right 1)
          ("Name" 15 t)
          ("Hops" 30 t)



reply via email to

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