bpt/emacs.git
22 years agoChange doc-string comments to `new style' [w/`doc:' keyword].
Pavel Janík [Sat, 20 Oct 2001 20:56:10 +0000 (20:56 +0000)]
Change doc-string comments to `new style' [w/`doc:' keyword].

22 years ago(invisible_text_between_p): Put prototype inside #if 0 because unused.
Pavel Janík [Sat, 20 Oct 2001 20:52:22 +0000 (20:52 +0000)]
(invisible_text_between_p): Put prototype inside #if 0 because unused.

22 years ago(x_laplace_read_row, x_laplace_write_row): Prototypes removed.
Pavel Janík [Sat, 20 Oct 2001 20:24:29 +0000 (20:24 +0000)]
(x_laplace_read_row, x_laplace_write_row): Prototypes removed.

22 years ago(checkbox): Swap bg/fg colors in images, and invert
Miles Bader [Sat, 20 Oct 2001 15:16:30 +0000 (15:16 +0000)]
(checkbox): Swap bg/fg colors in images, and invert
image bits to compensate.  Use `make-string' instead of
`make-bool-vector' (XBM apparently wants byte-aligned rows).

22 years agoChange doc-string comments to `new style' [w/`doc:' keyword].
Pavel Janík [Sat, 20 Oct 2001 15:11:10 +0000 (15:11 +0000)]
Change doc-string comments to `new style' [w/`doc:' keyword].

22 years ago(TN_standout_width, TF_xs, TN_magic_cookie_glitch_ul): Variables removed.
Miles Bader [Sat, 20 Oct 2001 10:33:48 +0000 (10:33 +0000)]
(TN_standout_width, TF_xs, TN_magic_cookie_glitch_ul): Variables removed.
(term_init): Don't set them.
Turn off any standout/underline modes that require magic cookies.
(ins_del_lines, highlight_if_desired, background_highlight)
(turn_on_highlight, turn_off_highlight, reset_terminal_modes):
Remove special processing for magic-cookie standout modes.
(turn_off_face, turn_on_face): Remove special processing for
underline magic-cookie glitch.

22 years ago(add-release-logs): Put the log entry in lispref, too.
Gerd Moellmann [Sat, 20 Oct 2001 10:02:06 +0000 (10:02 +0000)]
(add-release-logs): Put the log entry in lispref, too.

22 years ago(IT_reassert_line_highlight, IT_change_line_highlight): Functions removed.
Miles Bader [Sat, 20 Oct 2001 05:55:56 +0000 (05:55 +0000)]
(IT_reassert_line_highlight, IT_change_line_highlight): Functions removed.
(internal_terminal_init): Don't set reassert_line_highlight_hook
or change_line_highlight_hook.
(highlight): Variable removed.
(IT_set_face, IT_update_begin, IT_update_end, IT_set_terminal_modes):
Don't set or use it.

22 years ago(reassert_line_highlight_hook, change_line_highlight_hook): Variables removed.
Miles Bader [Sat, 20 Oct 2001 05:53:04 +0000 (05:53 +0000)]
(reassert_line_highlight_hook, change_line_highlight_hook): Variables removed.
(reassert_line_highlight, change_line_highlight): Functions removed.
(standout_requested): Variable removed.
(update_end, highlight_if_desired): Don't use it.
(chars_wasted, copybuf): Variables removed.
(write_standout_marker): Function removed.
(cursor_to, clear_to_end, clear_frame, clear_end_of_line_raw)
(clear_end_of_line_raw, write_glyphs, ins_del_lines):
Don't use `chars_wasted' or `copybuf'.
(calculate_costs): Don't allocate `chars_wasted' or `copybuf'.
Set `costs_set' to true.
(cursor_to, clear_end_of_line): Test `costs_set' instead of `chars_wasted'.
(clear_end_of_line): Function removed.
(clear_end_of_line_raw): Renamed to `clear_end_of_line'.
(clear_to_end): Call `clear_end_of_line' instead of `clear_end_of_line_raw'.

22 years ago(reassert_line_highlight_hook, change_line_highlight_hook):
Miles Bader [Sat, 20 Oct 2001 05:51:38 +0000 (05:51 +0000)]
(reassert_line_highlight_hook, change_line_highlight_hook):
Declarations removed.

