comparison src/xdisp.c @ 105963:db07e62f1123

(syms_of_xdisp): Fix typo in last change.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 12 Nov 2009 02:09:33 +0000
parents ba3ffbd9c422
children b38631655ffa
comparison
equal deleted inserted replaced
105962:22526dfaa51c 105963:db07e62f1123
24951 This variable has the same structure as `mode-line-format' (which see), 24951 This variable has the same structure as `mode-line-format' (which see),
24952 and is used only on frames for which no explicit name has been set 24952 and is used only on frames for which no explicit name has been set
24953 \(see `modify-frame-parameters'). */); 24953 \(see `modify-frame-parameters'). */);
24954 Vicon_title_format 24954 Vicon_title_format
24955 = Vframe_title_format 24955 = Vframe_title_format
24956 = pure_cons (make_pure_c_string ("multiple-frames"), 24956 = pure_cons (intern_c_string ("multiple-frames"),
24957 pure_cons (make_pure_c_string ("%b"), 24957 pure_cons (make_pure_c_string ("%b"),
24958 pure_cons (pure_cons (empty_unibyte_string, 24958 pure_cons (pure_cons (empty_unibyte_string,
24959 pure_cons (intern_c_string ("invocation-name"), 24959 pure_cons (intern_c_string ("invocation-name"),
24960 pure_cons (make_pure_c_string ("@"), 24960 pure_cons (make_pure_c_string ("@"),
24961 pure_cons (intern_c_string ("system-name"), 24961 pure_cons (intern_c_string ("system-name"),