]> code.delx.au - gnu-emacs/log
gnu-emacs
17 years ago(sit_for): Signal error if TIMEOUT is not a number in case arg comes
Kim F. Storm [Tue, 11 Jul 2006 22:55:29 +0000 (22:55 +0000)]
(sit_for): Signal error if TIMEOUT is not a number in case arg comes
directly from a Lisp variable.

17 years ago(ido-copy-current-file-name): Use buffer-name if buffer-file-name is nil.
Kim F. Storm [Tue, 11 Jul 2006 20:13:59 +0000 (20:13 +0000)]
(ido-copy-current-file-name): Use buffer-name if buffer-file-name is nil.

17 years ago*** empty log message ***
Kim F. Storm [Tue, 11 Jul 2006 20:13:40 +0000 (20:13 +0000)]
*** empty log message ***

17 years agoAdd space for clarity.
Kim F. Storm [Tue, 11 Jul 2006 20:12:40 +0000 (20:12 +0000)]
Add space for clarity.

17 years ago(Fcall_interactively): Update/simplify sit_for calls.
Kim F. Storm [Tue, 11 Jul 2006 20:11:23 +0000 (20:11 +0000)]
(Fcall_interactively): Update/simplify sit_for calls.

17 years ago(Fdo_auto_save): Update/simplify sit_for calls.
Kim F. Storm [Tue, 11 Jul 2006 20:11:10 +0000 (20:11 +0000)]
(Fdo_auto_save): Update/simplify sit_for calls.

17 years ago(command_loop_1, read_char, Fexecute_extended_command):
Kim F. Storm [Tue, 11 Jul 2006 20:10:56 +0000 (20:10 +0000)]
(command_loop_1, read_char, Fexecute_extended_command):
Update/simplify sit_for calls.

17 years ago(temp_echo_area_glyphs): Update/simplify sit_for calls.
Kim F. Storm [Tue, 11 Jul 2006 20:10:34 +0000 (20:10 +0000)]
(temp_echo_area_glyphs): Update/simplify sit_for calls.

17 years ago(sit_for): Update prototype.
Kim F. Storm [Tue, 11 Jul 2006 20:09:59 +0000 (20:09 +0000)]
(sit_for): Update prototype.
(Fredisplay): Add EXFUN.

17 years ago(sit_for): Remove prototype.
Kim F. Storm [Tue, 11 Jul 2006 20:09:49 +0000 (20:09 +0000)]
(sit_for): Remove prototype.

17 years ago(sit_for): Reduce number of args from 5 to 3.
Kim F. Storm [Tue, 11 Jul 2006 20:09:26 +0000 (20:09 +0000)]
(sit_for): Reduce number of args from 5 to 3.
Now just one TIMEOUT arg that can be a Lisp float or Lisp int.
Combine args DISPLAY and INITIAL_DISPLAY into one arg DO_DISPLAY.
Undo 2006-06-14 change for non-preemptive display if TIMEOUT < 0.
The rework of sit_for args also fixes several incorrect Qt args
which should have been 1.
(Fredisplay): Pass 1 instead of Qt to swallow_events and
detect_input_pending_run_timers.

17 years ago* simple.el (undo-ask-before-discard): Set to nil.
Chong Yidong [Tue, 11 Jul 2006 19:15:33 +0000 (19:15 +0000)]
* simple.el (undo-ask-before-discard): Set to nil.

17 years agoundo-ask-before-discard set to nil.
Chong Yidong [Tue, 11 Jul 2006 18:42:24 +0000 (18:42 +0000)]
undo-ask-before-discard set to nil.

17 years ago* vc.el (vc-exec-after): Don't delete process manually.
Chong Yidong [Tue, 11 Jul 2006 18:39:32 +0000 (18:39 +0000)]
* vc.el (vc-exec-after): Don't delete process manually.
(vc-print-log): Run log-view-mode in process sentinel inside
inhibit-read-only.  Don't shrink window due to timing issues.

17 years ago* progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid
Chong Yidong [Tue, 11 Jul 2006 16:39:50 +0000 (16:39 +0000)]
* progmodes/ebrowse.el (ebrowse-display-member-buffer): Avoid
using with-output-to-temp-buffer, which clobbers local vars.

