diff options
| author | Dan Nicolaescu | 2010-08-05 16:34:12 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-08-05 16:34:12 -0700 |
| commit | 04bab72cc68e3b7b1bca9b871314fb79badd7042 (patch) | |
| tree | 9d9fbcfdc8b4c26d2592afe37ccc9ba6672d8d21 /src/keymap.c | |
| parent | dff94ed500892b5b3fcd067a280c81ba04ddf5f1 (diff) | |
| download | emacs-04bab72cc68e3b7b1bca9b871314fb79badd7042.tar.gz emacs-04bab72cc68e3b7b1bca9b871314fb79badd7042.zip | |
Remove extern declarations in .c files, .h files have them.
* src/data.c:
* src/dired.c:
* src/editfns.c:
* src/filelock.c:
* src/fns.c:
* src/font.c:
* src/fontset.c:
* src/frame.c:
* src/fringe.c:
* src/ftfont.c:
* src/gtkutil.c:
* src/indent.c:
* src/keyboard.c:
* src/keymap.c:
* src/lread.c:
* src/menu.c:
* src/print.c:
* src/search.c:
* src/sound.c:
* src/window.c:
* src/xdisp.c:
* src/xfaces.c:
* src/xfns.c:
* src/xfont.c:
* src/xftfont.c:
* src/xmenu.c:
* src/xterm.c: Remove declarations.
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/keymap.c b/src/keymap.c index 5e884ae137e..175c39ce357 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -103,11 +103,6 @@ static Lisp_Object exclude_keys; | |||
| 103 | /* Pre-allocated 2-element vector for Fcommand_remapping to use. */ | 103 | /* Pre-allocated 2-element vector for Fcommand_remapping to use. */ |
| 104 | static Lisp_Object command_remapping_vector; | 104 | static Lisp_Object command_remapping_vector; |
| 105 | 105 | ||
| 106 | /* A char with the CHAR_META bit set in a vector or the 0200 bit set | ||
| 107 | in a string key sequence is equivalent to prefixing with this | ||
| 108 | character. */ | ||
| 109 | extern Lisp_Object meta_prefix_char; | ||
| 110 | |||
| 111 | /* Hash table used to cache a reverse-map to speed up calls to where-is. */ | 106 | /* Hash table used to cache a reverse-map to speed up calls to where-is. */ |
| 112 | static Lisp_Object where_is_cache; | 107 | static Lisp_Object where_is_cache; |
| 113 | /* Which keymaps are reverse-stored in the cache. */ | 108 | /* Which keymaps are reverse-stored in the cache. */ |