emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/dired-aux.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/dired-aux.el
Date: Mon, 11 Nov 2002 06:44:05 -0500

Index: emacs/lisp/dired-aux.el
diff -c emacs/lisp/dired-aux.el:1.106 emacs/lisp/dired-aux.el:1.107
*** emacs/lisp/dired-aux.el:1.106       Thu Oct 17 03:25:35 2002
--- emacs/lisp/dired-aux.el     Mon Nov 11 06:44:05 2002
***************
*** 2033,2039 ****
        (call-process "file" nil t t "--" file))
      (when (bolp)
        (backward-delete-char 1))
!     (message (buffer-string))))
  
  (provide 'dired-aux)
  
--- 2033,2039 ----
        (call-process "file" nil t t "--" file))
      (when (bolp)
        (backward-delete-char 1))
!     (message "%s" (buffer-string))))
  
  (provide 'dired-aux)
  




reply via email to

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