projects
/
elisp
/
riece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c09ad24
)
Fixed.
author
ueno
<ueno>
Wed, 2 Feb 2005 09:41:15 +0000
(09:41 +0000)
committer
ueno
<ueno>
Wed, 2 Feb 2005 09:41:15 +0000
(09:41 +0000)
lisp/riece-debug.el
patch
|
blob
|
history
diff --git
a/lisp/riece-debug.el
b/lisp/riece-debug.el
index
9209bd9
..
6c1b051
100644
(file)
--- a/
lisp/riece-debug.el
+++ b/
lisp/riece-debug.el
@@
-51,6
+51,7
@@
(if riece-debug
(save-excursion
(set-buffer riece-temp-buffer)
+ (goto-char (point-min))
(if (re-search-forward "^ signal(" nil t)
(delete-region (point-min) (match-beginning 0)))
(message "Error in `%s': %S\n%s" ,location error (buffer-string))))