22 years ago(reassert_line_highlight, change_line_highlight): Functions removed.
Miles Bader [Sat, 20 Oct 2001 05:50:33 +0000 (05:50 +0000)]
(reassert_line_highlight, change_line_highlight): Functions removed.
(initialize_w32_display): Don't set reassert_line_highlight_hook
or change_line_highlight_hook.
(hl_mode): Function removed.
(reset_terminal_modes, set_terminal_modes, update_begin)
(update_end, w32_face_attributes, initialize_w32_display):
(clear_frame, ins_del_lines): Don't call it.

22 years ago(x_fix_overlapping_area, x_write_glyphs, expose_area)
Miles Bader [Sat, 20 Oct 2001 05:49:35 +0000 (05:49 +0000)]
(x_fix_overlapping_area, x_write_glyphs, expose_area)
(expose_line, x_erase_phys_cursor): Don't use `inverse_p' field.
(w32_reassert_line_highlight, x_change_line_highlight): Functions removed.

22 years ago(dump_glyph_row, display_mode_line): Don't use `inverse_p' field.
Miles Bader [Sat, 20 Oct 2001 05:47:06 +0000 (05:47 +0000)]
(dump_glyph_row, display_mode_line): Don't use `inverse_p' field.

22 years ago(x_fix_overlapping_area, x_write_glyphs, expose_area)
Miles Bader [Sat, 20 Oct 2001 05:44:30 +0000 (05:44 +0000)]
(x_fix_overlapping_area, x_write_glyphs, expose_area)
(expose_line, x_erase_phys_cursor): Don't use `inverse_p' field.
(XTreassert_line_highlight, x_change_line_highlight):
Functions removed.
(x_initialize): Don't set reassert_line_highlight_hook or
change_line_highlight_hook.

22 years ago(update_frame_line): Don't call reassert_line_highlight.
Miles Bader [Sat, 20 Oct 2001 05:42:06 +0000 (05:42 +0000)]
(update_frame_line): Don't call reassert_line_highlight.
(line_hash_code, row_equal_p, fake_current_matrices)
(build_frame_matrix_from_leaf_window, update_frame_line)
(update_frame_line, update_frame_line, update_frame_line):
Don't use `inverse_p' field.

22 years ago(struct glyph_row): Remove `inverse_p' field.
Miles Bader [Sat, 20 Oct 2001 05:40:56 +0000 (05:40 +0000)]
(struct glyph_row): Remove `inverse_p' field.
(reassert_line_highlight, change_line_highlight): Declarations removed.

22 years agoClarify previous change.
Richard M. Stallman [Fri, 19 Oct 2001 23:37:53 +0000 (23:37 +0000)]
Clarify previous change.

22 years ago(syms_of_eval): Doc fixes.
Richard M. Stallman [Fri, 19 Oct 2001 23:33:55 +0000 (23:33 +0000)]
(syms_of_eval): Doc fixes.

22 years ago*** empty log message ***
Richard M. Stallman [Fri, 19 Oct 2001 23:33:29 +0000 (23:33 +0000)]
*** empty log message ***

22 years agoDon't let kill-ring-save show extent if transient-mark-mode and region
Kim F. Storm [Fri, 19 Oct 2001 23:25:34 +0000 (23:25 +0000)]
Don't let kill-ring-save show extent if transient-mark-mode and region
fully visible.

22 years agoProperly spell the name of Emacs.
Pavel Janík [Fri, 19 Oct 2001 22:12:42 +0000 (22:12 +0000)]
Properly spell the name of Emacs.

22 years agoMinor cleanup.
Richard M. Stallman [Fri, 19 Oct 2001 19:09:32 +0000 (19:09 +0000)]
Minor cleanup.

22 years agoExit if we can't find some variable.
Miles Bader [Fri, 19 Oct 2001 17:21:49 +0000 (17:21 +0000)]
Exit if we can't find some variable.
(AVOID): Add .orig & .rej files.
(get_config_var): Be more liberal about format of config.status sed commands.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 19 Oct 2001 16:33:45 +0000 (16:33 +0000)]
*** empty log message ***

22 years ago(auto-mode-alist): Associate .indent.pro with
Eli Zaretskii [Fri, 19 Oct 2001 16:32:49 +0000 (16:32 +0000)]
(auto-mode-alist): Associate .indent.pro with
Fundamental mode.  Suggested by Samuel Padgett
<spadgett1@nc.rr.com>.

22 years ago*** empty log message ***
Miles Bader [Fri, 19 Oct 2001 15:27:05 +0000 (15:27 +0000)]
*** empty log message ***

