bpt/emacs.git
21 years ago(Finsert_byte): New function.
Kenichi Handa [Tue, 20 Aug 2002 13:05:44 +0000 (13:05 +0000)]
(Finsert_byte): New function.
(syms_of_editfns): Defsubr it.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 20 Aug 2002 11:25:27 +0000 (11:25 +0000)]
*** empty log message ***

21 years agoDon't setup printable-chars here.
Kenichi Handa [Tue, 20 Aug 2002 11:24:31 +0000 (11:24 +0000)]
Don't setup printable-chars here.

21 years ago(set_canon, set_identity, shuffle): Simplified.
Kenichi Handa [Tue, 20 Aug 2002 11:23:38 +0000 (11:23 +0000)]
(set_canon, set_identity, shuffle): Simplified.

21 years ago(get_next_display_element): Don't display unibyte 8-bit
Kenichi Handa [Tue, 20 Aug 2002 11:13:34 +0000 (11:13 +0000)]
(get_next_display_element): Don't display unibyte 8-bit
characters by octal form.

21 years ago(syms_of_character): Setup Vprintable_chars.
Kenichi Handa [Tue, 20 Aug 2002 11:11:19 +0000 (11:11 +0000)]
(syms_of_character): Setup Vprintable_chars.

21 years ago(Freplace_match): Fix previous change.
Kenichi Handa [Tue, 20 Aug 2002 08:34:51 +0000 (08:34 +0000)]
(Freplace_match): Fix previous change.

21 years ago(Freplace_match): Fix for the unibyte case.
Kenichi Handa [Tue, 20 Aug 2002 08:32:34 +0000 (08:32 +0000)]
(Freplace_match): Fix for the unibyte case.

21 years ago(read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
Kenichi Handa [Tue, 20 Aug 2002 08:20:31 +0000 (08:20 +0000)]
(read_key_sequence): Use ~CHAR_MODIFIER_MASK instead
of direct code 0x3ffff.

21 years ago(Fchar_equal): Fix for the unibyte case.
Kenichi Handa [Tue, 20 Aug 2002 07:56:43 +0000 (07:56 +0000)]
(Fchar_equal): Fix for the unibyte case.

21 years ago(Fexpand_abbrev): Fix for the multibyte case.
Kenichi Handa [Tue, 20 Aug 2002 07:21:58 +0000 (07:21 +0000)]
(Fexpand_abbrev): Fix for the multibyte case.

21 years agoRemove duplicated case setting for Cyrillic and Greek letters.
Kenichi Handa [Tue, 20 Aug 2002 06:22:50 +0000 (06:22 +0000)]
Remove duplicated case setting for Cyrillic and Greek letters.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 20 Aug 2002 04:00:27 +0000 (04:00 +0000)]
*** empty log message ***

21 years ago(_fetch_multibyte_char_len): This variable deleted.
Kenichi Handa [Tue, 20 Aug 2002 03:59:51 +0000 (03:59 +0000)]
(_fetch_multibyte_char_len): This variable deleted.

21 years ago(_fetch_multibyte_char_len): Extern deleted.
Kenichi Handa [Tue, 20 Aug 2002 03:59:29 +0000 (03:59 +0000)]
(_fetch_multibyte_char_len): Extern deleted.
(FETCH_MULTIBYTE_CHAR): Don't use _fetch_multibyte_char_len.
(BUF_FETCH_MULTIBYTE_CHAR): Likewise.
(FETCH_CHAR_AS_MULTIBYTE): New macro.

