aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/man.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/man.el b/lisp/man.el
index 86270db1e39..a85ef90d3d5 100644
--- a/lisp/man.el
+++ b/lisp/man.el
@@ -353,6 +353,7 @@ This is necessary if one wants to dump man.el with emacs."
353 "-e '/^[A-za-z].*Last[ \t]change:/d'" 353 "-e '/^[A-za-z].*Last[ \t]change:/d'"
354 "-e '/^Sun[ \t]Release[ \t][0-9].*[0-9]$/d'" 354 "-e '/^Sun[ \t]Release[ \t][0-9].*[0-9]$/d'"
355 "-e '/[ \t]*Copyright [0-9]* UNIX System Laboratories, Inc.$/d'" 355 "-e '/[ \t]*Copyright [0-9]* UNIX System Laboratories, Inc.$/d'"
356 "-e '/^[ \t]*Rev\\..*Page [0-9][0-9]*$/d'"
356 )) 357 ))
357 (cons 358 (cons
358 Man-awk-command 359 Man-awk-command