diff options
| author | Dan Nicolaescu | 2010-07-28 22:48:06 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-07-28 22:48:06 -0700 |
| commit | e6cba65065d7002d181c3d440bfc5e04ba953783 (patch) | |
| tree | d1cf831f51063d886b8cae457a40ab0286515286 /src/fileio.c | |
| parent | b27f3b2f5262ce5d4f106394988acf2e44243686 (diff) | |
| download | emacs-e6cba65065d7002d181c3d440bfc5e04ba953783.tar.gz emacs-e6cba65065d7002d181c3d440bfc5e04ba953783.zip | |
Remove extern declarations from .c files, and them to .h files.
* src/xsmfns.c (Vuser_login_name):
* src/xrdb.c (Vdouble_click_time):
* src/xfaces.c (xic_create_fontsetname):
* src/w32select.c (waiting_for_input):
* src/print.c (minibuffer_auto_raise):
* src/msdos.c (Qhelp_echo):
* src/macros.c (real_this_command):
* src/keymap.c (Voverriding_local_map):
* src/xterm.c (poll_for_input_1, gray_bitmap_width)
(gray_bitmap_height, gray_bitmap_bits;
* src/xmenu.c ( Voverriding_local_map)
(Voverriding_local_map_menu_flag; Qmenu_item; use_dialog_box)
(use_file_dialog, Xt_app_con):
* src/xdisp.c (minibuffer_auto_raise, Voverriding_local_map)
(Voverriding_local_map_menu_flag, Qmenu_item, Qface, Qinvisible)
(Qwidth, Qinvisible, Qwindow, Qpriority, Qtool_bar_lines)
(Qtool_bar_lines, ignore_mouse_drag_p):
* src/minibuf.c (Voverriding_local_map, Qfield, Qfront_sticky)
(Qrear_nonsticky, nconc2):
* src/keyboard.c (current_global_map, minibuf_level, Qmenu_item)
(Vhistory_length, Vtranslation_table_for_input, Qcomposition)
(Qdisplay, Qafter_string, Qbefore_string, Qundefined):
* src/fileio.c (use_dialog_box, use_file_dialog, Vuser_login_name)
(minibuf_level, minibuffer_auto_raise, lisp_time_argument):
* src/eval.c (Qinteractive_form, Qrisky_local_variable, Qfunction)
(gc_in_progress):
* src/doc.c (Voverriding_local_map, Qremap):
* src/dired.c (completion_ignore_case, Qcompletion_ignore_case)
(Vcompletion_regexp_list):
* src/coding.c (Qmac, Qinsert_file_contents, Qwrite_region)
(Qcompletion_ignore_case):
* src/callint.c (Qcursor_in_echo_area, Qfile_directory_p, Qonly)
(Vhistory_length, Vthis_original_command, real_this_command)
(Qface, Qminibuffer_prompt, history_delete_duplicates):
* src/image.c (Qrisky_local_variable):
* src/fontset.c (QCname):
* src/fns.c (minibuffer_auto_raise, QCname):
* src/dispnew.c (char_ins_del_cost):
* src/composite.c (font_fill_lglyph_metrics):
* src/cmds.c (Qface, Vtranslation_table_for_input):
* src/charset.c (map_char_table_for_charset, Qfile_name_handler_alist):
* src/ccl.c (charset_unicode):
* src/callproc.c (Vtemporary_file_directory):
* src/buffer.c (emacs_strerror): Remove extern declarations.
Remove extern declarations from .c files, and them to .h files.
* src/keyboard.h (Qhelp_echo, waiting_for_input)
(input_available_clear_time, ignore_mouse_drag_p)
(Vdouble_click_time, real_this_command, Vthis_original_command):
* src/keymap.h (Qremap, Qmenu_item, Voverriding_local_map)
(Voverriding_local_map_menu_flag):
* src/lisp.h (Qinteractive_form, use_file_dialog)
(Qcursor_in_echo_area, QCascent, QCmargin, QCrelief, Qcount)
(Qextension_data, QCconversion, QCcolor_symbols, QCheuristic_mask)
(QCindex, QCmatrix, QCcolor_adjustment, QCmask)
(Qrisky_local_variable, map_char_table_for_charset, Vprint_level)
(Qfunction, debug_on_next_call, Qfield)
(Vinhibit_field_text_motion, Vuser_login_name, lisp_time_argument)
(Qpriority, Qwindow, Qevaporate, Qbefore_string, Qafter_string)
(Qfile_directory_p, Qinsert_file_contents)
(Qcompletion_ignore_case, Qcompletion_ignore_case)
(Vcompletion_regexp_list, Vhistory_length, completion_ignore_case)
(history_delete_duplicates, minibuffer_auto_raise, Qonly)
(Qfile_name_handler_alist, Qfront_sticky, Qrear_nonsticky)
(Qminibuffer_prompt)
(Vtemporary_file_directory,char_ins_del_vector, Qface):
* src/xterm.h (gray_bitmap_width, gray_bitmap_height)
(gray_bitmap_bits, xic_create_fontsetname):
* src/coding.h (Vtranslation_table_for_input): Add extern declarations.
* src/data.c (Qwindow): Make non-static, used from other files too.
* src/frame.c (validate_x_resource_name): Remove shadow definition for i.
Diffstat (limited to 'src/fileio.c')
| -rw-r--r-- | src/fileio.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/fileio.c b/src/fileio.c index c942803e280..6d9ac162b93 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -104,8 +104,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 104 | #endif | 104 | #endif |
| 105 | 105 | ||
| 106 | #include "commands.h" | 106 | #include "commands.h" |
| 107 | extern int use_dialog_box; | ||
| 108 | extern int use_file_dialog; | ||
| 109 | 107 | ||
| 110 | #ifndef O_WRONLY | 108 | #ifndef O_WRONLY |
| 111 | #define O_WRONLY 1 | 109 | #define O_WRONLY 1 |
| @@ -214,16 +212,10 @@ Lisp_Object Qcopy_directory; | |||
| 214 | /* Lisp function for recursively deleting directories. */ | 212 | /* Lisp function for recursively deleting directories. */ |
| 215 | Lisp_Object Qdelete_directory; | 213 | Lisp_Object Qdelete_directory; |
| 216 | 214 | ||
| 217 | extern Lisp_Object Vuser_login_name; | ||
| 218 | |||
| 219 | #ifdef WINDOWSNT | 215 | #ifdef WINDOWSNT |
| 220 | extern Lisp_Object Vw32_get_true_file_attributes; | 216 | extern Lisp_Object Vw32_get_true_file_attributes; |
| 221 | #endif | 217 | #endif |
| 222 | 218 | ||
| 223 | extern int minibuf_level; | ||
| 224 | |||
| 225 | extern int minibuffer_auto_raise; | ||
| 226 | |||
| 227 | /* These variables describe handlers that have "already" had a chance | 219 | /* These variables describe handlers that have "already" had a chance |
| 228 | to handle the current operation. | 220 | to handle the current operation. |
| 229 | 221 | ||
| @@ -3049,7 +3041,6 @@ The value is an integer. */) | |||
| 3049 | return value; | 3041 | return value; |
| 3050 | } | 3042 | } |
| 3051 | 3043 | ||
| 3052 | extern int lisp_time_argument (Lisp_Object, time_t *, int *); | ||
| 3053 | 3044 | ||
| 3054 | DEFUN ("set-file-times", Fset_file_times, Sset_file_times, 1, 2, 0, | 3045 | DEFUN ("set-file-times", Fset_file_times, Sset_file_times, 1, 2, 0, |
| 3055 | doc: /* Set times of file FILENAME to TIME. | 3046 | doc: /* Set times of file FILENAME to TIME. |