Fix over-substitution of quotes on error
commit39aaf88feb564bc1d5150ccf53da71d7809a217a
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Sep 2016 06:05:48 +0000 (31 23:05 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Sep 2016 06:06:16 +0000 (31 23:06 -0700)
treeaa371d7ae01df6bb7e3dfb73a6bb190e64096c4e
parent64507149f4296029ab80c2caa97ec0f76264bdbb
Fix over-substitution of quotes on error

Problem reported by Tino Calancha in:
http://lists.gnu.org/archive/html/emacs-devel/2016-09/msg00000.html
* src/print.c (print_error_message):
Substitute quotes in errmsg only when gotten from a property.
src/print.c