21 years ago(MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.
Kenichi Handa [Tue, 20 Aug 2002 03:59:11 +0000 (03:59 +0000)]
(MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros.

21 years ago(casify_object): Simplified. Handle the case that
Kenichi Handa [Tue, 20 Aug 2002 03:58:53 +0000 (03:58 +0000)]
(casify_object): Simplified.  Handle the case that
the case conversion change the byte length.
(casify_region): Likewise

21 years ago(describe-buffer-case-table): Handle the case that KEY is a cons
Kenichi Handa [Tue, 20 Aug 2002 03:58:23 +0000 (03:58 +0000)]
(describe-buffer-case-table): Handle the case that KEY is a cons
within map-char-table.

21 years ago*** empty log message ***
Kenichi Handa [Mon, 19 Aug 2002 12:14:25 +0000 (12:14 +0000)]
*** empty log message ***

21 years agoFix categories ?A and ?C.
Kenichi Handa [Mon, 19 Aug 2002 12:13:45 +0000 (12:13 +0000)]
Fix categories ?A and ?C.

21 years ago*** empty log message ***
Kenichi Handa [Mon, 19 Aug 2002 12:12:45 +0000 (12:12 +0000)]
*** empty log message ***

21 years ago(safe_to_load_p): Fix the logic.
Kenichi Handa [Mon, 19 Aug 2002 11:34:28 +0000 (11:34 +0000)]
(safe_to_load_p): Fix the logic.

21 years ago(scan_words): Don't treat characters belonging to
Kenichi Handa [Mon, 19 Aug 2002 11:00:39 +0000 (11:00 +0000)]
(scan_words): Don't treat characters belonging to
different scripts constituting a work.

21 years ago(Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.
Kenichi Handa [Mon, 19 Aug 2002 10:59:04 +0000 (10:59 +0000)]
(Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P.

21 years ago(script-list): Treat ascii characters as `latin' script.
Kenichi Handa [Mon, 19 Aug 2002 10:58:11 +0000 (10:58 +0000)]
(script-list): Treat ascii characters as `latin' script.

21 years ago(Fset_fontset_font): Treate `ascii' as charset, not script.
Kenichi Handa [Mon, 19 Aug 2002 10:57:04 +0000 (10:57 +0000)]
(Fset_fontset_font): Treate `ascii' as charset, not script.

21 years ago*** empty log message ***
Kenichi Handa [Mon, 19 Aug 2002 06:12:43 +0000 (06:12 +0000)]
*** empty log message ***

21 years ago(fontset-plain-name): If the fontset
Kenichi Handa [Mon, 19 Aug 2002 06:12:31 +0000 (06:12 +0000)]
(fontset-plain-name): If the fontset
name doesn't ends with "-fontset-*", use family name as the first
part of the plain name.
(create-fontset-from-ascii-font): If "fontset-startup" is not yet
created, use that name for the fontset.  Fix arguments to
subst-char-in-string.

21 years ago(main): In the case of --unibyte, instead of aborting on
Kenichi Handa [Mon, 19 Aug 2002 06:11:52 +0000 (06:11 +0000)]
(main): In the case of --unibyte, instead of aborting on
finding non-empty buffer, make it unibyte.

21 years ago(main): In the case of --unibyte, instead of aborting on finding
Kenichi Handa [Mon, 19 Aug 2002 06:11:15 +0000 (06:11 +0000)]
(main): In the case of --unibyte, instead of aborting on finding
non-empty buffer, make it unibyte.

21 years ago(rfc2047-encode): Fix last change.
Dave Love [Sun, 18 Aug 2002 16:57:27 +0000 (16:57 +0000)]
(rfc2047-encode): Fix last change.

21 years ago*** empty log message ***
Dave Love [Sun, 18 Aug 2002 13:51:26 +0000 (13:51 +0000)]
*** empty log message ***

21 years ago(term-char-mode): Remove generic-character-list code.
Dave Love [Sun, 18 Aug 2002 13:41:10 +0000 (13:41 +0000)]
(term-char-mode): Remove generic-character-list code.

21 years ago(ruler-mode-character-validate): Use characterp.
Dave Love [Sun, 18 Aug 2002 13:37:11 +0000 (13:37 +0000)]
(ruler-mode-character-validate): Use characterp.

21 years ago(character): Use characterp.
Dave Love [Sun, 18 Aug 2002 13:34:52 +0000 (13:34 +0000)]
(character): Use characterp.

21 years ago(describe-coding-system): Add utf-16
Dave Love [Sun, 18 Aug 2002 13:32:42 +0000 (13:32 +0000)]
(describe-coding-system): Add utf-16
case.

21 years ago(viet-encode-viscii-char): Use encode-char.
Dave Love [Sun, 18 Aug 2002 13:25:12 +0000 (13:25 +0000)]
(viet-encode-viscii-char): Use encode-char.

21 years ago("Tajik", "Bulgarian", "Belarusian"): Add
Dave Love [Sun, 18 Aug 2002 13:18:54 +0000 (13:18 +0000)]
("Tajik", "Bulgarian", "Belarusian"): Add
charset.
("Ukrainian"): New.

21 years ago(Funibyte_char_to_multibyte): Doc fix.
Dave Love [Sun, 18 Aug 2002 12:55:13 +0000 (12:55 +0000)]
(Funibyte_char_to_multibyte): Doc fix.

21 years agoFix last change.
Dave Love [Sun, 18 Aug 2002 12:54:49 +0000 (12:54 +0000)]
Fix last change.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 15 Aug 2002 02:30:08 +0000 (02:30 +0000)]
*** empty log message ***

21 years ago(nonascii_insert_offset, Vnonascii_translation_table):
Kenichi Handa [Thu, 15 Aug 2002 02:29:16 +0000 (02:29 +0000)]
(nonascii_insert_offset, Vnonascii_translation_table):
Extern deleted.

21 years ago(x_produce_glyphs): Use ASCII_CHAR_P, not
Kenichi Handa [Thu, 15 Aug 2002 02:29:00 +0000 (02:29 +0000)]
(x_produce_glyphs): Use ASCII_CHAR_P, not
SINGLE_BYTE_CHAR_P.  Fix the logic of handling non-ASCII char when
it->multibyte_p is zero.

21 years ago(charset_unibyte): Renamed from charset_primary.
Kenichi Handa [Thu, 15 Aug 2002 02:28:42 +0000 (02:28 +0000)]
(charset_unibyte): Renamed from charset_primary.
(Funibyte_charset): Renamed from Fprimary_charset.
(Fset_unibyte_charset): Renamed from Fset_primary_charset.
(syms_of_charset): Adjusted for the above changes.

21 years ago(charset_unibyte): Extern it instead of
Kenichi Handa [Thu, 15 Aug 2002 02:28:25 +0000 (02:28 +0000)]
(charset_unibyte): Extern it instead of
charset_primary.

21 years ago(unibyte_char_to_multibyte): Refer to
Kenichi Handa [Thu, 15 Aug 2002 02:28:08 +0000 (02:28 +0000)]
(unibyte_char_to_multibyte): Refer to
charset_unibyte, not charset_primary.
(multibyte_char_to_unibyte): Likewise.
(Funibyte_char_to_multibyte): Likewise.

21 years ago(fontset_add): Make the type `int'.
Kenichi Handa [Thu, 15 Aug 2002 02:27:50 +0000 (02:27 +0000)]
(fontset_add): Make the type `int'.
(fontset_id_valid_p): Define it if FONTSET_DEBUG is defined.

21 years ago(reset-language-environment): Don't
Kenichi Handa [Thu, 15 Aug 2002 02:27:11 +0000 (02:27 +0000)]
(reset-language-environment): Don't
set nonascii-translation-table and nonascii-insert-offset.  Call
set-unibyte-charset, not set-primary-charset.
(nonascii-translation-table, nonascii-insert-offset): Declare
these variable as obsolete ones.
(set-language-environment): Call set-unibyte-charset, not
set-primary-charset.  Call set-charset-priority with `charset'
info of the language environment.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 15 Aug 2002 01:26:01 +0000 (01:26 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kenichi Handa [Thu, 8 Aug 2002 13:05:11 +0000 (13:05 +0000)]
*** empty log message ***

21 years ago(tar-extract): Fix previous change.
Kenichi Handa [Thu, 8 Aug 2002 13:04:00 +0000 (13:04 +0000)]
(tar-extract): Fix previous change.

21 years ago(Fdefine_coding_system_internal): Fix category setting
Kenichi Handa [Thu, 8 Aug 2002 13:01:56 +0000 (13:01 +0000)]
(Fdefine_coding_system_internal): Fix category setting
for a coding system of type iso-2022.

21 years ago(next-word-boundary-han): Don't
Kenichi Handa [Thu, 8 Aug 2002 13:00:10 +0000 (13:00 +0000)]
(next-word-boundary-han): Don't
treat katakana following han characters as a part of a word.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 8 Aug 2002 12:59:44 +0000 (12:59 +0000)]
*** empty log message ***

21 years ago(FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.
Kenichi Handa [Thu, 1 Aug 2002 15:51:59 +0000 (15:51 +0000)]
(FS_LOAD_FONT): Call fs_load_font with the arg CHARSET -1.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 1 Aug 2002 12:36:32 +0000 (12:36 +0000)]
*** empty log message ***

21 years agoCall map-charset-chars on big5
Kenichi Handa [Thu, 1 Aug 2002 12:36:17 +0000 (12:36 +0000)]
Call map-charset-chars on big5
(not chinese-big5-1/2) to set categories `c', `C', and `|'.
(next-word-boundary-han): New function.  Register it in
next-word-boundary-function-table.
(next-word-boundary-kana): Likewise.

21 years ago(Vnext_word_boundary_function_table): New variable.
Kenichi Handa [Thu, 1 Aug 2002 12:33:55 +0000 (12:33 +0000)]
(Vnext_word_boundary_function_table): New variable.
(syms_of_syntax): Declare it as a Lisp variable.
(scan_words): Call functions in Vnext_word_boundary_function_table
if any.

21 years ago(fs_load_font): If fontp->charset is not negative,
Kenichi Handa [Thu, 1 Aug 2002 05:44:09 +0000 (05:44 +0000)]
(fs_load_font): If fontp->charset is not negative,
return fontp without setting its members.

21 years ago(x_load_font): Initialize fontp->fontset to -1.
Kenichi Handa [Thu, 1 Aug 2002 05:42:48 +0000 (05:42 +0000)]
(x_load_font): Initialize fontp->fontset to -1.

21 years ago*** empty log message ***
Dave Love [Wed, 31 Jul 2002 22:59:53 +0000 (22:59 +0000)]
*** empty log message ***

21 years agoGenerated with autoheader.
Dave Love [Wed, 31 Jul 2002 22:41:56 +0000 (22:41 +0000)]
Generated with autoheader.

21 years agoChange logic (instead of fixing typo).
Dave Love [Wed, 31 Jul 2002 22:37:38 +0000 (22:37 +0000)]
Change logic (instead of fixing typo).

21 years agoDon't include strings.h.
Dave Love [Wed, 31 Jul 2002 22:32:39 +0000 (22:32 +0000)]
Don't include strings.h.
(bcopy, bzero, bcmp): Don't undef.

21 years ago(bcopy, bzero, bcmp): Don't undef.
Dave Love [Wed, 31 Jul 2002 22:32:15 +0000 (22:32 +0000)]
(bcopy, bzero, bcmp): Don't undef.

21 years ago(NO_SIOCTL_H): Don't define.
Dave Love [Wed, 31 Jul 2002 22:31:51 +0000 (22:31 +0000)]
(NO_SIOCTL_H): Don't define.
(TIOCSIGSEND): Don't test IRIX6.
(bcopy, bzero, bcmp): Define conditionally.

21 years ago(HAVE_ALLOCA): Delete.
Dave Love [Wed, 31 Jul 2002 22:30:08 +0000 (22:30 +0000)]
(HAVE_ALLOCA): Delete.

21 years ago(leim): Don't put PARALLEL in environment.
Dave Love [Wed, 31 Jul 2002 22:28:25 +0000 (22:28 +0000)]
(leim): Don't put PARALLEL in environment.
($(srcdir)/src/config.in, $(srcdir)/src/stamp-h.in): New.
(install-arch-indep, install-arch-indep): Merge changes from
trunk.

21 years agoRequire autoconf 2.53. Merge changes from trunk.
Dave Love [Wed, 31 Jul 2002 22:26:08 +0000 (22:26 +0000)]
Require autoconf 2.53.  Merge changes from trunk.
Test for sys/mman.h, sys/param.h
(AC_PROG_YACC): Deleted.
(AH_BOTTOM): Maybe include strings.h.

21 years ago(syms_of_charset): Fix previous change.
Kenichi Handa [Wed, 31 Jul 2002 07:58:30 +0000 (07:58 +0000)]
(syms_of_charset): Fix previous change.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 31 Jul 2002 07:15:29 +0000 (07:15 +0000)]
*** empty log message ***

21 years ago(tar-file-name-coding-system): New variable. Make
Kenichi Handa [Wed, 31 Jul 2002 07:14:35 +0000 (07:14 +0000)]
(tar-file-name-coding-system): New variable.  Make
it permanent-local.p
(tar-header-block-tokenize): Decode filename and linkname by
tar-file-name-coding-system.
(tar-header-block-checksum): Call multibyte-char-to-unibyte to get
the byte value of eight-bit chars.
(tar-summarize-buffer): Call set-buffer-multibyte with METHOD
`to'.  Delete unnecessary call of position-bytes.
(tar-mode): Set tar-file-name-coding-system.  Delete unnecessary
call of position-bytes.
(tar-extract): Simplified by calling decode-coding-region with
DESTINATION argument.  Don't toggle multibyteness of tar buffer.
(tar-copy): Don't toggle multibyteness of tar buffer.
(tar-expunge): Likewise.
(tar-clear-modification-flags): Delete unnecessary call of
position-bytes.
(tar-rename-entry): Call tar-alter-one-field with encoded new
name.
(tar-alter-one-field): Don't toggle multibyteness of tar buffer.
Convert new-data-string by string-to-multibyte before inserting
it.
(tar-subfile-save-buffer): Don't toggle multibyteness of tar
buffer.  Simplified by calling encoding-coding-region with
DESTINATION argument.
(tar-mode-write-file): Delete unnecessary call of
byte-to-position.

21 years ago(archive-file-name-coding-system): New variable.
Kenichi Handa [Wed, 31 Jul 2002 07:14:13 +0000 (07:14 +0000)]
(archive-file-name-coding-system): New variable.
Make it permanent-local.
(byte-after, bref, insert-unibyte): New function.  Change most of
char-after, aref, insert to them respectively.
(archive-mode): Set archive-file-name-coding-system.
(archive-summarize): Don't change the buffer's multibyteness.
(archive-extract): Inherit archive-file-name-coding-system from
archive-superior-buffer.  Bind coding-system-for-write to
archive-file-name-coding-system.
(archive-*-write-file-member): Encode ENAME by
archive-file-name-coding-system.  Bind coding-system-for-write to
no-conversion.
(archive-rename-entry): Encode the filename by
archive-file-name-coding-system.
(archive-mode-revert): Don't change the buffer's multibyteness.
(archive-arc-summarize, archive-lzh-summarize,
archive-zoo-summarize): Don't change the buffer's multibyteness.
Decode filenames by archive-file-name-coding-system.
(archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
the buffer's multibyteness.

21 years ago(Fstring_to_multibyte): New function.
Kenichi Handa [Wed, 31 Jul 2002 07:11:47 +0000 (07:11 +0000)]
(Fstring_to_multibyte): New function.
(syms_of_fns): Declare Fstring_to_multibyte as Lisp subroutine.

21 years ago(setup_echo_area_for_printing, set_message_1): Adjusted
Kenichi Handa [Wed, 31 Jul 2002 07:11:28 +0000 (07:11 +0000)]
(setup_echo_area_for_printing, set_message_1): Adjusted
for the change of Fset_buffer_multibyte.

21 years ago(Fset_buffer_multibyte): Prototype adjusted.
Kenichi Handa [Wed, 31 Jul 2002 07:10:36 +0000 (07:10 +0000)]
(Fset_buffer_multibyte): Prototype adjusted.

21 years ago* coding.c (make_conversion_work_buffer): Adjusted for the change
Kenichi Handa [Wed, 31 Jul 2002 07:09:00 +0000 (07:09 +0000)]
* coding.c (make_conversion_work_buffer): Adjusted for the change
of Fset_buffer_multibyte.
(encode_coding_raw_text): Increment p0 in the loop.

21 years ago(charset_8_bit): Extern it.
Kenichi Handa [Wed, 31 Jul 2002 07:08:15 +0000 (07:08 +0000)]
(charset_8_bit): Extern it.

21 years ago(charset_eight_bit, Qeight_bit_control): New
Kenichi Handa [Wed, 31 Jul 2002 07:07:59 +0000 (07:07 +0000)]
(charset_eight_bit, Qeight_bit_control): New
variables.
(charset_8_bit__control, charset_8_bit_graphic,
Qeight_bit_control, Qeight_bit_graphic): These variables deleted.
(define_charset_internal): New function.
(syms_of_charset): Call define_charset_internal for pre-defined
charsets.

21 years ago(Funibyte_char_to_multibyte): If C can't be decoded
Kenichi Handa [Wed, 31 Jul 2002 07:06:36 +0000 (07:06 +0000)]
(Funibyte_char_to_multibyte): If C can't be decoded
by the primary charset, make it eight-bit char.
(Fmultibyte_char_to_unibyte): Call CHAR_TO_BYTE8.

21 years ago(CHAR_TO_BYTE8): If C is not eight-bit char, call
Kenichi Handa [Wed, 31 Jul 2002 07:05:33 +0000 (07:05 +0000)]
(CHAR_TO_BYTE8): If C is not eight-bit char, call
multibyte_char_to_unibyte.

21 years ago(Fcall_process): Don't call insert_1_both directly if
Kenichi Handa [Wed, 31 Jul 2002 07:05:17 +0000 (07:05 +0000)]
(Fcall_process): Don't call insert_1_both directly if
we are inserting a process output into a multibyte buffer.

21 years ago(Qas, Qmake, Qto): New variables.
Kenichi Handa [Wed, 31 Jul 2002 07:04:55 +0000 (07:04 +0000)]
(Qas, Qmake, Qto): New variables.
(Fset_buffer_multibyte): New optional arg METHOD.  Caller changed.
(syms_of_buffer): Intern and staticpro Qas, Qmake, and Qto.

21 years ago*** empty log message ***
Dave Love [Tue, 30 Jul 2002 11:41:15 +0000 (11:41 +0000)]
*** empty log message ***

21 years ago("welsh"): Doc fix.
Dave Love [Tue, 30 Jul 2002 11:41:04 +0000 (11:41 +0000)]
("welsh"): Doc fix.

21 years agoReinstate some commented-out redundancies.
Dave Love [Tue, 30 Jul 2002 11:40:55 +0000 (11:40 +0000)]
Reinstate some commented-out redundancies.
("russian-typewriter"): Renamed from cyrillic-typewriter.  Make
cyrillic-jcuken effectively an alias for it.
("russian-computer"): New.
("bulgarian-phonetic"): Renamed from bulgarian-pho.
("bulgarian-bds"): Renamed from bulgarian-standard.

21 years ago(x_put_x_image): Declare args.
Dave Love [Tue, 30 Jul 2002 11:38:20 +0000 (11:38 +0000)]
(x_put_x_image): Declare args.

21 years ago(font_name_registry, choose_face_font): Delete unused
Dave Love [Tue, 30 Jul 2002 11:38:05 +0000 (11:38 +0000)]
(font_name_registry, choose_face_font): Delete unused
vars.
(try_font_list): Declare an arg.

21 years ago(message2_nolog, set_message): Declare an arg.
Dave Love [Tue, 30 Jul 2002 11:37:50 +0000 (11:37 +0000)]
(message2_nolog, set_message): Declare an arg.

21 years ago(tparam): Declare an arg. Use P_ to declare tparm.
Dave Love [Tue, 30 Jul 2002 11:37:36 +0000 (11:37 +0000)]
(tparam): Declare an arg.  Use P_ to declare tparm.

21 years agoComment fix
Dave Love [Tue, 30 Jul 2002 11:36:59 +0000 (11:36 +0000)]
Comment fix

21 years ago(scan_sexps_forward): Declare an arg.
Dave Love [Tue, 30 Jul 2002 11:36:10 +0000 (11:36 +0000)]
(scan_sexps_forward): Declare an arg.

21 years ago(calculate_scrolling, calculate_direct_scrolling):
Dave Love [Tue, 30 Jul 2002 11:36:03 +0000 (11:36 +0000)]
(calculate_scrolling, calculate_direct_scrolling):
Declare an arg.

21 years ago(Fnew_fontset): Declare.
Dave Love [Tue, 30 Jul 2002 11:35:53 +0000 (11:35 +0000)]
(Fnew_fontset): Declare.

21 years ago(push_key_description): Call CHARACTERP correctly.
Dave Love [Tue, 30 Jul 2002 11:35:28 +0000 (11:35 +0000)]
(push_key_description): Call CHARACTERP correctly.

21 years ago(fontset_add): Declare args. Call make_number
Dave Love [Tue, 30 Jul 2002 11:35:17 +0000 (11:35 +0000)]
(fontset_add): Declare args.  Call make_number
correctly.
(face_for_char): Delete unused vars.
(Fset_fontset_font): Doc fix.  Delete unused vars.

21 years ago(Fsubstitute_command_keys): Delete unused vars.
Dave Love [Tue, 30 Jul 2002 11:34:55 +0000 (11:34 +0000)]
(Fsubstitute_command_keys): Delete unused vars.

21 years ago(update_compositions): Declare arg.
Dave Love [Tue, 30 Jul 2002 11:34:40 +0000 (11:34 +0000)]
(update_compositions): Declare arg.

21 years ago(calccost, cmgoto): Declare args.
Dave Love [Tue, 30 Jul 2002 11:33:39 +0000 (11:33 +0000)]
(calccost, cmgoto): Declare args.

21 years agoRemove `emacs' conditional. Doc fixes.
Dave Love [Tue, 30 Jul 2002 11:33:15 +0000 (11:33 +0000)]
Remove `emacs' conditional.  Doc fixes.
(map_char_table_for_charset): Declare.