summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-01-03 23:11:30 +0000
committerRichard M. Stallman <rms@gnu.org>1997-01-03 23:11:30 +0000
commit3c84310c2ff0ca28d562eceadb48c69b29cd06eb (patch)
treedaa8ff9d314a9fa4eecd4b94b8c7e9d7175db093
parent8dae686ea21aaf3852fc8677be768889a7a54fe5 (diff)
downloademacs-3c84310c2ff0ca28d562eceadb48c69b29cd06eb.tar.gz
(dired-string-replace-match): Delete redundant autoload.
-rw-r--r--lisp/dired.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/dired.el b/lisp/dired.el
index 04f8cd00dfa..34526f4490b 100644
--- a/lisp/dired.el
+++ b/lisp/dired.el
@@ -2364,13 +2364,6 @@ If on a subdir line, redisplay that subdirectory. In that case,
a prefix arg lets you edit the `ls' switches used for the new listing."
t)
-(autoload 'dired-string-replace-match "dired-aux"
- "Replace first match of REGEXP in STRING with NEWTEXT.
-If it does not match, nil is returned instead of the new string.
-Optional arg LITERAL means to take NEWTEXT literally.
-Optional arg GLOBAL means to replace all matches."
- t)
-
(autoload 'dired-create-directory "dired-aux"
"Create a directory called DIRECTORY."
t)