# HG changeset patch # User Richard M. Stallman # Date 852333090 0 # Node ID 2a43d154b32bca8a8cfc2439ba6c036f58ef7c65 # Parent 4fa015c0a62072e6f4adcaea11dbb3185774dc30 (dired-string-replace-match): Delete redundant autoload. diff -r 4fa015c0a620 -r 2a43d154b32b lisp/dired.el --- 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)