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

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

[elpa] externals/compat 8d4dfded6c 10/12: Use ash


From: ELPA Syncer
Subject: [elpa] externals/compat 8d4dfded6c 10/12: Use ash
Date: Thu, 5 Jan 2023 09:57:29 -0500 (EST)

branch: externals/compat
commit 8d4dfded6c30988bc8b6b444e010d526c246d73a
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Use ash
---
 compat-28.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-28.el b/compat-28.el
index 7a73c26e00..33d52f966d 100644
--- a/compat-28.el
+++ b/compat-28.el
@@ -606,7 +606,7 @@ such as `?d' for a directory, or `?l' for a symbolic link 
and will override
 the leading `-' char."
   (string
    (or filetype
-       (pcase (lsh mode -12)
+       (pcase (ash mode -12)
          ;; POSIX specifies that the file type is included in st_mode
          ;; and provides names for the file types but values only for
          ;; the permissions (e.g., S_IWOTH=2).



reply via email to

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