22 years ago(configuration): Set from `host' if `host_alias' isn't defined.
Miles Bader [Fri, 19 Oct 2001 15:20:20 +0000 (15:20 +0000)]
(configuration): Set from `host' if `host_alias' isn't defined.

22 years ago(${srcdir}/configure): Don't depend on aclocal.m4.
Andreas Schwab [Fri, 19 Oct 2001 12:33:44 +0000 (12:33 +0000)]
(${srcdir}/configure): Don't depend on aclocal.m4.

22 years agoRegenerated.
Andreas Schwab [Fri, 19 Oct 2001 12:33:10 +0000 (12:33 +0000)]
Regenerated.

22 years agoAll local hacks incorporated into autoconf 2.50.
Andreas Schwab [Fri, 19 Oct 2001 12:32:15 +0000 (12:32 +0000)]
All local hacks incorporated into autoconf 2.50.

22 years agoMake ready for autoconf 2.5x.
Andreas Schwab [Fri, 19 Oct 2001 12:30:52 +0000 (12:30 +0000)]
Make ready for autoconf 2.5x.
(AC_PREREQ): Require autoconf 2.50.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 19 Oct 2001 11:31:35 +0000 (11:31 +0000)]
*** empty log message ***

22 years agoAdd --help option. Add support for building
Gerd Moellmann [Fri, 19 Oct 2001 11:31:22 +0000 (11:31 +0000)]
Add --help option.  Add support for building
in arbitrary source trees.

22 years agoAdd big5 Chinese double spaced alphabet mappings, so that one could
Eli Zaretskii [Fri, 19 Oct 2001 11:19:33 +0000 (11:19 +0000)]
Add big5 Chinese double spaced alphabet mappings, so that one could
type them without leaving the Hanyu Pinyin input method.
Suggested by Kenichi Handa <handa@etl.go.jp>.

22 years ago(redisplay_internal): Don't clear echo area if the
Gerd Moellmann [Fri, 19 Oct 2001 11:04:00 +0000 (11:04 +0000)]
(redisplay_internal): Don't clear echo area if the
mini-window is selected.

22 years agoMore info about wrong UNDERLINE_POSITION in some fonts.
Eli Zaretskii [Fri, 19 Oct 2001 10:28:44 +0000 (10:28 +0000)]
More info about wrong UNDERLINE_POSITION in some fonts.

22 years ago*** empty log message ***
Gerd Moellmann [Fri, 19 Oct 2001 08:42:56 +0000 (08:42 +0000)]
*** empty log message ***

22 years ago(text_property_stickiness): Really fix it this time.
Miles Bader [Fri, 19 Oct 2001 07:45:58 +0000 (07:45 +0000)]
(text_property_stickiness): Really fix it this time.

22 years ago(text_property_stickiness): Non-rear-non-stickiness doesn't take
Miles Bader [Fri, 19 Oct 2001 07:08:29 +0000 (07:08 +0000)]
(text_property_stickiness): Non-rear-non-stickiness doesn't take
precedence if the affected property's value is nil.

(Fencode_time): Escape a BOL paren in the doc-string.

22 years ago*** empty log message ***
Miles Bader [Fri, 19 Oct 2001 06:26:06 +0000 (06:26 +0000)]
*** empty log message ***

22 years ago(Fline_beginning_position, Fline_end_position): Clarify documentation.
Miles Bader [Fri, 19 Oct 2001 06:22:46 +0000 (06:22 +0000)]
(Fline_beginning_position, Fline_end_position): Clarify documentation.

22 years ago(Fbeginning_of_line, Fend_of_line): Clarify interaction with fields and
Miles Bader [Fri, 19 Oct 2001 06:19:07 +0000 (06:19 +0000)]
(Fbeginning_of_line, Fend_of_line): Clarify interaction with fields and
suggest using `forward-line' to avoid them.

22 years ago(Text Lines): Mention `inhibit-field-text-motion' too.
Miles Bader [Fri, 19 Oct 2001 06:10:50 +0000 (06:10 +0000)]
(Text Lines): Mention `inhibit-field-text-motion' too.

22 years ago(Text Lines): Describe behavior of `beginning-of-line'/`end-of-line' in
Miles Bader [Fri, 19 Oct 2001 06:01:19 +0000 (06:01 +0000)]
(Text Lines): Describe behavior of `beginning-of-line'/`end-of-line' in
the presence of field properties.

