changeset 16824:2a43d154b32b

(dired-string-replace-match): Delete redundant autoload.
author Richard M. Stallman <rms@gnu.org>
date Fri, 03 Jan 1997 23:11:30 +0000
parents 4fa015c0a620
children 9ec806f8bbb7
files lisp/dired.el
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dired.el	Fri Jan 03 23:10:03 1997 +0000
+++ b/lisp/dired.el	Fri Jan 03 23:11:30 1997 +0000
@@ -2364,13 +2364,6 @@
 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)