aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tar-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/tar-mode.el')
-rw-r--r--lisp/tar-mode.el2
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)