(syms_of_xdisp): Fix typo in last change.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 12 Nov 2009 02:09:33 +0000 (02:09 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 12 Nov 2009 02:09:33 +0000 (02:09 +0000)
src/ChangeLog
src/xdisp.c

index 4973ccd..5bc8364 100644 (file)
@@ -1,3 +1,7 @@
+2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * xdisp.c (syms_of_xdisp): Fix typo in last change.
+
 2009-11-12  Juanma Barranquero  <lekktu@gmail.com>
 
        * makefile.w32-in: Update dependencies; add dependencies to lisp.h.
index 568fa0f..28fdcfa 100644 (file)
@@ -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"),