22 years ago(current_minor_maps): `override' only shadows its
Stefan Monnier [Thu, 18 Oct 2001 22:14:45 +0000 (22:14 +0000)]
(current_minor_maps): `override' only shadows its
correspondent in minor-mode-map-alist, not the whole tail.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 18 Oct 2001 22:13:21 +0000 (22:13 +0000)]
*** empty log message ***

22 years agoPut the *Compile-Log* buffer in `compilation-mode'.
Sam Steingold [Thu, 18 Oct 2001 21:05:16 +0000 (21:05 +0000)]
Put the *Compile-Log* buffer in `compilation-mode'.

22 years ago(smtpmail-via-smtp): Use mail-envelope-from if set.
Stefan Monnier [Thu, 18 Oct 2001 20:48:23 +0000 (20:48 +0000)]
(smtpmail-via-smtp): Use mail-envelope-from if set.

22 years ago(xml-parse-tag): Use eq on char-after's return value.
Stefan Monnier [Thu, 18 Oct 2001 20:24:09 +0000 (20:24 +0000)]
(xml-parse-tag): Use eq on char-after's return value.

22 years ago(fs_load_font) [WINDOWSNT && _MSC_VER]: Disable
Andrew Innes [Thu, 18 Oct 2001 16:23:14 +0000 (16:23 +0000)]
(fs_load_font) [WINDOWSNT && _MSC_VER]: Disable
optimization.  The fontp->encoding array was not being initialized
correctly when compiled with optimizations by MSVC.

22 years ago(isearch-mode-map): Bind `mouse-movement' to nil.
Gerd Moellmann [Thu, 18 Oct 2001 10:06:01 +0000 (10:06 +0000)]
(isearch-mode-map): Bind `mouse-movement' to nil.

22 years ago(hilit-lookup-face-create): Call
Gerd Moellmann [Thu, 18 Oct 2001 09:55:37 +0000 (09:55 +0000)]
(hilit-lookup-face-create): Call
set-face-font only if display-graphic-p.
(toplevel): Remove references to window-system.

22 years ago(Finternal_set_lisp_face_attribute): Follow coding conventions.
Gerd Moellmann [Thu, 18 Oct 2001 09:50:37 +0000 (09:50 +0000)]
(Finternal_set_lisp_face_attribute): Follow coding conventions.

22 years ago(display_line): Indicate empty lines in active
Gerd Moellmann [Thu, 18 Oct 2001 08:47:12 +0000 (08:47 +0000)]
(display_line): Indicate empty lines in active
mini-window.

22 years agoFix last change.
Eli Zaretskii [Thu, 18 Oct 2001 08:04:48 +0000 (08:04 +0000)]
Fix last change.

22 years ago(what-line): Avoid problems with field properties.
Miles Bader [Thu, 18 Oct 2001 01:05:28 +0000 (01:05 +0000)]
(what-line): Avoid problems with field properties.

22 years ago(widget-field-face, widget-single-line-field-face):
Eli Zaretskii [Wed, 17 Oct 2001 18:49:38 +0000 (18:49 +0000)]
(widget-field-face, widget-single-line-field-face):
Define special colors for a tty.

22 years ago(Glossary): Add an index entry leading to "cut and paste".
Eli Zaretskii [Wed, 17 Oct 2001 18:26:54 +0000 (18:26 +0000)]
(Glossary): Add an index entry leading to "cut and paste".

22 years ago(Getting a printed manual): Add an index entry for HTML version
Eli Zaretskii [Wed, 17 Oct 2001 18:10:10 +0000 (18:10 +0000)]
(Getting a printed manual): Add an index entry for HTML version
of the manual.

22 years agoDocument alloc-colors.c.
Eli Zaretskii [Wed, 17 Oct 2001 17:50:31 +0000 (17:50 +0000)]
Document alloc-colors.c.

22 years agoAdd an entry for MacPPC, and mention special problems on the Yellow Dog.
Eli Zaretskii [Wed, 17 Oct 2001 17:50:01 +0000 (17:50 +0000)]
Add an entry for MacPPC, and mention special problems on the Yellow Dog.

22 years ago(w32_encode_char): Get cached codepage from font_info,
Andrew Innes [Wed, 17 Oct 2001 17:48:44 +0000 (17:48 +0000)]
(w32_encode_char): Get cached codepage from font_info,
rather than working it out by calling w32_codepage_for_font for
every glyph.

