bpt/emacs.git
26 years ago(Fwrite_region): Fix mixing of Lisp_Object and int.
Andreas Schwab [Tue, 14 Apr 1998 12:58:24 +0000 (12:58 +0000)]
(Fwrite_region): Fix mixing of Lisp_Object and int.

26 years ago(Fchar_after, Fchar_before): Fix mixing of Lisp_Object
Andreas Schwab [Tue, 14 Apr 1998 12:56:53 +0000 (12:56 +0000)]
(Fchar_after, Fchar_before): Fix mixing of Lisp_Object
and int

26 years ago(code_convert_region): Fix mixing of Lisp_Object and
Andreas Schwab [Tue, 14 Apr 1998 12:55:11 +0000 (12:55 +0000)]
(code_convert_region): Fix mixing of Lisp_Object and
int.

26 years ago(Fchars_in_region): Fix mixing of Lisp_Object and int.
Andreas Schwab [Tue, 14 Apr 1998 12:53:36 +0000 (12:53 +0000)]
(Fchars_in_region): Fix mixing of Lisp_Object and int.

26 years ago(ccl_driver, syms_of_ccl): Fix mixing of Lisp_Object and
Andreas Schwab [Tue, 14 Apr 1998 12:52:08 +0000 (12:52 +0000)]
(ccl_driver, syms_of_ccl): Fix mixing of Lisp_Object and
int.

26 years ago(vc-next-action-on-file): Don't check out after registering. This is
André Spiegel [Tue, 14 Apr 1998 12:38:25 +0000 (12:38 +0000)]
(vc-next-action-on-file): Don't check out after registering.  This is
two steps instead of one, and the second does not make sense under
CVS.
(vc-next-action): Changed doc string to reflect the above.

26 years agoUpdate return types of declarations.
Andreas Schwab [Tue, 14 Apr 1998 12:34:43 +0000 (12:34 +0000)]
Update return types of declarations.

26 years agoAdd more prototypes.
Andreas Schwab [Tue, 14 Apr 1998 12:33:47 +0000 (12:33 +0000)]
Add more prototypes.

26 years agoFix -Wimplicit warnings.
Andreas Schwab [Tue, 14 Apr 1998 12:25:56 +0000 (12:25 +0000)]
Fix -Wimplicit warnings.

26 years ago(ediff-autostore-merges): Doc fix.
Andreas Schwab [Tue, 14 Apr 1998 10:56:46 +0000 (10:56 +0000)]
(ediff-autostore-merges): Doc fix.

26 years ago(rmail-movemail-flags): Fix customize type.
Andreas Schwab [Tue, 14 Apr 1998 10:48:10 +0000 (10:48 +0000)]
(rmail-movemail-flags): Fix customize type.

26 years ago(command-line-1): Better wording in mouse startup message.
André Spiegel [Tue, 14 Apr 1998 10:44:53 +0000 (10:44 +0000)]
(command-line-1): Better wording in mouse startup message.

26 years ago(byte-compile-warnings): Fix customize
Andreas Schwab [Tue, 14 Apr 1998 10:43:27 +0000 (10:43 +0000)]
(byte-compile-warnings): Fix customize
type.

26 years ago("Korean"): Doc fix.
Andreas Schwab [Tue, 14 Apr 1998 10:37:40 +0000 (10:37 +0000)]
("Korean"): Doc fix.

26 years agoPrepend ${srcdir} to all non-TIT lisp file names.
Andreas Schwab [Tue, 14 Apr 1998 10:34:22 +0000 (10:34 +0000)]
Prepend ${srcdir} to all non-TIT lisp file names.
(leim-list.el): Depend on ${WORLD}.

26 years ago(latin-2-alt-postfix): Doc fix.
Andreas Schwab [Tue, 14 Apr 1998 10:30:58 +0000 (10:30 +0000)]
(latin-2-alt-postfix): Doc fix.