17 years ago(compilation-error-regexp-alist-alist): Fix ambiguity introduced by last change.
Stefan Monnier [Tue, 11 Jul 2006 15:08:33 +0000 (15:08 +0000)]
(compilation-error-regexp-alist-alist): Fix ambiguity introduced by last change.
(compilation-find-file): Move save-excursion to where it may make sense.
Fix a left over `find-file'.

17 years agoRemove spurious * in docstrings.
Stefan Monnier [Tue, 11 Jul 2006 15:03:24 +0000 (15:03 +0000)]
Remove spurious * in docstrings.
(url-cookie-write-file): Don't use versioned backups.
(url-cookie-host-can-set-p): Remove unused var `tmp'.
(url-cookie-save-interval): Move to url-cookie group.
(url-cookie-write-file): Reset url-cookies-changed-since-last-save.

17 years ago(forw_comment): Also use EMACS_INT for buffer positions.
Stefan Monnier [Tue, 11 Jul 2006 13:52:21 +0000 (13:52 +0000)]
(forw_comment): Also use EMACS_INT for buffer positions.

17 years agoetags now tags #undef, too
Francesco Potortì [Tue, 11 Jul 2006 11:08:31 +0000 (11:08 +0000)]
etags now tags #undef, too

17 years ago**** In C and derived languages, etags creates tags for #undef
Francesco Potortì [Tue, 11 Jul 2006 11:03:11 +0000 (11:03 +0000)]
**** In C and derived languages, etags creates tags for #undef

17 years ago(absolute_filename): Free unused space (cosmetic change).
Francesco Potortì [Tue, 11 Jul 2006 11:01:27 +0000 (11:01 +0000)]
(absolute_filename): Free unused space (cosmetic change).
(in_word_set): In C, also tag #undef symbols.

17 years agoRe-attempt commit.
Robert J. Chassell [Tue, 11 Jul 2006 10:36:42 +0000 (10:36 +0000)]
Re-attempt commit.

17 years ago* textmodes/texinfmt.el: Finally remember to set texinfmt-version
Robert J. Chassell [Tue, 11 Jul 2006 10:14:08 +0000 (10:14 +0000)]
* textmodes/texinfmt.el: Finally remember to set texinfmt-version
          to new date and version number.

17 years ago(tumme-create-thumb)
Nick Roberts [Tue, 11 Jul 2006 09:37:28 +0000 (09:37 +0000)]
(tumme-create-thumb)
(tumme-thumbnail-display-external, tumme-display-image)
(tumme-rotate-thumbnail, tumme-rotate-original)
(tumme-set-exif-data, tumme-get-exif-data): Use call-process
instead of shell-command.
(tumme-create-thumbnail-buffer)
(tumme-create-display-image-buffer, tumme-display-thumbs)
(tumme-modify-mark-on-thumb-original-file, tumme-display-image)
(tumme-get-exif-data): Use with-current-buffer.
(tumme-display-properties-format)
(tumme-dired-insert-marked-thumbs, tumme-rotate-original)
(tumme-get-exif-file-name)
(tumme-thumbnail-set-image-description, tumme-gallery-generate):
Fit to 80 columns.

17 years ago*** empty log message ***
Nick Roberts [Tue, 11 Jul 2006 09:36:54 +0000 (09:36 +0000)]
*** empty log message ***

17 years ago*** empty log message ***
Kim F. Storm [Tue, 11 Jul 2006 00:48:06 +0000 (00:48 +0000)]
*** empty log message ***

17 years ago(Waiting): (sit-for -1) is no longer special.
Kim F. Storm [Tue, 11 Jul 2006 00:47:53 +0000 (00:47 +0000)]
(Waiting): (sit-for -1) is no longer special.
(sit-for 0) is equivalent to (redisplay).
Iconifying/deiconifying no longer makes sit-for return.

17 years ago(Forcing Redisplay): Add `redisplay' function.
Kim F. Storm [Tue, 11 Jul 2006 00:47:42 +0000 (00:47 +0000)]
(Forcing Redisplay): Add `redisplay' function.
Don't mention (sit-for -1) -- use (redisplay t) instead.

