mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; Fix last change.
This commit is contained in:
parent
29324fd0fa
commit
ae560ae11c
1 changed files with 1 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ Also check that an encoding error can appear in a symlink."
|
|||
(let* ((dir-name (directory-file-name dir))
|
||||
(err (should-error (insert-file-contents dir-name)))
|
||||
(desc-string
|
||||
;; On MS-Windows we fail trying to 'open' a directory.
|
||||
(if (eq system-type 'windows-nt)
|
||||
"Opening input file"
|
||||
"Read error")))
|
||||
|
|
|
|||
Loading…
Reference in a new issue