26 years ago(Fset_buffer_multibyte): Do nothing if nothing actually
Andreas Schwab [Tue, 14 Apr 1998 10:27:32 +0000 (10:27 +0000)]
(Fset_buffer_multibyte): Do nothing if nothing actually
changes.

26 years ago(code_convert_region): Call adjust_after_insert also
Andreas Schwab [Tue, 14 Apr 1998 10:21:04 +0000 (10:21 +0000)]
(code_convert_region): Call adjust_after_insert also
in unibyte mode.

26 years ago(Finsert_file_contents): Call adjust_after_insert also
Andreas Schwab [Tue, 14 Apr 1998 10:20:03 +0000 (10:20 +0000)]
(Finsert_file_contents): Call adjust_after_insert also
in unibyte mode.

26 years ago(titdic-convert): Message improved.
Kenichi Handa [Tue, 14 Apr 1998 01:07:28 +0000 (01:07 +0000)]
(titdic-convert): Message improved.
(tit-process-header): Change `Do byte-compile' to `Byte-compile'.
(batch-titdic-convert): Likewise.

26 years ago(code_convert_string): Give decode_coding correct byte
Kenichi Handa [Tue, 14 Apr 1998 01:06:44 +0000 (01:06 +0000)]
(code_convert_string): Give decode_coding correct byte
length of source text.

26 years agoautomatically generated from GPLed version
Ulrich Drepper [Tue, 14 Apr 1998 00:02:53 +0000 (00:02 +0000)]
automatically generated from GPLed version

26 years ago(strout): Convert old echo area to multibyte, like printchar.
Karl Heuer [Mon, 13 Apr 1998 18:58:10 +0000 (18:58 +0000)]
(strout): Convert old echo area to multibyte, like printchar.
(printchar, strout): If echo area text converted to multibyte
does not all fit, truncate it at char boundary.

26 years ago(report-emacs-bug-hook): Don't absolutely
Karl Heuer [Mon, 13 Apr 1998 18:57:28 +0000 (18:57 +0000)]
(report-emacs-bug-hook): Don't absolutely
reject non-ASCII characters.

26 years ago(buf_charpos_to_bytepos, buf_bytepos_to_charpos):
Karl Heuer [Mon, 13 Apr 1998 18:56:44 +0000 (18:56 +0000)]
(buf_charpos_to_bytepos, buf_bytepos_to_charpos):
When calling set_marker_both, pass the right buffer.

26 years ago(Fcompute_motion): Check that TO and FROM are in range.
Karl Heuer [Mon, 13 Apr 1998 18:56:00 +0000 (18:56 +0000)]
(Fcompute_motion): Check that TO and FROM are in range.

26 years ago(tmm-get-keymap): Handle `menu-item' menu items.
Karl Heuer [Mon, 13 Apr 1998 18:55:05 +0000 (18:55 +0000)]
(tmm-get-keymap): Handle `menu-item' menu items.

26 years ago*** empty log message ***
Karl Heuer [Mon, 13 Apr 1998 18:53:08 +0000 (18:53 +0000)]
*** empty log message ***

26 years agoCustomize mail-use-rfc822.
Stephen Eglen [Mon, 13 Apr 1998 17:16:40 +0000 (17:16 +0000)]
Customize mail-use-rfc822.

26 years agoReplace topdir with top_srcdir.
Eli Zaretskii [Mon, 13 Apr 1998 16:10:58 +0000 (16:10 +0000)]
Replace topdir with top_srcdir.

26 years ago(describe-function-1): New function.
Karl Heuer [Mon, 13 Apr 1998 06:56:24 +0000 (06:56 +0000)]
(describe-function-1): New function.
(describe-function): Use describe-function-1.
(describe-key): Likewise.

26 years ago(eval-defun): Arrange to use eval-region
Karl Heuer [Mon, 13 Apr 1998 06:55:34 +0000 (06:55 +0000)]
(eval-defun): Arrange to use eval-region
even if we have to alter the form.

