Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
17dd1fc8
Commit
17dd1fc8
authored
Jan 27, 2011
by
Stefan Monnier
Browse files
* src/xdisp.c (safe_eval_handler): Distinguish symbols and strings.
parent
9da02ea1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/xdisp.c
src/xdisp.c
+1
-1
No files found.
src/ChangeLog
View file @
17dd1fc8
2011-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
* xdisp.c (safe_eval_handler): Distinguish symbols and strings.
2011-01-27 Chong Yidong <cyd@stupidchicken.com>
* font.c (font_parse_fcname): Undefine a temporary macro.
src/xdisp.c
View file @
17dd1fc8
...
...
@@ -2171,7 +2171,7 @@ remember_mouse_glyph (struct frame *f, int gx, int gy, NativeRectangle *rect)
static Lisp_Object
safe_eval_handler (Lisp_Object arg)
{
add_to_log ("Error during redisplay: %
s
", arg, Qnil);
add_to_log ("Error during redisplay: %
S
", arg, Qnil);
return Qnil;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment