bpt/emacs.git
20 years agoMinor cleanups.
Richard M. Stallman [Sat, 22 May 2004 21:58:24 +0000 (21:58 +0000)]
Minor cleanups.

20 years ago(sentence-end): Match unicode curly quotes as a close quote.
Richard M. Stallman [Sat, 22 May 2004 21:53:38 +0000 (21:53 +0000)]
(sentence-end): Match unicode curly quotes as a close quote.

20 years agoMaintained by FSF.
Richard M. Stallman [Sat, 22 May 2004 21:52:34 +0000 (21:52 +0000)]
Maintained by FSF.

20 years agoUse assoc-string, not assoc-ignore-case.
Richard M. Stallman [Sat, 22 May 2004 21:51:17 +0000 (21:51 +0000)]
Use assoc-string, not assoc-ignore-case.

20 years ago(idlwave-shell-get-object-class): Use assoc-string, not assoc-ignore-case.
Richard M. Stallman [Sat, 22 May 2004 21:50:03 +0000 (21:50 +0000)]
(idlwave-shell-get-object-class): Use assoc-string, not assoc-ignore-case.

20 years ago*** empty log message ***
Richard M. Stallman [Sat, 22 May 2004 07:44:30 +0000 (07:44 +0000)]
*** empty log message ***

20 years ago(mark-defun, narrow-to-defun): If moving back then fwd gets a defun
Richard M. Stallman [Sat, 22 May 2004 07:41:55 +0000 (07:41 +0000)]
(mark-defun, narrow-to-defun): If moving back then fwd gets a defun
that ends before point, try again moving fwd then back.

20 years ago(file-name-non-special): Allow t in file-arg-indices
Richard M. Stallman [Sat, 22 May 2004 07:40:41 +0000 (07:40 +0000)]
(file-name-non-special): Allow t in file-arg-indices
to mean requote the return value.  Use `identity' as an element
rather than as the whole value.

20 years ago(gs-options): Add -dSAFER. Mark it risky.
Richard M. Stallman [Sat, 22 May 2004 07:38:06 +0000 (07:38 +0000)]
(gs-options): Add -dSAFER.  Mark it risky.

20 years ago(help-add-fundoc-usage): Use %S only for output of `help-make-usage'.
Juanma Barranquero [Sat, 22 May 2004 01:58:25 +0000 (01:58 +0000)]
(help-add-fundoc-usage): Use %S only for output of `help-make-usage'.
(help-highlight-arguments): Skip function name before searching for
arguments.

20 years ago(Fdefine_key): Doc fix.
Juanma Barranquero [Sat, 22 May 2004 01:52:56 +0000 (01:52 +0000)]
(Fdefine_key): Doc fix.

20 years ago(struct backtrace): Add debug_on_exit member.
Kim F. Storm [Fri, 21 May 2004 23:36:38 +0000 (23:36 +0000)]
(struct backtrace): Add debug_on_exit member.
(Fcommand_execute): Clear it.

20 years ago(struct backtrace): Add debug_on_exit member.
Kim F. Storm [Fri, 21 May 2004 23:36:10 +0000 (23:36 +0000)]
(struct backtrace): Add debug_on_exit member.
(Fgarbage_collect): Clear out buffer undo_list markers after gc_sweep.
Identify those markers as Lisp_Misc_Free objects.  Clear car and cdr of
the removed cons cells.
(mark_object): Undo previous change - disallow Lisp_Misc_Free objects.
(gc_sweep): Clear cons_blocks before sweeping strings, so we don't have
any cons cells pointing to unallocated stings.
Do not lisp_free any marker blocks, as there may still be pointers
to them from buffer undo lists at this stage of GC.

20 years ago*** empty log message ***
Kim F. Storm [Fri, 21 May 2004 23:35:24 +0000 (23:35 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Juanma Barranquero [Fri, 21 May 2004 18:16:54 +0000 (18:16 +0000)]
*** empty log message ***

20 years ago(allout-chart-subtree, allout-rebullet-topic-grunt): Don't mention in the
Juanma Barranquero [Fri, 21 May 2004 18:10:21 +0000 (18:10 +0000)]
(allout-chart-subtree, allout-rebullet-topic-grunt): Don't mention in the
docstring these arguments meant for internal (recursive) use only.
(allout-char-spec): Comment out (it's not implemented).
(allout-old-expose-topic, allout-exposure): Fix docstring and add obsolescence
declaration.
(allout-flatten-exposed-to-buffer, allout-indented-exposed-to-buffer): Fix typos
in docstring.
(my-mark-marker): Doc fix.
(produce-allout-mode-map, allout-sibling-index, allout-isearch-expose)
(allout-distinctive-bullet, allout-open-topic, allout-reindent-body)
(allout-rebullet-heading, allout-process-exposed, allout-insert-listified)
(allout-latex-verb-quote, allout-insert-latex-header)
(allout-insert-latex-trailer): Make arguments match their use in
docstring.
(allout-primary-bullet, allout-old-style-prefixes, allout-inhibit-protection)
(allout-init, allout-mode, allout-before-change-protect, allout-flag-region):
Use "Emacs" instead of "emacs" in docstrings.

20 years ago*** empty log message ***
Kenichi Handa [Fri, 21 May 2004 11:45:01 +0000 (11:45 +0000)]
*** empty log message ***

20 years ago(etags-tags-completion-table): Show parsing progress.
Masatake YAMATO [Fri, 21 May 2004 08:36:46 +0000 (08:36 +0000)]
(etags-tags-completion-table): Show parsing progress.

20 years ago* progmodes/etags.el (tags-apropos, list-tags): Require apropos.
Masatake YAMATO [Fri, 21 May 2004 07:25:07 +0000 (07:25 +0000)]
* progmodes/etags.el (tags-apropos, list-tags): Require apropos.

20 years ago*** empty log message ***
Luc Teirlinck [Fri, 21 May 2004 03:19:34 +0000 (03:19 +0000)]
*** empty log message ***

20 years ago(locate-prompt-for-command): Shorten first line of docstring.
Luc Teirlinck [Fri, 21 May 2004 03:12:10 +0000 (03:12 +0000)]
(locate-prompt-for-command): Shorten first line of docstring.
(locate-mode): Expand docstring and include keymap summary.

20 years ago(find-file-noselect-1): Limit the scope of the
Luc Teirlinck [Thu, 20 May 2004 23:32:27 +0000 (23:32 +0000)]
(find-file-noselect-1): Limit the scope of the
`inhibit-read-only' binding.  Make sure that `inhibit-read-only'
is, by default, nil during the execution of
`find-file-not-found-functions' and `find-file-hook'.

