X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/cb1caeaf2ba26df05e8f9bcd4aa63203cef781fb..2a0213a6d0a9e36a388994445837e051d0bbe5f9:/src/syntax.c diff --git a/src/syntax.c b/src/syntax.c index de1ab2a751..69c2789ed3 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -3475,7 +3475,7 @@ syms_of_syntax (void) Fput (Qscan_error, Qerror_conditions, pure_cons (Qscan_error, pure_cons (Qerror, Qnil))); Fput (Qscan_error, Qerror_message, - make_pure_c_string ("Scan error")); + build_pure_c_string ("Scan error")); DEFVAR_BOOL ("parse-sexp-ignore-comments", parse_sexp_ignore_comments, doc: /* Non-nil means `forward-sexp', etc., should treat comments as whitespace. */);