26 years ago(dosv_refresh_virtual_screen): Do not use negative arguments.
Eli Zaretskii [Mon, 13 Apr 1998 06:42:31 +0000 (06:42 +0000)]
(dosv_refresh_virtual_screen): Do not use negative arguments.
(dos_direct_output): Fix the offset passed to dosv_refresh_virtual_screen.
(IT_display_cursor): Don't call dosv_refresh_virtual_screen.
(IT_reset_terminal_modes): Don't call dosv_refresh_virtual_screen
when setting cursor.

26 years ago(coding-system-eol-type-mnemonic): Return correct eol-type mnemonics
Eli Zaretskii [Mon, 13 Apr 1998 06:30:41 +0000 (06:30 +0000)]
(coding-system-eol-type-mnemonic): Return correct eol-type mnemonics
for the nonunix cases.

26 years agoFix previous change.
Kenichi Handa [Mon, 13 Apr 1998 02:35:41 +0000 (02:35 +0000)]
Fix previous change.

26 years ago(gnus-emphasis-alist): Use nth, not caddr.
Karl Heuer [Sun, 12 Apr 1998 18:13:34 +0000 (18:13 +0000)]
(gnus-emphasis-alist): Use nth, not caddr.

26 years ago(cl-do-arglist): Intern initializes the
Karl Heuer [Sun, 12 Apr 1998 18:12:18 +0000 (18:12 +0000)]
(cl-do-arglist): Intern initializes the
value of keyword symbols, so don't do it again.

26 years ago(temp_output_buffer_setup): Clear out overlays,
Karl Heuer [Sun, 12 Apr 1998 18:08:02 +0000 (18:08 +0000)]
(temp_output_buffer_setup): Clear out overlays,
visited file, undo list, etc.

26 years agoDetermine emacs-version from lisp/version.el. Pass it to
Eli Zaretskii [Sun, 12 Apr 1998 14:19:09 +0000 (14:19 +0000)]
Determine emacs-version from lisp/version.el.  Pass it to
sub-Make's.

26 years ago(re_match_2, re_search_2): Convert position to a charpos,
Karl Heuer [Sun, 12 Apr 1998 06:57:47 +0000 (06:57 +0000)]
(re_match_2, re_search_2): Convert position to a charpos,
before calling SETUP_SYNTAX_TABLE_FOR_OBJECT.

26 years ago(SETUP_SYNTAX_TABLE_FOR_OBJECT): FROM counts chars.
Karl Heuer [Sun, 12 Apr 1998 06:51:58 +0000 (06:51 +0000)]
(SETUP_SYNTAX_TABLE_FOR_OBJECT): FROM counts chars.
(SYNTAX_TABLE_BYTE_TO_CHAR): Handle the offset properly
both before and after conversion.

(UPDATE_SYNTAX_TABLE_FORWARD): Arg renamed to charpos.
(UPDATE_SYNTAX_TABLE_BACKWARD, UPDATE_SYNTAX_TABLE): Likewise.

26 years ago(print) <Lisp_String>: Fix "\ " handling.
Karl Heuer [Sun, 12 Apr 1998 06:49:26 +0000 (06:49 +0000)]
(print) <Lisp_String>: Fix "\ " handling.

26 years ago(generate-autoload-section-header): Doc fix.
Karl Heuer [Sun, 12 Apr 1998 06:46:08 +0000 (06:46 +0000)]
(generate-autoload-section-header): Doc fix.
(update-file-autoloads): Use autoload-read-section-header.
(update-autoloads-from-directories): Likewise.
(generate-autoload-section-continuation): New variable.
(autoload-read-section-header): New function.
(update-file-autoloads): Don't call save-buffer if no changes.
(generate-file-autoloads): Split the section header line
into multiple comments.

26 years ago(display_text_line): When handling selective > 0,
Karl Heuer [Sun, 12 Apr 1998 06:45:08 +0000 (06:45 +0000)]
(display_text_line): When handling selective > 0,
update pos and pos_byte with results of calling scan_newline.