20 years ago(lookup_char_property): Do not prematurely return nil.
Luc Teirlinck [Thu, 20 May 2004 17:33:35 +0000 (17:33 +0000)]
(lookup_char_property): Do not prematurely return nil.

20 years ago(facemenu-color-name-equal): New function.
Eli Zaretskii [Thu, 20 May 2004 16:59:22 +0000 (16:59 +0000)]
(facemenu-color-name-equal): New function.
(list-colors-display): Use it to compare colors instead of
facemenu-color-equal.

20 years ago(compare-windows-face): Use min-colors instead of
Eli Zaretskii [Thu, 20 May 2004 16:45:28 +0000 (16:45 +0000)]
(compare-windows-face): Use min-colors instead of
checking for tty or pc types.

20 years agoModify syntax of more characters.
Kenichi Handa [Wed, 19 May 2004 23:35:22 +0000 (23:35 +0000)]
Modify syntax of more characters.

20 years ago*** empty log message ***
Stefan Monnier [Wed, 19 May 2004 19:19:44 +0000 (19:19 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Pavel Janík [Wed, 19 May 2004 19:11:54 +0000 (19:11 +0000)]
*** empty log message ***

20 years ago(do-auto-fill): Remove unused vars `bol' and `opoint'.
Stefan Monnier [Wed, 19 May 2004 19:10:19 +0000 (19:10 +0000)]
(do-auto-fill): Remove unused vars `bol' and `opoint'.
(completion-setup-function): Use with-current-buffer.
Properly save excursion.  Simplify.
Don't assume there is necessarily a `mouse-face' property somewhere.

20 years agoAvoid mixing standard error output messages into the search result.
Pavel Janík [Wed, 19 May 2004 19:06:54 +0000 (19:06 +0000)]
Avoid mixing standard error output messages into the search result.

20 years ago(gud-reset): Use unless & with-current-buffer.
Stefan Monnier [Wed, 19 May 2004 19:00:02 +0000 (19:00 +0000)]
(gud-reset): Use unless & with-current-buffer.

20 years ago(gdb-reset): Use unless. Fix regexp.
Stefan Monnier [Wed, 19 May 2004 18:58:21 +0000 (18:58 +0000)]
(gdb-reset): Use unless.  Fix regexp.

20 years ago(defun-cvs-mode): Fix capitalization of error message.
Stefan Monnier [Wed, 19 May 2004 18:55:51 +0000 (18:55 +0000)]
(defun-cvs-mode): Fix capitalization of error message.

20 years ago(byte-compile-log): Use backquotes.
Stefan Monnier [Wed, 19 May 2004 18:53:13 +0000 (18:53 +0000)]
(byte-compile-log): Use backquotes.
(byte-compile-log-1): Don't call (byte-goto-log-buffer).
Use with-current-buffer.
(byte-goto-log-buffer): Delete.
(byte-compile-log-file): Call compilation-forget-errors.

20 years agoDescribe the new \_< and \_> operators.
Stefan Monnier [Wed, 19 May 2004 18:50:38 +0000 (18:50 +0000)]
Describe the new \_< and \_> operators.

20 years ago*** empty log message ***
Stefan Monnier [Wed, 19 May 2004 18:49:52 +0000 (18:49 +0000)]
*** empty log message ***

20 years agoAdd support for new '\_<' and '\_>' regexp operators, matching the
Stefan Monnier [Wed, 19 May 2004 16:38:34 +0000 (16:38 +0000)]
Add support for new '\_<' and '\_>' regexp operators, matching the
beginning and ends of symbols.
* regex.c (enum syntaxcode): Add Ssymbol.
(init_syntax_once): Set the syntax for '_' to Ssymbol, not Sword.
(re_opcode_t): New opcodes `symbeg' and `symend'.
(print_partial_compiled_pattern): Print the new opcodes properly.
(regex_compile): Parse the new operators.
(analyse_first): Skip symbeg and symend (they match only the empty string).
(mutually_exclusive_p): `symend' is mutually exclusive with \s_ and
\sw; `symbeg' is mutually exclusive with \S_ and \Sw.
(re_match_2_internal): Match symbeg and symend.

20 years ago(trivial_regexp_p): \_ is no longer a trivial regexp.
Stefan Monnier [Wed, 19 May 2004 16:32:59 +0000 (16:32 +0000)]
(trivial_regexp_p): \_ is no longer a trivial regexp.

20 years ago(Search-based Fontification): Fix typo.
Thien-Thi Nguyen [Wed, 19 May 2004 14:27:21 +0000 (14:27 +0000)]
(Search-based Fontification): Fix typo.

20 years ago(xsymbol): Fix last change.
Kim F. Storm [Wed, 19 May 2004 09:49:33 +0000 (09:49 +0000)]
(xsymbol): Fix last change.

20 years ago*** empty log message ***
Kim F. Storm [Wed, 19 May 2004 09:41:38 +0000 (09:41 +0000)]
*** empty log message ***

20 years ago(print): Reset print_depth before to call print_object.
David Ponce [Wed, 19 May 2004 07:38:57 +0000 (07:38 +0000)]
(print): Reset print_depth before to call print_object.

20 years ago* wid-edit.el (widget-radio-button-notify): Revert my last
Masatake YAMATO [Wed, 19 May 2004 02:16:56 +0000 (02:16 +0000)]
* wid-edit.el (widget-radio-button-notify): Revert my last
change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.

20 years ago(xprintstr): New fun.
Stefan Monnier [Wed, 19 May 2004 01:22:06 +0000 (01:22 +0000)]
(xprintstr): New fun.
(xstring, xprintsym): Use it.

20 years ago(mm-insert-inline): Make it work in read-only buffer.
Stefan Monnier [Wed, 19 May 2004 01:09:14 +0000 (01:09 +0000)]
(mm-insert-inline): Make it work in read-only buffer.

20 years ago(help-go-back): Don't depend on position of back button.
Stefan Monnier [Wed, 19 May 2004 00:56:46 +0000 (00:56 +0000)]
(help-go-back): Don't depend on position of back button.

20 years ago(auto-save-file-name-transforms): Make sure ange-ftp temp
Stefan Monnier [Wed, 19 May 2004 00:30:43 +0000 (00:30 +0000)]
(auto-save-file-name-transforms): Make sure ange-ftp temp
files files don't contain an accidental additional /.

20 years ago(tex-compilation-parse-errors): Save excursion in source buffer.
Stefan Monnier [Wed, 19 May 2004 00:24:15 +0000 (00:24 +0000)]
(tex-compilation-parse-errors): Save excursion in source buffer.

20 years agoFix syntax (open/close) of CJK characters.
Kenichi Handa [Wed, 19 May 2004 00:12:49 +0000 (00:12 +0000)]
Fix syntax (open/close) of CJK characters.

20 years ago(create_child): Use INTMASK.
Stefan Monnier [Tue, 18 May 2004 22:09:25 +0000 (22:09 +0000)]
(create_child): Use INTMASK.

20 years agoFix last change for non USE_LISP_UNION_TYPE case.
Jason Rumney [Tue, 18 May 2004 20:26:26 +0000 (20:26 +0000)]
Fix last change for non USE_LISP_UNION_TYPE case.

20 years ago(display_x_get_resource, vga_stdcolor_name): Add prototype.
Jason Rumney [Tue, 18 May 2004 19:55:30 +0000 (19:55 +0000)]
(display_x_get_resource, vga_stdcolor_name): Add prototype.

20 years ago(add_menu_item, w32_menu_display_help) [USE_LISP_UNION_TYPE]: Cast
Jason Rumney [Tue, 18 May 2004 19:53:08 +0000 (19:53 +0000)]
(add_menu_item, w32_menu_display_help) [USE_LISP_UNION_TYPE]: Cast
from Lisp_Object using i member.

20 years agoPrefix RIF functions with w32con_ to avoid namespace clash with term.c.
Jason Rumney [Tue, 18 May 2004 19:48:51 +0000 (19:48 +0000)]
Prefix RIF functions with w32con_ to avoid namespace clash with term.c.

20 years ago(gnus-all-windows-visible-p): Don't consider non-visible windows.
Stefan Monnier [Tue, 18 May 2004 16:38:40 +0000 (16:38 +0000)]
(gnus-all-windows-visible-p): Don't consider non-visible windows.

20 years ago(Fgarbage_collect): Do all the marking before flushing
Stefan Monnier [Tue, 18 May 2004 16:22:46 +0000 (16:22 +0000)]
(Fgarbage_collect): Do all the marking before flushing
unmarked elements of the undo list.

20 years ago(DECL_ALIGN): Remove restriction on MS-DOS systems.
Eli Zaretskii [Tue, 18 May 2004 13:52:57 +0000 (13:52 +0000)]
(DECL_ALIGN): Remove restriction on MS-DOS systems.

20 years ago* wid-edit.el (widget-radio-button-notify): Don't pass `widget'
Masatake YAMATO [Tue, 18 May 2004 13:38:59 +0000 (13:38 +0000)]
* wid-edit.el (widget-radio-button-notify): Don't pass `widget'
to widget-apply. :action method assumes 2 arguments, not 3.

20 years ago(syms_of_msdos): Initialize dos-unsupported-char-glyph with make_number.
Eli Zaretskii [Tue, 18 May 2004 13:36:32 +0000 (13:36 +0000)]
(syms_of_msdos): Initialize dos-unsupported-char-glyph with make_number.
(IT_write_glyphs): Extract glyph from dos-unsupported-char-glyph with XINT.

20 years ago[USE_LSB_TAG]: Don't check heap location.
Jason Rumney [Tue, 18 May 2004 07:53:53 +0000 (07:53 +0000)]
[USE_LSB_TAG]: Don't check heap location.

20 years ago*** empty log message ***
Jason Rumney [Tue, 18 May 2004 07:32:23 +0000 (07:32 +0000)]
*** empty log message ***

20 years ago(Frecursive_edit): Return immediately if input blocked.
Kim F. Storm [Mon, 17 May 2004 23:07:15 +0000 (23:07 +0000)]
(Frecursive_edit): Return immediately if input blocked.
(Ftop_level): Unblock input if blocked.

20 years ago(INPUT_BLOCKED_P): New macro.
Kim F. Storm [Mon, 17 May 2004 23:06:16 +0000 (23:06 +0000)]
(INPUT_BLOCKED_P): New macro.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 17 May 2004 23:05:33 +0000 (23:05 +0000)]
*** empty log message ***

20 years ago(Fw32_register_hot_key, Fw32_unregister_hot_key)
Jason Rumney [Mon, 17 May 2004 22:51:47 +0000 (22:51 +0000)]
(Fw32_register_hot_key, Fw32_unregister_hot_key)
(Fw32_toggle_lock_key) [USE_LISP_UNION_TYPE]: Cast from Lisp_Object
using i member.
(w32_quit_key): Rename from Vw32_quit_key, and make an int.
(syms_of_w32fns, globals_of_w32fns): Use Lisp_Object and int consistently.
(w32_color_map_lookup): Return a Lisp_Object.
(x_to_w32_charset, w32_to_x_charset, w32_to_all_x_charsets):
Use EQ to compare Lisp_Objects.
(w32_parse_hot_key): Use int for lisp_modifiers consistently.
(w32_wnd_proc): Use w32_num_mouse_buttons.

20 years ago(face_at_buffer_position): Use GET_OVERLAYS_AT.
Kim F. Storm [Mon, 17 May 2004 22:50:41 +0000 (22:50 +0000)]
(face_at_buffer_position): Use GET_OVERLAYS_AT.

20 years ago(next_overlay_change, note_mouse_highlight): Use GET_OVERLAYS_AT.
Kim F. Storm [Mon, 17 May 2004 22:48:56 +0000 (22:48 +0000)]
(next_overlay_change, note_mouse_highlight): Use GET_OVERLAYS_AT.

20 years ago(get_char_property_and_overlay): Use GET_OVERLAYS_AT.
Kim F. Storm [Mon, 17 May 2004 22:48:07 +0000 (22:48 +0000)]
(get_char_property_and_overlay): Use GET_OVERLAYS_AT.

20 years ago(print_object): Increase buf size.
Kim F. Storm [Mon, 17 May 2004 22:47:40 +0000 (22:47 +0000)]
(print_object): Increase buf size.

20 years ago(IT_note_mouse_highlight): Use GET_OVERLAYS_AT.
Kim F. Storm [Mon, 17 May 2004 22:47:23 +0000 (22:47 +0000)]
(IT_note_mouse_highlight): Use GET_OVERLAYS_AT.

20 years ago(GET_OVERLAYS_AT): New macro.
Kim F. Storm [Mon, 17 May 2004 22:46:34 +0000 (22:46 +0000)]
(GET_OVERLAYS_AT): New macro.

20 years agoFix last change.
Jason Rumney [Mon, 17 May 2004 22:29:59 +0000 (22:29 +0000)]
Fix last change.

20 years ago* w32proc.c (create_child): Use make_number instead of masking pid.
Jason Rumney [Mon, 17 May 2004 22:27:53 +0000 (22:27 +0000)]
* w32proc.c (create_child): Use make_number instead of masking pid.

20 years ago(w32_num_mouse_buttons): Rename from Vw32_num_mouse_buttons and make
Jason Rumney [Mon, 17 May 2004 21:43:22 +0000 (21:43 +0000)]
(w32_num_mouse_buttons): Rename from Vw32_num_mouse_buttons and make
it an int.

20 years agoRename w32_num_mouse_buttons from Vw32_num_mouse_buttons.
Jason Rumney [Mon, 17 May 2004 21:33:16 +0000 (21:33 +0000)]
Rename w32_num_mouse_buttons from Vw32_num_mouse_buttons.
Use const more consistently.

20 years agoUse static consistently.
Jason Rumney [Mon, 17 May 2004 21:14:43 +0000 (21:14 +0000)]
Use static consistently.

20 years ago(_sys_read_ahead): Use w32_pipe_read_delay.
Jason Rumney [Mon, 17 May 2004 21:05:58 +0000 (21:05 +0000)]
(_sys_read_ahead): Use w32_pipe_read_delay.

20 years ago* w32proc.c (w32_pipe_read_delay): Rename from Vw32_pipe_read_delay
Jason Rumney [Mon, 17 May 2004 21:05:06 +0000 (21:05 +0000)]
* w32proc.c (w32_pipe_read_delay): Rename from Vw32_pipe_read_delay
  and make it an int.
* w32proc.c (create_child) [USE_LSB_TAG]: Don't try to mask pid.

20 years ago(egetenv) [USE_CRT_DLL]: Remove condition.
Jason Rumney [Mon, 17 May 2004 20:59:46 +0000 (20:59 +0000)]
(egetenv) [USE_CRT_DLL]: Remove condition.

20 years ago(w32_console_mouse_position, do_mouse_event, key_event): Don't mix
Jason Rumney [Mon, 17 May 2004 20:44:46 +0000 (20:44 +0000)]
(w32_console_mouse_position, do_mouse_event, key_event): Don't mix
Lisp_Object and int.

20 years ago(kbd_buffer_get_event): Don't use event->code and
Jason Rumney [Mon, 17 May 2004 20:09:39 +0000 (20:09 +0000)]
(kbd_buffer_get_event): Don't use event->code and
modifiers in language change event.

20 years ago*** empty log message ***
Glenn Morris [Mon, 17 May 2004 18:57:23 +0000 (18:57 +0000)]
*** empty log message ***

20 years ago(f90-end-block-re, f90-start-block-re): New constants.
Glenn Morris [Mon, 17 May 2004 18:52:51 +0000 (18:52 +0000)]
(f90-end-block-re, f90-start-block-re): New constants.
(hs-special-modes-alist): Add an f90-mode entry. This will not be
100% successful, but should handle a sizable majority of code.

20 years ago(common-lisp-indent-function-1): Indent "without-" forms just
Sam Steingold [Mon, 17 May 2004 17:00:00 +0000 (17:00 +0000)]
(common-lisp-indent-function-1): Indent "without-" forms just
like "with-" and "do-".  Use regexp-opt.

20 years ago(mark_object): Mark Lisp_Misc_Free cell. Fix comment.
Kim F. Storm [Mon, 17 May 2004 15:20:16 +0000 (15:20 +0000)]
(mark_object): Mark Lisp_Misc_Free cell.  Fix comment.

20 years ago(mark_object): Ignore Lisp_Misc_Free objects.
Kim F. Storm [Mon, 17 May 2004 12:08:02 +0000 (12:08 +0000)]
(mark_object): Ignore Lisp_Misc_Free objects.
Such objects may be freed markers which still exist on an undo list.

20 years ago*** empty log message ***
Kim F. Storm [Mon, 17 May 2004 12:07:43 +0000 (12:07 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
David Ponce [Mon, 17 May 2004 11:41:26 +0000 (11:41 +0000)]
*** empty log message ***

20 years agoChanges from arch/CVS synchronization
Miles Bader [Mon, 17 May 2004 05:02:14 +0000 (05:02 +0000)]
Changes from arch/CVS synchronization

20 years ago*** empty log message ***
Kenichi Handa [Mon, 17 May 2004 00:26:33 +0000 (00:26 +0000)]
*** empty log message ***

20 years agoNew file.
Kenichi Handa [Mon, 17 May 2004 00:21:11 +0000 (00:21 +0000)]
New file.

20 years ago(OTHERS): Add ${srcdir}/quail/sisheng.elc.
Kenichi Handa [Mon, 17 May 2004 00:20:43 +0000 (00:20 +0000)]
(OTHERS): Add ${srcdir}/quail/sisheng.elc.

20 years ago*** empty log message ***
Kenichi Handa [Mon, 17 May 2004 00:20:26 +0000 (00:20 +0000)]
*** empty log message ***

20 years ago@ifnottex, not @ifinfo
Karl Berry [Sun, 16 May 2004 22:22:52 +0000 (22:22 +0000)]
@ifnottex, not @ifinfo

20 years ago(timer-event-handler): Fix last change.
Kim F. Storm [Sun, 16 May 2004 21:43:57 +0000 (21:43 +0000)]
(timer-event-handler): Fix last change.

20 years ago*** empty log message ***
Kim F. Storm [Sun, 16 May 2004 21:43:16 +0000 (21:43 +0000)]
*** empty log message ***

20 years agoFix last change in ispell.el.
Eli Zaretskii [Sun, 16 May 2004 15:37:33 +0000 (15:37 +0000)]
Fix last change in ispell.el.

20 years agodoc fix
Vinicius Jose Latorre [Sun, 16 May 2004 14:01:46 +0000 (14:01 +0000)]
doc fix

20 years agoAdd coding: latin-1, sentence-end-double-space: nil.
Juri Linkov [Sun, 16 May 2004 06:33:53 +0000 (06:33 +0000)]
Add coding: latin-1, sentence-end-double-space: nil.
Remove trailing whitespace.

20 years agoRegenerated.
Juri Linkov [Sun, 16 May 2004 06:31:53 +0000 (06:31 +0000)]
Regenerated.