diff options
| author | Jim Blandy | 1992-01-13 21:48:03 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-01-13 21:48:03 +0000 |
| commit | d427b66a664c0e1ffc818dfa5b87b45b4857d2ae (patch) | |
| tree | a3255be5cf521ab9c44b9fdfd06a0466274be421 /src/casefiddle.c | |
| parent | b2c9579f172da05112f29b664de6d8da98c1e813 (diff) | |
| download | emacs-d427b66a664c0e1ffc818dfa5b87b45b4857d2ae.tar.gz emacs-d427b66a664c0e1ffc818dfa5b87b45b4857d2ae.zip | |
entered into RCS
Diffstat (limited to 'src/casefiddle.c')
| -rw-r--r-- | src/casefiddle.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/casefiddle.c b/src/casefiddle.c index d508deb5d60..87dd1c79825 100644 --- a/src/casefiddle.c +++ b/src/casefiddle.c | |||
| @@ -261,7 +261,10 @@ syms_of_casefiddle () | |||
| 261 | keys_of_casefiddle () | 261 | keys_of_casefiddle () |
| 262 | { | 262 | { |
| 263 | initial_define_key (control_x_map, Ctl('U'), "upcase-region"); | 263 | initial_define_key (control_x_map, Ctl('U'), "upcase-region"); |
| 264 | Fput (intern ("upcase-region"), Qdisabled, Qt); | ||
| 264 | initial_define_key (control_x_map, Ctl('L'), "downcase-region"); | 265 | initial_define_key (control_x_map, Ctl('L'), "downcase-region"); |
| 266 | Fput (intern ("downcase-region"), Qdisabled, Qt); | ||
| 267 | |||
| 265 | initial_define_key (meta_map, 'u', "upcase-word"); | 268 | initial_define_key (meta_map, 'u', "upcase-word"); |
| 266 | initial_define_key (meta_map, 'l', "downcase-word"); | 269 | initial_define_key (meta_map, 'l', "downcase-word"); |
| 267 | initial_define_key (meta_map, 'c', "capitalize-word"); | 270 | initial_define_key (meta_map, 'c', "capitalize-word"); |