26 years ago(mail-extract-address-components):
Karl Heuer [Sun, 12 Apr 1998 06:43:56 +0000 (06:43 +0000)]
(mail-extract-address-components):
Rename local :-pos to colon-pos.

26 years ago(set_internal, Fmakunbound): Fix previous change.
Karl Heuer [Sun, 12 Apr 1998 06:41:01 +0000 (06:41 +0000)]
(set_internal, Fmakunbound): Fix previous change.

26 years ago(LINKER): Add definition.
Karl Heuer [Sat, 11 Apr 1998 18:16:01 +0000 (18:16 +0000)]
(LINKER): Add definition.
(LD_SWITCH_SYSTEM): Undo previous change.

26 years ago(set_internal, Fmakunbound): No error if setting
Karl Heuer [Sat, 11 Apr 1998 18:04:12 +0000 (18:04 +0000)]
(set_internal, Fmakunbound): No error if setting
a keyword to itself.

26 years agoPut Czech lang. env. under European..
Kenichi Handa [Sat, 11 Apr 1998 02:19:18 +0000 (02:19 +0000)]
Put Czech lang. env. under European..

26 years agoPut Slovak lang. env. under European.
Kenichi Handa [Sat, 11 Apr 1998 02:19:18 +0000 (02:19 +0000)]
Put Slovak lang. env. under European.

26 years ago(describe-language-environment):
Kenichi Handa [Sat, 11 Apr 1998 02:18:31 +0000 (02:18 +0000)]
(describe-language-environment):
Print the languge environment at the head.

26 years ago(generic-char-p): A character of code 0 is not a generic char.
Kenichi Handa [Sat, 11 Apr 1998 02:18:31 +0000 (02:18 +0000)]
(generic-char-p): A character of code 0 is not a generic char.

26 years ago(list-input-methods): Fix doc string.
Karl Heuer [Sat, 11 Apr 1998 01:06:37 +0000 (01:06 +0000)]
(list-input-methods): Fix doc string.
(describe-font, describe-fontset, list-fontsets, mule-diag): Don't
use fontset-related features if global-fontset-alist is not bound.

26 years agoDelete tutorial file entry.
Kenichi Handa [Fri, 10 Apr 1998 12:33:48 +0000 (12:33 +0000)]
Delete tutorial file entry.

26 years agoDon't accept EMACS=t when testing for $EMACS set.
Karl Heuer [Fri, 10 Apr 1998 09:46:15 +0000 (09:46 +0000)]
Don't accept EMACS=t when testing for $EMACS set.

26 years ago(vhdl-loop, vhdl-while-loop): Add backslash.
Karl Heuer [Fri, 10 Apr 1998 09:28:12 +0000 (09:28 +0000)]
(vhdl-loop, vhdl-while-loop): Add backslash.

26 years agoDon't defconst the colon symbols, since they
Karl Heuer [Fri, 10 Apr 1998 08:36:34 +0000 (08:36 +0000)]
Don't defconst the colon symbols, since they
evaluate to themselves now anyway.

26 years agoFix previous change, TUTORIAL.ch > TUTORIAL.cs.
Kenichi Handa [Fri, 10 Apr 1998 02:34:51 +0000 (02:34 +0000)]
Fix previous change, TUTORIAL.ch > TUTORIAL.cs.

26 years agoTutorial file name changed to TUTORIAL.ch.
Kenichi Handa [Fri, 10 Apr 1998 02:01:50 +0000 (02:01 +0000)]
Tutorial file name changed to TUTORIAL.ch.

26 years agoTutorial file name changed to TUTORIAL.ja.
Kenichi Handa [Fri, 10 Apr 1998 02:01:50 +0000 (02:01 +0000)]
Tutorial file name changed to TUTORIAL.ja.

