diff options
| author | Gerd Moellmann | 1999-09-05 15:49:07 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-09-05 15:49:07 +0000 |
| commit | 9ea173e83025644384bad4a4ea697bcb6cf7995e (patch) | |
| tree | f787c96d61d0fecd60d18e050f8649b6fd77a19d /src/xfaces.c | |
| parent | e037b9ecb3c11b1775171da6e9376a5221fefd78 (diff) | |
| download | emacs-9ea173e83025644384bad4a4ea697bcb6cf7995e.tar.gz emacs-9ea173e83025644384bad4a4ea697bcb6cf7995e.zip | |
Change spelling of `toolbar' to `tool_bar' or `tool-bar'.
Likewise for upper-case etc.
Diffstat (limited to 'src/xfaces.c')
| -rw-r--r-- | src/xfaces.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 96ed047cb7c..9efdfb4574e 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -280,7 +280,7 @@ Lisp_Object Qx_charset_registry; | |||
| 280 | 280 | ||
| 281 | /* Names of basic faces. */ | 281 | /* Names of basic faces. */ |
| 282 | 282 | ||
| 283 | Lisp_Object Qdefault, Qmodeline, Qtoolbar, Qregion, Qmargin; | 283 | Lisp_Object Qdefault, Qmodeline, Qtool_bar, Qregion, Qmargin; |
| 284 | Lisp_Object Qtop_line; | 284 | Lisp_Object Qtop_line; |
| 285 | 285 | ||
| 286 | /* Default stipple pattern used on monochrome displays. This stipple | 286 | /* Default stipple pattern used on monochrome displays. This stipple |
| @@ -5130,7 +5130,7 @@ realize_basic_faces (f) | |||
| 5130 | if (realize_default_face (f)) | 5130 | if (realize_default_face (f)) |
| 5131 | { | 5131 | { |
| 5132 | realize_named_face (f, Qmodeline, MODE_LINE_FACE_ID); | 5132 | realize_named_face (f, Qmodeline, MODE_LINE_FACE_ID); |
| 5133 | realize_named_face (f, Qtoolbar, TOOLBAR_FACE_ID); | 5133 | realize_named_face (f, Qtool_bar, TOOL_BAR_FACE_ID); |
| 5134 | realize_named_face (f, Qmargin, BITMAP_AREA_FACE_ID); | 5134 | realize_named_face (f, Qmargin, BITMAP_AREA_FACE_ID); |
| 5135 | realize_named_face (f, Qtop_line, TOP_LINE_FACE_ID); | 5135 | realize_named_face (f, Qtop_line, TOP_LINE_FACE_ID); |
| 5136 | success_p = 1; | 5136 | success_p = 1; |
| @@ -6242,8 +6242,8 @@ syms_of_xfaces () | |||
| 6242 | staticpro (&Qdefault); | 6242 | staticpro (&Qdefault); |
| 6243 | Qmodeline = intern ("modeline"); | 6243 | Qmodeline = intern ("modeline"); |
| 6244 | staticpro (&Qmodeline); | 6244 | staticpro (&Qmodeline); |
| 6245 | Qtoolbar = intern ("toolbar"); | 6245 | Qtool_bar = intern ("tool-bar"); |
| 6246 | staticpro (&Qtoolbar); | 6246 | staticpro (&Qtool_bar); |
| 6247 | Qregion = intern ("region"); | 6247 | Qregion = intern ("region"); |
| 6248 | staticpro (&Qregion); | 6248 | staticpro (&Qregion); |
| 6249 | Qmargin = intern ("margin"); | 6249 | Qmargin = intern ("margin"); |