diff options
| -rw-r--r-- | lisp/dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired.el b/lisp/dired.el index 525edb09848..b8ebaa1f63e 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -512,7 +512,7 @@ If DIRNAME is already in a dired buffer, that buffer is used without refresh." | |||
| 512 | (defun dired-insert-directory (dir-or-list switches &optional wildcard full-p) | 512 | (defun dired-insert-directory (dir-or-list switches &optional wildcard full-p) |
| 513 | ;; Do the right thing whether dir-or-list is atomic or not. If it is, | 513 | ;; Do the right thing whether dir-or-list is atomic or not. If it is, |
| 514 | ;; inset all files listed in the cdr (the car is the passed-in directory | 514 | ;; inset all files listed in the cdr (the car is the passed-in directory |
| 515 | ;; list. | 515 | ;; list). |
| 516 | (let ((opoint (point))) | 516 | (let ((opoint (point))) |
| 517 | (if (consp dir-or-list) | 517 | (if (consp dir-or-list) |
| 518 | (progn | 518 | (progn |