[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r106847: Auto-commit of loaddefs file
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r106847: Auto-commit of loaddefs files. |
Date: |
Wed, 11 Jan 2012 06:18:53 -0500 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 106847
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-01-11 06:18:53 -0500
message:
Auto-commit of loaddefs files.
modified:
lisp/dired.el
=== modified file 'lisp/dired.el'
--- a/lisp/dired.el 2012-01-05 11:49:08 +0000
+++ b/lisp/dired.el 2012-01-11 11:18:53 +0000
@@ -3667,7 +3667,7 @@
;;;;;; dired-run-shell-command dired-do-shell-command
dired-do-async-shell-command
;;;;;; dired-clean-directory dired-do-print dired-do-touch dired-do-chown
;;;;;; dired-do-chgrp dired-do-chmod dired-compare-directories
dired-backup-diff
-;;;;;; dired-diff) "dired-aux" "dired-aux.el"
"cdcae8f5f4ea69fa7b0231f640c13163")
+;;;;;; dired-diff) "dired-aux" "dired-aux.el"
"e77c506a0dd793230c5856a67e408fc6")
;;; Generated autoloads from dired-aux.el
(autoload 'dired-diff "dired-aux" "\
@@ -3784,8 +3784,11 @@
`*' and `?' when not surrounded by whitespace have no special
significance for `dired-do-shell-command', and are passed through
-normally to the shell, but you must confirm first. To pass `*' by
-itself to the shell as a wildcard, type `*\"\"'.
+normally to the shell, but you must confirm first.
+
+If you want to use `*' as a shell wildcard with whitespace around
+it, write `*\"\"' in place of just `*'. This is equivalent to just
+`*' in the shell, but avoids Dired's special handling.
If COMMAND produces output, it goes to a separate buffer.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r106847: Auto-commit of loaddefs files.,
Glenn Morris <=