17 years ago(sit-for): Doc fix. Specify normal arg list using fn-form.
Kim F. Storm [Tue, 11 Jul 2006 00:17:43 +0000 (00:17 +0000)]
(sit-for): Doc fix.  Specify normal arg list using fn-form.
Remove special case for seconds < 0.  Use (redisplay t) instead.

17 years ago*** empty log message ***
Kim F. Storm [Tue, 11 Jul 2006 00:15:23 +0000 (00:15 +0000)]
*** empty log message ***

17 years agoDoc fix.
Chong Yidong [Tue, 11 Jul 2006 00:13:17 +0000 (00:13 +0000)]
Doc fix.

17 years ago(Fredisplay): Doc fix.
Kim F. Storm [Mon, 10 Jul 2006 23:54:17 +0000 (23:54 +0000)]
(Fredisplay): Doc fix.

17 years ago(Fredisplay): Add FORCE argument to force redisplay when
Kim F. Storm [Mon, 10 Jul 2006 23:52:38 +0000 (23:52 +0000)]
(Fredisplay): Add FORCE argument to force redisplay when
input is available.  Fix test for redisplay_dont_pause non-nil.
Specbind redisplay-dont-pause to t if FORCE non-nil.

17 years agoModify last change.
Nick Roberts [Mon, 10 Jul 2006 23:03:59 +0000 (23:03 +0000)]
Modify last change.

17 years ago(Coding Conventions): Mention macros.
Nick Roberts [Mon, 10 Jul 2006 22:53:56 +0000 (22:53 +0000)]
(Coding Conventions): Mention macros.
Suggested by Ken Manheimer.

17 years ago*** empty log message ***
Nick Roberts [Mon, 10 Jul 2006 22:53:06 +0000 (22:53 +0000)]
*** empty log message ***

17 years agofix typo
Chong Yidong [Mon, 10 Jul 2006 18:55:01 +0000 (18:55 +0000)]
fix typo

17 years ago* progmodes/cc-awk.el (defconst): Fix compilation error.
Chong Yidong [Mon, 10 Jul 2006 18:54:07 +0000 (18:54 +0000)]
* progmodes/cc-awk.el (defconst): Fix compilation error.

17 years ago(c-awk-escaped-nls*): Use eval-and-compile to avoid compilation error.
Chong Yidong [Mon, 10 Jul 2006 18:54:07 +0000 (18:54 +0000)]
(c-awk-escaped-nls*): Use eval-and-compile to avoid compilation error.

17 years ago* subr.el (sit-for): New function.
Chong Yidong [Mon, 10 Jul 2006 18:52:13 +0000 (18:52 +0000)]
* subr.el (sit-for): New function.

* play/hanoi.el (hanoi-sit-for): Check sit-for return value.

17 years agoDoc fix.
Chong Yidong [Mon, 10 Jul 2006 18:51:42 +0000 (18:51 +0000)]
Doc fix.

17 years ago* puresize.h (BASE_PURESIZE): Increment to 1211000.
Chong Yidong [Mon, 10 Jul 2006 18:51:31 +0000 (18:51 +0000)]
* puresize.h (BASE_PURESIZE): Increment to 1211000.

* dispnew.c (Fredisplay): New function, equivalent to (sit-for 0).
(Fsit_for): Function deleted.

* keyboard.c (command_loop_1, Fexecute_extended_command): Call
sit_for instead of Fsit_for.

* minibuf.c (temp_echo_area_glyphs): Likewise.

17 years ago(edebug): Update page.
Richard M. Stallman [Mon, 10 Jul 2006 17:12:09 +0000 (17:12 +0000)]
(edebug): Update page.

17 years ago(authors-ignored-files): Ignore changes
Kim F. Storm [Mon, 10 Jul 2006 15:03:24 +0000 (15:03 +0000)]
(authors-ignored-files): Ignore changes
to FOR-RELEASE and TODO.

17 years ago*** empty log message ***
Kim F. Storm [Mon, 10 Jul 2006 15:03:10 +0000 (15:03 +0000)]
*** empty log message ***

17 years ago(authors-aliases): Update.
Romain Francoise [Mon, 10 Jul 2006 14:58:17 +0000 (14:58 +0000)]
(authors-aliases): Update.

