Mercurial > emacs
changeset 37534:3ea5075dc420
Fix a typo in the "emacs -xrm" command line. Reported by Kenichi Handa.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 02 May 2001 04:10:31 +0000 |
parents | 1dfa1b721ead |
children | 6c6b5bd0f257 |
files | etc/DEBUG |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/DEBUG Tue May 01 13:49:59 2001 +0000 +++ b/etc/DEBUG Wed May 02 04:10:31 2001 +0000 @@ -252,7 +252,7 @@ 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