diff options
| author | Richard M. Stallman | 1997-01-03 23:11:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-01-03 23:11:30 +0000 |
| commit | f374777d3c5c33b3c19f4c8f8505e09dee2ccc09 (patch) | |
| tree | a57c83060ad7e10099a7323b19ac26012b202dc2 | |
| parent | db0fb4dd27e359f857c0f4ae5f3e73cbe059690a (diff) | |
| download | emacs-f374777d3c5c33b3c19f4c8f8505e09dee2ccc09.tar.gz emacs-f374777d3c5c33b3c19f4c8f8505e09dee2ccc09.zip | |
(dired-string-replace-match): Delete redundant autoload.
| -rw-r--r-- | lisp/dired.el | 7 |
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, | |||
| 2364 | a prefix arg lets you edit the `ls' switches used for the new listing." | 2364 | a prefix arg lets you edit the `ls' switches used for the new listing." |
| 2365 | t) | 2365 | t) |
| 2366 | 2366 | ||
| 2367 | (autoload 'dired-string-replace-match "dired-aux" | ||
| 2368 | "Replace first match of REGEXP in STRING with NEWTEXT. | ||
| 2369 | If it does not match, nil is returned instead of the new string. | ||
| 2370 | Optional arg LITERAL means to take NEWTEXT literally. | ||
| 2371 | Optional arg GLOBAL means to replace all matches." | ||
| 2372 | t) | ||
| 2373 | |||
| 2374 | (autoload 'dired-create-directory "dired-aux" | 2367 | (autoload 'dired-create-directory "dired-aux" |
| 2375 | "Create a directory called DIRECTORY." | 2368 | "Create a directory called DIRECTORY." |
| 2376 | t) | 2369 | t) |