22 years ago(w32_load_system_font): Cache codepage for font, in
Andrew Innes [Wed, 17 Oct 2001 17:47:56 +0000 (17:47 +0000)]
(w32_load_system_font): Cache codepage for font, in
font_info.charset field.

22 years agoMention the crashes on Yellow Dog GNU/Linux on MacPPC, and provide
Eli Zaretskii [Wed, 17 Oct 2001 17:47:54 +0000 (17:47 +0000)]
Mention the crashes on Yellow Dog GNU/Linux on MacPPC, and provide
a work-around.

22 years ago(struct font_info) [WINDOWSNT]: Add codepage field.
Andrew Innes [Wed, 17 Oct 2001 17:47:28 +0000 (17:47 +0000)]
(struct font_info) [WINDOWSNT]: Add codepage field.

22 years ago(w32_read_socket): Determine clipping rectangle for
Andrew Innes [Wed, 17 Oct 2001 17:19:27 +0000 (17:19 +0000)]
(w32_read_socket): Determine clipping rectangle for
the entire frame, including areas covered by scrollbars and the
menubar.  This avoids internal arguments about whether a frame is
fully obscured or not.

22 years ago(comint-password-prompt-regexp): Make it less restrictive, letting
Francesco Potortì [Wed, 17 Oct 2001 15:38:45 +0000 (15:38 +0000)]
(comint-password-prompt-regexp): Make it less restrictive, letting
comint recognise OpenSSH2 passphrase prompts.

22 years ago(try_window_id): Undo last change. Give up if
Gerd Moellmann [Wed, 17 Oct 2001 15:29:12 +0000 (15:29 +0000)]
(try_window_id): Undo last change.  Give up if
window ends in strings.

22 years ago(try_window_id): Don't display lines after the window
Gerd Moellmann [Wed, 17 Oct 2001 14:05:34 +0000 (14:05 +0000)]
(try_window_id): Don't display lines after the window
end if the rest of the window after the window end was already
blank.

22 years ago(try_window_id): Remove code that was only there
Gerd Moellmann [Wed, 17 Oct 2001 13:34:31 +0000 (13:34 +0000)]
(try_window_id): Remove code that was only there
for the release of 21.1.

22 years ago(display_line): Don't indicate empty lines in
Gerd Moellmann [Wed, 17 Oct 2001 11:51:24 +0000 (11:51 +0000)]
(display_line): Don't indicate empty lines in
mini-windows.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 17 Oct 2001 11:50:56 +0000 (11:50 +0000)]
*** empty log message ***

22 years ago(VERSION): Add and use it where the the version
Gerd Moellmann [Wed, 17 Oct 2001 10:46:31 +0000 (10:46 +0000)]
(VERSION): Add and use it where the the version

22 years ago(VERSION): Add and use it where the the version
Gerd Moellmann [Wed, 17 Oct 2001 10:45:56 +0000 (10:45 +0000)]
(VERSION): Add and use it where the the version
number was used.  Set it to 2.8.

22 years ago(VERSION): Set to 2.8.
Gerd Moellmann [Wed, 17 Oct 2001 10:45:24 +0000 (10:45 +0000)]
(VERSION): Set to 2.8.
(manual): Use `manual-21'.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 17 Oct 2001 09:27:02 +0000 (09:27 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Miles Bader [Wed, 17 Oct 2001 03:33:11 +0000 (03:33 +0000)]
*** empty log message ***

22 years agoChange doc-string comments to `new style' [w/`doc:' keyword].
Miles Bader [Wed, 17 Oct 2001 03:17:18 +0000 (03:17 +0000)]
Change doc-string comments to `new style' [w/`doc:' keyword].
Remove old commented-out-DEFUN that was used to fake out make-docfile.

22 years agoChange doc-string comments to `new style' [w/`doc:' keyword].
Miles Bader [Wed, 17 Oct 2001 03:16:12 +0000 (03:16 +0000)]
Change doc-string comments to `new style' [w/`doc:' keyword].

22 years ago(DEFUN): Remove `DOC_STRINGS_IN_COMMENTS' case.
Miles Bader [Wed, 17 Oct 2001 03:11:30 +0000 (03:11 +0000)]
(DEFUN): Remove `DOC_STRINGS_IN_COMMENTS' case.

