Mexican Spitfire's Elephant

Mexican Spitfire's Elephant is a 1942 American comedy film directed by Leslie Goodwins and written by Charles E. Roberts. It is the sequel to the 1942 film Mexican Spitfire Sees a Ghost. The film stars Lupe Vélez, Leon Errol, Walter Reed, Elisabeth Risdon, Lydia Bilbrook, Marion Martin, Lyle Talbot and Luis Alberni. The film was released on September 11, 1942, by RKO Pictures.[1][2][3]

Mexican Spitfire's Elephant
Theatrical release poster
Directed byLeslie Goodwins
Produced byBert Gilroy
Screenplay byCharles E. Roberts
Story byCharles E. Roberts
Leslie Goodwins
StarringLupe Vélez
Leon Errol
Walter Reed
Elisabeth Risdon
Lydia Bilbrook
Marion Martin
Lyle Talbot
Luis Alberni
Music byC. Bakaleinikoff
CinematographyJack MacKenzie
Edited byHarry Marker
Production
company
Distributed byRKO Pictures
Release date
  • September 11, 1942 (1942-09-11)
Running time
64 minutes
CountryUnited States
LanguageEnglish

Plot

Cast

gollark: I was lazy, so it reads (can read) slightly outside of the LTS buffer.
gollark: I think `lts_length` is technically capable of causing segfaults in some situations too.
gollark: ```c#define REP(x) x x x x#define T1 "a"#define T2 REP(T1)#define T3 REP(T2)#define T4 REP(T3)#define T5 REP(T4)#define T6 REP(T5)#define T7 REP(T6)```This was part of my failed plan to implement hyperoperations in the preprocessor.
gollark: I said length TERMINATED.
gollark: ```cchar * lts_to_nullterminated(const char * apioform) { uint32_t len = lts_length(apioform); char * bee = malloc(len + 1); memcpy(bee, apioform, len); bee[len] = 0; // for purposes only return bee;}```Gaze upon my wondrous code.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.