26 years agoTutorial file name changed to TUTORIAL.ka.
Kenichi Handa [Fri, 10 Apr 1998 02:01:50 +0000 (02:01 +0000)]
Tutorial file name changed to TUTORIAL.ka.

26 years agoTutorial file name changed to TUTORIAL.sk.
Kenichi Handa [Fri, 10 Apr 1998 02:01:50 +0000 (02:01 +0000)]
Tutorial file name changed to TUTORIAL.sk.

26 years ago(newline): Mark as hard the newline that was just
Karl Heuer [Thu, 9 Apr 1998 20:05:58 +0000 (20:05 +0000)]
(newline): Mark as hard the newline that was just
typed, not the previous one.  Suppress optimization if there's a
marker either before or after the newline.

26 years ago(Fbuffer_has_markers_at): Fix termination condition.
Karl Heuer [Thu, 9 Apr 1998 19:40:19 +0000 (19:40 +0000)]
(Fbuffer_has_markers_at): Fix termination condition.

26 years ago(min, max): Make these macros, not functions.
Karl Heuer [Thu, 9 Apr 1998 18:50:53 +0000 (18:50 +0000)]
(min, max): Make these macros, not functions.
(scan_buffer, boyer_moore): Simplify args to those macros.

26 years ago(min, max): Define as macros.
Karl Heuer [Thu, 9 Apr 1998 18:12:46 +0000 (18:12 +0000)]
(min, max): Define as macros.

26 years ago* print.c (print): Avoid `min'/`max' as variable names.
Karl Heuer [Thu, 9 Apr 1998 17:58:28 +0000 (17:58 +0000)]
* print.c (print): Avoid `min'/`max' as variable names.

26 years ago(relocate_fd): Avoid `min'/`max' as variable names.
Karl Heuer [Thu, 9 Apr 1998 17:47:17 +0000 (17:47 +0000)]
(relocate_fd): Avoid `min'/`max' as variable names.

26 years ago(minmax): New macro.
Karl Heuer [Thu, 9 Apr 1998 17:21:02 +0000 (17:21 +0000)]
(minmax): New macro.
(update_frame): Use it.

26 years agoDelete incorrect prototype of report_file_error.
Karl Heuer [Thu, 9 Apr 1998 17:07:32 +0000 (17:07 +0000)]
Delete incorrect prototype of report_file_error.

26 years ago(unrequest_sigio, request_sigio): Fix prototype.
Karl Heuer [Thu, 9 Apr 1998 17:06:31 +0000 (17:06 +0000)]
(unrequest_sigio, request_sigio): Fix prototype.

26 years ago(set_frame_menubar): Call Fset_match_data, not
Karl Heuer [Thu, 9 Apr 1998 17:04:35 +0000 (17:04 +0000)]
(set_frame_menubar): Call Fset_match_data, not
Fstore_match_data.

26 years ago(abort): Don't redefine on DOS_NT.
Karl Heuer [Thu, 9 Apr 1998 17:03:05 +0000 (17:03 +0000)]
(abort): Don't redefine on DOS_NT.

26 years ago(vc-next-action): Fixed bug that prevented registering files using C-x v v.
André Spiegel [Thu, 9 Apr 1998 13:45:44 +0000 (13:45 +0000)]
(vc-next-action): Fixed bug that prevented registering files using C-x v v.

26 years agoCustomize
Stephen Eglen [Thu, 9 Apr 1998 12:31:57 +0000 (12:31 +0000)]
Customize

26 years ago*** empty log message ***
Dan Nicolaescu [Thu, 9 Apr 1998 05:47:28 +0000 (05:47 +0000)]
*** empty log message ***