22 years ago(put_char): New function.
Miles Bader [Wed, 17 Oct 2001 02:53:57 +0000 (02:53 +0000)]
(put_char): New function.
(read_c_string_or_comment): Strip trailing spaces and newlines.

22 years ago(eshell/cat): Do a quick test if something is a regular file, before
John Wiegley [Wed, 17 Oct 2001 02:00:20 +0000 (02:00 +0000)]
(eshell/cat): Do a quick test if something is a regular file, before
checking if it is a directory or symlink. This avoids a call to
eshell-file-attributes, which can be expensive in some situations.

22 years ago(eshell-ls-dired-initial-args): Added an extra customization variable,
John Wiegley [Wed, 17 Oct 2001 02:00:00 +0000 (02:00 +0000)]
(eshell-ls-dired-initial-args): Added an extra customization variable,
to differentiate ls-in-dired from regular uses of ls.

22 years ago*** empty log message ***
John Wiegley [Wed, 17 Oct 2001 01:58:38 +0000 (01:58 +0000)]
*** empty log message ***

22 years ago(defface): Mention `:inherit' in doc-string.
Miles Bader [Wed, 17 Oct 2001 01:13:10 +0000 (01:13 +0000)]
(defface): Mention `:inherit' in doc-string.

22 years agoUpdate the Commentary with installation instructions.
Eli Zaretskii [Tue, 16 Oct 2001 19:07:50 +0000 (19:07 +0000)]
Update the Commentary with installation instructions.

22 years ago*** empty log message ***
Miles Bader [Tue, 16 Oct 2001 13:09:06 +0000 (13:09 +0000)]
*** empty log message ***

22 years agoChange doc-string comments to `new style' [w/`doc:' keyword].
Miles Bader [Tue, 16 Oct 2001 13:07:29 +0000 (13:07 +0000)]
Change doc-string comments to `new style' [w/`doc:' keyword].

22 years ago(scan_c_file): Handle `new style' doc strings in comments [with `doc:'
Miles Bader [Tue, 16 Oct 2001 13:05:28 +0000 (13:05 +0000)]
(scan_c_file): Handle `new style' doc strings in comments [with `doc:'
keyword prefix].

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 16 Oct 2001 09:25:44 +0000 (09:25 +0000)]
*** empty log message ***

22 years ago(Fset_buffer_major_mode): Use initial-major-mode for
Gerd Moellmann [Tue, 16 Oct 2001 09:21:56 +0000 (09:21 +0000)]
(Fset_buffer_major_mode): Use initial-major-mode for
*scratch*.

22 years agoAvoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Ken Raeburn [Tue, 16 Oct 2001 09:09:51 +0000 (09:09 +0000)]
Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
with lisp system changes.

22 years agoPut doc strings in comments.
Pavel Janík [Mon, 15 Oct 2001 20:52:59 +0000 (20:52 +0000)]
Put doc strings in comments.

22 years agoInclude <sys/ioctl.h> also on systems without <soundcard.h>.
Pavel Janík [Mon, 15 Oct 2001 20:45:55 +0000 (20:45 +0000)]
Include <sys/ioctl.h> also on systems without <soundcard.h>.

22 years ago(Vafter_load_alist): Declare extern (w32 build problem).
Sam Steingold [Mon, 15 Oct 2001 16:17:51 +0000 (16:17 +0000)]
(Vafter_load_alist): Declare extern (w32 build problem).

22 years agoPut doc strings in comments.
Pavel Janík [Mon, 15 Oct 2001 15:07:49 +0000 (15:07 +0000)]
Put doc strings in comments.

22 years ago(process-inherit-coding-system-flag, get-buffer-process): Do not confuse
Pavel Janík [Mon, 15 Oct 2001 14:55:28 +0000 (14:55 +0000)]
(process-inherit-coding-system-flag, get-buffer-process): Do not confuse
make-docfile with doc strings in comment.

22 years ago*** empty log message ***
Pavel Janík [Mon, 15 Oct 2001 14:34:08 +0000 (14:34 +0000)]
*** empty log message ***

22 years ago(Fchar_to_string): Make doc string consistent with arguments.
Pavel Janík [Mon, 15 Oct 2001 14:19:38 +0000 (14:19 +0000)]
(Fchar_to_string): Make doc string consistent with arguments.

22 years ago*** empty log message ***
Pavel Janík [Mon, 15 Oct 2001 13:50:48 +0000 (13:50 +0000)]
*** empty log message ***