projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bff87ef
)
* eval.c (internal_lisp_condition_case): Don't pass spurious arg.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 7 Apr 2011 02:53:19 +0000
(19:53 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 7 Apr 2011 02:53:19 +0000
(19:53 -0700)
src/ChangeLog
patch
|
blob
|
history
src/eval.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index d31710bcbca034bbce53e5069fe528eebcb9d60b..6f2509429d278efb0db055ddb7130c89239ab811 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2011-04-07 Paul Eggert <eggert@cs.ucla.edu>
+ * eval.c (internal_lisp_condition_case): Don't pass spurious arg.
+
* keyboard.c (access_keymap_keyremap): Print func name, not garbage.
2011-04-06 Paul Eggert <eggert@cs.ucla.edu>
diff --git
a/src/eval.c
b/src/eval.c
index 93da7799bec776387d8a783279950f5fcff7a184..8b029967e7a016276bd7c55b387d9eb695d4fa27 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-1401,7
+1401,7
@@
internal_lisp_condition_case (volatile Lisp_Object var, Lisp_Object bodyform,
|| (CONSP (tem)
&& (SYMBOLP (XCAR (tem))
|| CONSP (XCAR (tem))))))
- error ("Invalid condition handler"
, tem
);
+ error ("Invalid condition handler");
}
c.tag = Qnil;