26 years ago(string_to_non_ascii_char): Include garbage bytes (if
Kenichi Handa [Thu, 9 Apr 1998 05:40:23 +0000 (05:40 +0000)]
(string_to_non_ascii_char): Include garbage bytes (if
any) following a multibyte character in *ACTUAL_LEN.
(Fcharset_after): New function.
(syms_of_charset): Defsubr it.
(multibyte_form_length): Modified to be consistent with
string_to_non_ascii_char.

26 years ago(MULTIBYTE_FORM_LENGTH): Don't check LEN here.
Kenichi Handa [Thu, 9 Apr 1998 05:40:23 +0000 (05:40 +0000)]
(MULTIBYTE_FORM_LENGTH): Don't check LEN here.

26 years ago(display_text_line): Code for displaying a character by
Kenichi Handa [Thu, 9 Apr 1998 05:40:23 +0000 (05:40 +0000)]
(display_text_line): Code for displaying a character by
octal form is modified.

26 years agoTypos in comment fixed.
Kenichi Handa [Thu, 9 Apr 1998 05:39:41 +0000 (05:39 +0000)]
Typos in comment fixed.
(devanagari-vertical-modifier-p): Target string to be matched with
GLYPH is modified.
(devanagari-non-vertical-modifier-p): Likewise.
(devanagari-wide-to-narrow-char): New function.
(devanagari-wide-to-narrow-iter): The second arg is changed to
2-COL-GLYPH.

26 years agoAdd tutorial file name for Slovak.
Kenichi Handa [Thu, 9 Apr 1998 05:39:41 +0000 (05:39 +0000)]
Add tutorial file name for Slovak.

26 years ago(help-with-tutorial-alist): This variable deleted.
Kenichi Handa [Thu, 9 Apr 1998 05:39:11 +0000 (05:39 +0000)]
(help-with-tutorial-alist): This variable deleted.
(help-with-tutorial): Get a tutorial file name by
get-language-info instead of help-with-tutorial-alist.

26 years ago*** empty log message ***
Dan Nicolaescu [Wed, 8 Apr 1998 19:38:37 +0000 (19:38 +0000)]
*** empty log message ***

26 years ago*** empty log message ***
Dan Nicolaescu [Wed, 8 Apr 1998 19:29:35 +0000 (19:29 +0000)]
*** empty log message ***

26 years ago(jdb): Do proper analysis of classes defined in a Java
Karl Heuer [Wed, 8 Apr 1998 19:07:45 +0000 (19:07 +0000)]
(jdb): Do proper analysis of classes defined in a Java
source.  This removes the restriction of one class per file.
(gud-jdb-package-of-file): Removed.  Replaced with parsing routines.
(gud-jdb-skip-whitespace): New function.
(gud-jdb-skip-single-line-comment): New function.
(gud-jdb-skip-traditional-or-documentation-comment): New function.
(gud-jdb-skip-whitespace-and-comments): New function.
(gud-jdb-skip-id-ish-thing): New function.
(gud-jdb-skip-string-literal): New function.
(gud-jdb-skip-character-literal): New function.
(gud-jdb-skip-block): New function.
(gud-jdb-analyze-source): New function.
(gud-jdb-build-class-source-alist-for-file): New function.
(gud-jdb-analysis-buffer): New variable.
(gud-jdb-build-class-source-alist): Cleaner at the expense of new
variable.

26 years ago(rmail-cease-edit): Call kill-all-local-variables.
Karl Heuer [Wed, 8 Apr 1998 19:03:00 +0000 (19:03 +0000)]
(rmail-cease-edit): Call kill-all-local-variables.
Call rmail-variables.
(rmail-edit-mode): Call text-mode.  Don't run text-mode-hook here.
(rmail-edit-map): Use set-keymap-parent.
(rmail-old-text): Add defvar.

26 years ago(rmail-message-regexp-p): Handle messages
Karl Heuer [Wed, 8 Apr 1998 19:02:34 +0000 (19:02 +0000)]
(rmail-message-regexp-p): Handle messages
whose headers have not been reformatted.
(rmail-message-recipients-p): Likewise.

(rmail-movemail-program): Customized.
(rmail-message-filter): Customized.
(rmail-display-summary): Customized.
(rmail-inbox-list, rmail-keywords, rmail-current-message)
(rmail-total-messages, rmail-message-vector, rmail-deleted-vector)
(rmail-msgref-vector, rmail-overlay-list, rmail-view-buffer)
(rmail-last-label, rmail-last-regexp): Now permanent locals.
(rmail-perm-variables): Set up all permanent locals here.
(rmail-variables): Not here.
(rmail-variables): Set enable-local-variables here.
(rmail-mode-2): Not here.

26 years ago(keyword_symbols_constant_flag): New variable.
Karl Heuer [Wed, 8 Apr 1998 18:56:20 +0000 (18:56 +0000)]
(keyword_symbols_constant_flag): New variable.
(syms_of_data): Set up Lisp variable.
(set_internal): Obey it and give error for :-symbols.
(Fmakunbound): Likewise.

26 years ago(Man-getpage-in-background): Bind inhibit-eol-conversion
Karl Heuer [Wed, 8 Apr 1998 18:53:13 +0000 (18:53 +0000)]
(Man-getpage-in-background): Bind inhibit-eol-conversion
to t before calling start-process or call-process.

26 years ago(fortran-fill-paragraph): This is the one
Dave Love [Wed, 8 Apr 1998 18:08:59 +0000 (18:08 +0000)]
(fortran-fill-paragraph): This is the one
which must return t, not:
(fortran-fill-statement):

26 years agoMove inclusion of unistd.h to top, else fails on
Dave Love [Wed, 8 Apr 1998 17:31:45 +0000 (17:31 +0000)]
Move inclusion of unistd.h to top, else fails on
Irix6, at least.

26 years ago(init_dosfns): Fix bug in passing segment address of the transfer buffer.
Eli Zaretskii [Wed, 8 Apr 1998 13:48:30 +0000 (13:48 +0000)]
(init_dosfns): Fix bug in passing segment address of the transfer buffer.

26 years ago(fix_submap_inheritance): Fix parens.
Karl Heuer [Wed, 8 Apr 1998 08:24:33 +0000 (08:24 +0000)]
(fix_submap_inheritance): Fix parens.

26 years ago(default, widget-default-default-get): Define it.
Richard M. Stallman [Wed, 8 Apr 1998 07:26:54 +0000 (07:26 +0000)]
(default, widget-default-default-get): Define it.
(group, widget-group-default-get): Define it.
(menu-choice, widget-choice-default-get): Define it.
(widget-default-get): New function.
(widget-choice-action): Call it.
(widget-editable-list-entry-create): Call it.

26 years ago(scroll-bar-drag): Set point-before-scroll
Richard M. Stallman [Wed, 8 Apr 1998 07:25:05 +0000 (07:25 +0000)]
(scroll-bar-drag): Set point-before-scroll
in the right buffer, from point in the right window.
(scroll-bar-scroll-down, scroll-bar-scroll-up): Likewise.

26 years ago(mouse-save-then-kill): Get point-before-scroll
Richard M. Stallman [Wed, 8 Apr 1998 07:22:05 +0000 (07:22 +0000)]
(mouse-save-then-kill): Get point-before-scroll
from the right buffer.

26 years ago(make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.
Richard M. Stallman [Wed, 8 Apr 1998 07:15:51 +0000 (07:15 +0000)]
(make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.
(make_minibuffer_frame): Likewise.

26 years ago(redisplay_window): If updating mode line,
Richard M. Stallman [Wed, 8 Apr 1998 07:15:02 +0000 (07:15 +0000)]
(redisplay_window): If updating mode line,
temporarily change selected_frame

26 years ago(Fmake_temp_name): Detect error return from mktemp.
Karl Heuer [Wed, 8 Apr 1998 07:08:28 +0000 (07:08 +0000)]
(Fmake_temp_name): Detect error return from mktemp.

26 years agoCorrect starting commentary.
Karl Heuer [Wed, 8 Apr 1998 07:05:35 +0000 (07:05 +0000)]
Correct starting commentary.