diff options
| author | Stefan Monnier | 2009-11-12 02:09:33 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-11-12 02:09:33 +0000 |
| commit | 5d58e44c278cebdfa8f2c90fa92845b4cac5711b (patch) | |
| tree | 37b30ffdf177bc5938e0597104608f2aa069af0d /src | |
| parent | 5e13f9d32c899501c75bb94938fde4d3ea497dba (diff) | |
| download | emacs-5d58e44c278cebdfa8f2c90fa92845b4cac5711b.tar.gz emacs-5d58e44c278cebdfa8f2c90fa92845b4cac5711b.zip | |
(syms_of_xdisp): Fix typo in last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/xdisp.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4973ccd7f05..5bc83648c22 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2009-11-12 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * xdisp.c (syms_of_xdisp): Fix typo in last change. | ||
| 4 | |||
| 1 | 2009-11-12 Juanma Barranquero <lekktu@gmail.com> | 5 | 2009-11-12 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * makefile.w32-in: Update dependencies; add dependencies to lisp.h. | 7 | * 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 | |||
| 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"), |