diff options
| author | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
| commit | 0487d68ab9992be4fa70cfd908909001f71e66af (patch) | |
| tree | 8c93da3b94717d184f88277e277de949ecb2fb9c /lisp/tar-mode.el | |
| parent | 798dceb467d4ead092979822f24090c8378f8320 (diff) | |
| download | emacs-scratch/error-API.tar.gz emacs-scratch/error-API.zip | |
Diffstat (limited to 'lisp/tar-mode.el')
| -rw-r--r-- | lisp/tar-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index 8cad7472089..e7400e81e00 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el | |||
| @@ -879,7 +879,7 @@ See also: variables `tar-update-datestamp' and `tar-anal-blocksize'. | |||
| 879 | ;; tar data. Rather than show a mysterious empty buffer, let's | 879 | ;; tar data. Rather than show a mysterious empty buffer, let's |
| 880 | ;; revert to fundamental-mode. | 880 | ;; revert to fundamental-mode. |
| 881 | (fundamental-mode) | 881 | (fundamental-mode) |
| 882 | (signal (car err) (cdr err))))) | 882 | (signal err)))) |
| 883 | 883 | ||
| 884 | (autoload 'woman-tar-extract-file "woman" | 884 | (autoload 'woman-tar-extract-file "woman" |
| 885 | "In tar mode, run the WoMan man-page browser on this file." t) | 885 | "In tar mode, run the WoMan man-page browser on this file." t) |