diff options
-rw-r--r-- | lisp/progmodes/compile.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index d2e74aa44a6..95dce7a430f 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -95,8 +95,8 @@ like. For instance, to hide the verbose output from recursive makefiles, you can say something like: - (setq compilation-hidden-output - \\='(\"^make[^\n]+\n\"))" + (setopt compilation-hidden-output + \\='(\"^make[^\\n]+\\n\"))" :type '(choice regexp (repeat regexp)) :version "29.1") |