17 years ago* progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el,
Alan Mackenzie [Mon, 10 Jul 2006 13:19:14 +0000 (13:19 +0000)]
* progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el,
cc-mode.el: Changes to eradicate eval-after-load.

17 years agoRevert earlier change.
Nick Roberts [Sun, 9 Jul 2006 23:34:31 +0000 (23:34 +0000)]
Revert earlier change.

17 years agoFix typo.
Nick Roberts [Sun, 9 Jul 2006 23:29:58 +0000 (23:29 +0000)]
Fix typo.

17 years agoFix typos.
Nick Roberts [Sun, 9 Jul 2006 22:48:00 +0000 (22:48 +0000)]
Fix typos.

17 years ago*** empty log message ***
Nick Roberts [Sun, 9 Jul 2006 22:46:06 +0000 (22:46 +0000)]
*** empty log message ***

17 years ago(Buttons): Fix typo.
Nick Roberts [Sun, 9 Jul 2006 22:34:41 +0000 (22:34 +0000)]
(Buttons): Fix typo.

17 years agoindex.texi, elisp.texi (New Symbols): Comment node out.
Nick Roberts [Sun, 9 Jul 2006 22:34:03 +0000 (22:34 +0000)]
index.texi, elisp.texi (New Symbols): Comment node out.

17 years ago(Truncation): Clean up previous change.
Richard M. Stallman [Sun, 9 Jul 2006 18:58:09 +0000 (18:58 +0000)]
(Truncation): Clean up previous change.

17 years agoFix commenting style.
Stefan Monnier [Sun, 9 Jul 2006 15:54:46 +0000 (15:54 +0000)]
Fix commenting style.

17 years ago* emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
Chong Yidong [Sun, 9 Jul 2006 15:24:22 +0000 (15:24 +0000)]
* emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
on non-char events.

17 years ago(compilation-mode-font-lock-keywords): Don't highlight start/end markers
Romain Francoise [Sun, 9 Jul 2006 15:17:05 +0000 (15:17 +0000)]
(compilation-mode-font-lock-keywords): Don't highlight start/end markers
as compilation messages.

17 years ago* misc.texi (Invoking emacsclient): Document behavior when emacsclient
Chong Yidong [Sun, 9 Jul 2006 14:56:55 +0000 (14:56 +0000)]
* misc.texi (Invoking emacsclient): Document behavior when emacsclient
is invoked for multiple files.

17 years ago(back_comment, scan_lists): Also use EMACS_INT for buffer positions.
Stefan Monnier [Sun, 9 Jul 2006 14:36:07 +0000 (14:36 +0000)]
(back_comment, scan_lists): Also use EMACS_INT for buffer positions.

17 years ago(Fforward_comment): Revert the reversion.
Stefan Monnier [Sun, 9 Jul 2006 14:19:33 +0000 (14:19 +0000)]
(Fforward_comment): Revert the reversion.

17 years agoisearch-yank-line bug fixed.
Romain Francoise [Sun, 9 Jul 2006 11:12:21 +0000 (11:12 +0000)]
isearch-yank-line bug fixed.

17 years ago(isearch-yank-line): Let-bind `inhibit-field-text-motion' to t.
Romain Francoise [Sun, 9 Jul 2006 11:04:19 +0000 (11:04 +0000)]
(isearch-yank-line): Let-bind `inhibit-field-text-motion' to t.

17 years ago(fill-region-as-paragraph): Refine last change.
Stefan Monnier [Sun, 9 Jul 2006 05:20:42 +0000 (05:20 +0000)]
(fill-region-as-paragraph): Refine last change.

17 years ago(Fforward_comment): Use type int for `stop', `count1', `out_charpos'
John Paul Wallington [Sun, 9 Jul 2006 03:33:14 +0000 (03:33 +0000)]
(Fforward_comment): Use type int for `stop', `count1', `out_charpos'
and `out_bytepos' too; revert Stef's previous change.

17 years ago(Fforward_comment): Use type int for `from' and `from_byte'.
John Paul Wallington [Sun, 9 Jul 2006 03:19:16 +0000 (03:19 +0000)]
(Fforward_comment): Use type int for `from' and `from_byte'.

