From: Stefan Monnier Date: Thu, 12 Nov 2009 02:09:33 +0000 (+0000) Subject: (syms_of_xdisp): Fix typo in last change. X-Git-Tag: emacs-pretest-23.1.90~474 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5d58e44c278cebdfa8f2c90fa92845b4cac5711b;p=emacs.git (syms_of_xdisp): Fix typo in last change. --- diff --git a/src/ChangeLog b/src/ChangeLog index 4973ccd7f05..5bc83648c22 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-11-12 Stefan Monnier + + * xdisp.c (syms_of_xdisp): Fix typo in last change. + 2009-11-12 Juanma Barranquero * makefile.w32-in: Update dependencies; add dependencies to lisp.h. diff --git a/src/xdisp.c b/src/xdisp.c index 568fa0fdd04..28fdcfae49d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -24953,7 +24953,7 @@ and is used only on frames for which no explicit name has been set \(see `modify-frame-parameters'). */); Vicon_title_format = Vframe_title_format - = pure_cons (make_pure_c_string ("multiple-frames"), + = pure_cons (intern_c_string ("multiple-frames"), pure_cons (make_pure_c_string ("%b"), pure_cons (pure_cons (empty_unibyte_string, pure_cons (intern_c_string ("invocation-name"),