diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/dired-aux.el | 2 | ||||
| -rw-r--r-- | lisp/dired.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 5cece27948f..46d40d2b41e 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el | |||
| @@ -885,7 +885,7 @@ command with a prefix argument (the value does not matter)." | |||
| 885 | 885 | ||
| 886 | (defvar dired-compress-file-suffixes | 886 | (defvar dired-compress-file-suffixes |
| 887 | '( | 887 | '( |
| 888 | ;; "tar -zxf" isn't used because it's not available the on | 888 | ;; "tar -zxf" isn't used because it's not available on the |
| 889 | ;; Solaris10 version of tar. Solaris10 becomes obsolete in 2021. | 889 | ;; Solaris10 version of tar. Solaris10 becomes obsolete in 2021. |
| 890 | ;; Same thing on AIX 7.1. | 890 | ;; Same thing on AIX 7.1. |
| 891 | ("\\.tar\\.gz\\'" "" "gzip -dc %i | tar -xv") | 891 | ("\\.tar\\.gz\\'" "" "gzip -dc %i | tar -xv") |
diff --git a/lisp/dired.el b/lisp/dired.el index bc0139f84e5..0fe23497912 100644 --- a/lisp/dired.el +++ b/lisp/dired.el | |||
| @@ -3897,7 +3897,7 @@ Ask means pop up a menu for the user to select one of copy, move or link." | |||
| 3897 | 3897 | ||
| 3898 | ;;; Start of automatically extracted autoloads. | 3898 | ;;; Start of automatically extracted autoloads. |
| 3899 | 3899 | ||
| 3900 | ;;;### (autoloads nil "dired-aux" "dired-aux.el" "b946c1770b736ddc39eeef00c39425e7") | 3900 | ;;;### (autoloads nil "dired-aux" "dired-aux.el" "ce82e4e2d385923def05089e8aedb519") |
| 3901 | ;;; Generated autoloads from dired-aux.el | 3901 | ;;; Generated autoloads from dired-aux.el |
| 3902 | 3902 | ||
| 3903 | (autoload 'dired-diff "dired-aux" "\ | 3903 | (autoload 'dired-diff "dired-aux" "\ |