17 years ago*** empty log message ***
Richard M. Stallman [Sun, 9 Jul 2006 02:08:14 +0000 (02:08 +0000)]
*** empty log message ***

17 years ago(Interactive Call): Use 3 as prefix in example for execute-extended-command.
Richard M. Stallman [Sun, 9 Jul 2006 02:07:25 +0000 (02:07 +0000)]
(Interactive Call): Use 3 as prefix in example for execute-extended-command.

17 years ago(Attribute Functions): Move paragraph about compatibility with Emacs < 21.
Richard M. Stallman [Sun, 9 Jul 2006 02:06:34 +0000 (02:06 +0000)]
(Attribute Functions): Move paragraph about compatibility with Emacs < 21.

17 years ago(x-handle-display): Add doc string.
Richard M. Stallman [Sun, 9 Jul 2006 02:02:57 +0000 (02:02 +0000)]
(x-handle-display): Add doc string.

17 years ago(define-minor-mode): Doc fix.
Richard M. Stallman [Sun, 9 Jul 2006 02:02:03 +0000 (02:02 +0000)]
(define-minor-mode): Doc fix.

17 years ago(def-edebug-spec): Moved to subr.el.
Richard M. Stallman [Sun, 9 Jul 2006 02:00:46 +0000 (02:00 +0000)]
(def-edebug-spec): Moved to subr.el.

17 years ago(def-edebug-spec): Moved here.
Richard M. Stallman [Sun, 9 Jul 2006 02:00:10 +0000 (02:00 +0000)]
(def-edebug-spec): Moved here.

17 years ago(imenu-choose-buffer-index): Doc fix.
Richard M. Stallman [Sun, 9 Jul 2006 01:59:34 +0000 (01:59 +0000)]
(imenu-choose-buffer-index): Doc fix.

17 years ago(DETAILED BUILDING AND INSTALLATION): Minor corrections.
Richard M. Stallman [Sun, 9 Jul 2006 01:57:38 +0000 (01:57 +0000)]
(DETAILED BUILDING AND INSTALLATION): Minor corrections.

17 years agoUse outline format.
Kim F. Storm [Sun, 9 Jul 2006 00:22:37 +0000 (00:22 +0000)]
Use outline format.
Add section on copyright years (from admin/notes/years).

17 years ago*** empty log message ***
Kim F. Storm [Sun, 9 Jul 2006 00:22:22 +0000 (00:22 +0000)]
*** empty log message ***

17 years agoUse outline format. Add FOR-RELEASE.
Kim F. Storm [Sat, 8 Jul 2006 23:45:09 +0000 (23:45 +0000)]
Use outline format.  Add FOR-RELEASE.

17 years ago*** empty log message ***
Kim F. Storm [Sat, 8 Jul 2006 22:32:32 +0000 (22:32 +0000)]
*** empty log message ***

17 years ago(Refresh Screen): Clarify force-window-update.
Kim F. Storm [Sat, 8 Jul 2006 22:28:59 +0000 (22:28 +0000)]
(Refresh Screen): Clarify force-window-update.
(Truncation): "Normally" indicated by fringe arrows.

17 years ago(Fforce_window_update): Doc fix.
Kim F. Storm [Sat, 8 Jul 2006 22:28:49 +0000 (22:28 +0000)]
(Fforce_window_update): Doc fix.

17 years agoSuggest consolidation with user customization when the
David Kastrup [Sat, 8 Jul 2006 19:36:24 +0000 (19:36 +0000)]
Suggest consolidation with user customization when the
system default of a customized variable changes.

17 years ago*** empty log message ***
Eli Zaretskii [Sat, 8 Jul 2006 18:27:47 +0000 (18:27 +0000)]
*** empty log message ***

17 years ago(Windows Keyboard) [@iftex]: Add an @inforef to the on-line manual for the rest
Eli Zaretskii [Sat, 8 Jul 2006 18:27:20 +0000 (18:27 +0000)]
(Windows Keyboard) [@iftex]: Add an @inforef to the on-line manual for the rest
of this node.
(Windows Mouse) <w32-pass-extra-mouse-buttons-to-system>: Include
unconditionally.
(Windows Processes) <w32-quote-process-args>: Include unconditionally. Improve
wording.
(Windows Printing): Improve wording.
(Windows Misc) [@iftex]: Add an @inforef to the on-line manual for the rest of
this node.

17 years ago(Making Backups, Auto-Saving): Remove @tindex entries.
Eli Zaretskii [Sat, 8 Jul 2006 18:13:14 +0000 (18:13 +0000)]
(Making Backups, Auto-Saving): Remove @tindex entries.

17 years ago(Command Loop Info, Adjusting Point): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:12:43 +0000 (18:12 +0000)]
(Command Loop Info, Adjusting Point): Remove @tindex.

17 years ago(Iteration): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:12:14 +0000 (18:12 +0000)]
(Iteration): Remove @tindex.

17 years ago(Forcing Redisplay, Displaying Messages, Temporary Displays, Font Selection,
Eli Zaretskii [Sat, 8 Jul 2006 18:11:49 +0000 (18:11 +0000)]
(Forcing Redisplay, Displaying Messages, Temporary Displays, Font Selection,
Auto Faces, Font Lookup, Fringe Indicators, Display Margins, Image Descriptors,
Showing Images, Image Cache, Button Types, Making Buttons, Manipulating
Buttons, Button Buffer Commands, Display Table Format, Glyphs): Remove
@tindex.

17 years ago(Visiting Functions, File Name Components, Unique File Names,
Eli Zaretskii [Sat, 8 Jul 2006 18:10:36 +0000 (18:10 +0000)]
(Visiting Functions, File Name Components, Unique File Names,
Contents of Directories): REmove @tindex.

17 years ago(Creating Frames, Parameter Access, Pointer Shape)
Eli Zaretskii [Sat, 8 Jul 2006 18:09:50 +0000 (18:09 +0000)]
(Creating Frames, Parameter Access, Pointer Shape)
(Color Names, Text Terminal Colors, Display Feature Testing): Remove @tindex.

17 years ago(What Is a Function, Mapping Functions): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:09:12 +0000 (18:09 +0000)]
(What Is a Function, Mapping Functions): Remove @tindex.

17 years ago(Creating Hash, Hash Access, Defining Hash, Other Hash): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:08:40 +0000 (18:08 +0000)]
(Creating Hash, Hash Access, Defining Hash, Other Hash): Remove @tindex.

17 years ago(Tool Bar): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:07:32 +0000 (18:07 +0000)]
(Tool Bar): Remove @tindex.

17 years ago(List Elements, Building Lists, Association Lists): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:07:01 +0000 (18:07 +0000)]
(List Elements, Building Lists, Association Lists): Remove @tindex.

17 years ago(Information from Markers): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:06:33 +0000 (18:06 +0000)]
(Information from Markers): Remove @tindex.

17 years ago(Minibuffer Contents): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:06:06 +0000 (18:06 +0000)]
(Minibuffer Contents): Remove @tindex.

17 years ago(Defining Minor Modes, Header Lines): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:05:39 +0000 (18:05 +0000)]
(Defining Minor Modes, Header Lines): Remove @tindex.

17 years ago(Text Representations, Character Sets, Chars and Bytes, Locales): Remove
Eli Zaretskii [Sat, 8 Jul 2006 18:05:09 +0000 (18:05 +0000)]
(Text Representations, Character Sets, Chars and Bytes, Locales): Remove
@tindex.

17 years ago(Init File, System Environment, Sound Output, Session Management): Remove
Eli Zaretskii [Sat, 8 Jul 2006 18:04:32 +0000 (18:04 +0000)]
(Init File, System Environment, Sound Output, Session Management): Remove
@tindex.

17 years ago(Word Motion, Text Lines, List Motion): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:03:53 +0000 (18:03 +0000)]
(Word Motion, Text Lines, List Motion): Remove @tindex.

17 years ago(Input to Processes, Query Before Exit): Remove @tindex.
Eli Zaretskii [Sat, 8 Jul 2006 18:03:23 +0000 (18:03 +0000)]
(Input to Processes, Query Before Exit): Remove @tindex.