projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9d2fd1
)
Fix a typo in the "emacs -xrm" command line. Reported by Kenichi Handa.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 2 May 2001 04:10:31 +0000
(
04:10
+0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 2 May 2001 04:10:31 +0000
(
04:10
+0000)
etc/DEBUG
patch
|
blob
|
history
diff --git
a/etc/DEBUG
b/etc/DEBUG
index 6b779b10779c8714cab4b269bda58c6e6f47208d..9062aafd0f2db782331fda2e0e7d81622a86266d 100644
(file)
--- 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 -
x
rm "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