From: Eli Zaretskii Date: Wed, 2 May 2001 04:10:31 +0000 (+0000) Subject: Fix a typo in the "emacs -xrm" command line. Reported by Kenichi Handa. X-Git-Tag: emacs-pretest-21.0.103~67 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9031cdf2c44c1c2914ca3a61162f3739ea11e2d3;p=emacs.git Fix a typo in the "emacs -xrm" command line. Reported by Kenichi Handa. --- diff --git a/etc/DEBUG b/etc/DEBUG index 6b779b10779..9062aafd0f2 100644 --- a/etc/DEBUG +++ b/etc/DEBUG @@ -252,7 +252,7 @@ which call really caused the error. You can start Emacs in a synchronous mode by invoking it with the -xrm option, like this: - emacs -rm "emacs.synchronous: true" + emacs -xrm "emacs.synchronous: true" Setting a breakpoint in the function `x_error_quitter' and looking at the backtrace when Emacs stops inside that function will show what