[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/files.el
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/files.el |
Date: |
Mon, 08 Jul 2002 22:41:40 -0400 |
Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.591 emacs/lisp/files.el:1.592
*** emacs/lisp/files.el:1.591 Sun Jul 7 19:15:04 2002
--- emacs/lisp/files.el Mon Jul 8 22:41:40 2002
***************
*** 3910,3921 ****
;; Read the actual directory using `insert-directory-program'.
;; RESULT gets the status code.
! (let ((coding-system-for-read
! (and enable-multibyte-characters
! (or file-name-coding-system
! default-file-name-coding-system)))
! ;; This is to control encoding the arguments in call-process.
! (coding-system-for-write coding-system-for-read))
(setq result
(if wildcard
;; Run ls in the directory part of the file pattern
--- 3910,3921 ----
;; Read the actual directory using `insert-directory-program'.
;; RESULT gets the status code.
! (let* ((coding-system-for-read
! (and enable-multibyte-characters
! (or file-name-coding-system
! default-file-name-coding-system)))
! ;; This is to control encoding the arguments in call-process.
! (coding-system-for-write coding-system-for-read))
(setq result
(if wildcard
;; Run ls in the directory part of the file pattern
- [Emacs-diffs] Changes to emacs/lisp/files.el, Richard M. Stallman, 2002/07/02
- [Emacs-diffs] Changes to emacs/lisp/files.el, Francesco Potortì, 2002/07/05
- [Emacs-diffs] Changes to emacs/lisp/files.el, Kim F. Storm, 2002/07/08
- [Emacs-diffs] Changes to emacs/lisp/files.el, Richard M. Stallman, 2002/07/08
- [Emacs-diffs] Changes to emacs/lisp/files.el,
Kenichi Handa <=
- [Emacs-diffs] Changes to emacs/lisp/files.el, Pavel JanÃk, 2002/07/11
- [Emacs-diffs] Changes to emacs/lisp/files.el, Richard M. Stallman, 2002/07/14
- [Emacs-diffs] Changes to emacs/lisp/files.el, Andre Spiegel, 2002/07/16
- [Emacs-diffs] Changes to emacs/lisp/files.el, Richard M. Stallman, 2002/07/20
- [Emacs-diffs] Changes to emacs/lisp/files.el, Richard M. Stallman, 2002/07/23
- [Emacs-diffs] Changes to emacs/lisp/files.el, Kenichi Handa, 2002/07/26
- [Emacs-diffs] Changes to emacs/lisp/files.el, Richard M. Stallman, 2002/07/27
- [Emacs-diffs] Changes to emacs/lisp/files.el, Kenichi Handa, 2002/07/29