mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
* lisp/arc-mode.el (archive-get-descr): Use default mode if needed.
This commit is contained in:
parent
7916c9038c
commit
496d1fcd76
1 changed files with 1 additions and 1 deletions
|
|
@ -646,7 +646,7 @@ Does not signal an error if optional argument NOERROR is non-nil."
|
|||
(< no (length archive-files)))
|
||||
(let ((item (aref archive-files no)))
|
||||
(if (and (archive--file-desc-p item)
|
||||
(let ((mode (archive--file-desc-mode item)))
|
||||
(let ((mode (or (archive--file-desc-mode item) 0)))
|
||||
(zerop (logand 16384 mode))))
|
||||
item
|
||||
(if (not noerror)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue