]> code.delx.au - gnu-emacs/log
gnu-emacs
24 years ago*** empty log message ***
Gerd Moellmann [Wed, 19 Apr 2000 19:12:22 +0000 (19:12 +0000)]
*** empty log message ***

24 years ago(hexl-insert-hex-string): New command.
Gerd Moellmann [Wed, 19 Apr 2000 19:10:46 +0000 (19:10 +0000)]
(hexl-insert-hex-string): New command.

24 years ago(inferior-lisp-mode): Don't set
Gerd Moellmann [Wed, 19 Apr 2000 19:08:28 +0000 (19:08 +0000)]
(inferior-lisp-mode): Don't set
non-existing variable comint-input-sentinel.
(inferior-lisp-args-to-list): Removed.
(inferior-lisp): Use split-string instead of
inferior-lisp-args-to-list.

24 years ago(count-screen-lines): New function.
Gerd Moellmann [Wed, 19 Apr 2000 19:07:56 +0000 (19:07 +0000)]
(count-screen-lines): New function.
(shrink-window-if-larger-than-buffer): Use count-screen-lines
instead of window-buffer-height.

24 years ago(resize-temp-buffer-window): Use count-screen-lines.
Gerd Moellmann [Wed, 19 Apr 2000 19:07:29 +0000 (19:07 +0000)]
(resize-temp-buffer-window): Use count-screen-lines.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 19 Apr 2000 15:38:21 +0000 (15:38 +0000)]
*** empty log message ***

24 years ago(with_echo_area_buffer): Add more `int' parameters for
Gerd Moellmann [Wed, 19 Apr 2000 15:37:26 +0000 (15:37 +0000)]
(with_echo_area_buffer): Add more `int' parameters for
the `variable argument list' to make it work on Alpha.

24 years ago(SELECTED_FRAME): Change definition to compile cleanly
Gerd Moellmann [Wed, 19 Apr 2000 15:36:39 +0000 (15:36 +0000)]
(SELECTED_FRAME): Change definition to compile cleanly
on 64-bit systems where NULL is defined as `0'.

24 years ago(gulp-maintainer): Use expand-file-name
Gerd Moellmann [Wed, 19 Apr 2000 14:39:19 +0000 (14:39 +0000)]
(gulp-maintainer): Use expand-file-name
instead of concat.

24 years agoAdd support for `powerpc-*-netbsd*'.
Gerd Moellmann [Wed, 19 Apr 2000 14:37:56 +0000 (14:37 +0000)]
Add support for `powerpc-*-netbsd*'.

24 years ago*** empty log message ***
Gerd Moellmann [Wed, 19 Apr 2000 14:37:02 +0000 (14:37 +0000)]
*** empty log message ***

24 years ago(_LP64) [!_LP64]: Define.
Gerd Moellmann [Wed, 19 Apr 2000 14:32:35 +0000 (14:32 +0000)]
(_LP64) [!_LP64]: Define.
(ORDINARY_LINK): Define for NetBSD.

24 years ago(ORDINARY_LINK): Define for NetBSD.
Gerd Moellmann [Wed, 19 Apr 2000 14:32:01 +0000 (14:32 +0000)]
(ORDINARY_LINK): Define for NetBSD.

24 years ago(xmalloc, xrealloc): Rewritten.
Gerd Moellmann [Wed, 19 Apr 2000 14:30:52 +0000 (14:30 +0000)]
(xmalloc, xrealloc): Rewritten.
(declaration): Remove parameter IS_EXTERN.
(class_definition): Remove unused variable.

24 years ago*** empty log message ***
Dave Love [Wed, 19 Apr 2000 13:04:59 +0000 (13:04 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Dave Love [Wed, 19 Apr 2000 11:32:47 +0000 (11:32 +0000)]
*** empty log message ***

24 years agoDon't use AC_FUNC_GETLOADAVG.
Dave Love [Wed, 19 Apr 2000 11:29:15 +0000 (11:29 +0000)]
Don't use AC_FUNC_GETLOADAVG.

24 years ago(LIBS): Don't use.
Dave Love [Wed, 19 Apr 2000 11:24:43 +0000 (11:24 +0000)]
(LIBS): Don't use.
(GETLOADAVG_OBJ): Define again.
(otherobj): Add GETLOADAVG_OBJ.

24 years agoRevert HAVE_GETLOADAVG changes.
Dave Love [Wed, 19 Apr 2000 11:21:37 +0000 (11:21 +0000)]
Revert HAVE_GETLOADAVG changes.

24 years ago(AC_FUNC_MKTIME): Use AC_SUBST.
Dave Love [Wed, 19 Apr 2000 11:12:30 +0000 (11:12 +0000)]
(AC_FUNC_MKTIME): Use AC_SUBST.

24 years ago(Fmake_indirect_buffer): Escape newline in doc.
Dave Love [Wed, 19 Apr 2000 08:55:09 +0000 (08:55 +0000)]
(Fmake_indirect_buffer): Escape newline in doc.

24 years ago*** empty log message ***
Richard M. Stallman [Tue, 18 Apr 2000 21:27:18 +0000 (21:27 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Tue, 18 Apr 2000 13:42:41 +0000 (13:42 +0000)]
*** empty log message ***

24 years ago(read_filtered_event): Cancel and start busy cursor.
Gerd Moellmann [Tue, 18 Apr 2000 13:41:33 +0000 (13:41 +0000)]
(read_filtered_event): Cancel and start busy cursor.

24 years ago(mail-do-fcc): Prevent inserting a newline
Gerd Moellmann [Tue, 18 Apr 2000 13:04:46 +0000 (13:04 +0000)]
(mail-do-fcc): Prevent inserting a newline
at the start of an existing but empty folder.

24 years agoCustomization fix, doc fix.
Gerd Moellmann [Tue, 18 Apr 2000 13:04:00 +0000 (13:04 +0000)]
Customization fix, doc fix.
(ps-multibyte-buffer): Customization fix.

24 years ago(x_produce_glyphs) <ASCII chars>: Take into account
Gerd Moellmann [Tue, 18 Apr 2000 13:02:55 +0000 (13:02 +0000)]
(x_produce_glyphs) <ASCII chars>: Take into account
that the per-character metrics may be null.

24 years ago(read-passwd): Use read-char-exclusive.
Richard M. Stallman [Mon, 17 Apr 2000 16:08:26 +0000 (16:08 +0000)]
(read-passwd): Use read-char-exclusive.

24 years ago*** empty log message ***
Richard M. Stallman [Mon, 17 Apr 2000 16:08:07 +0000 (16:08 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 17 Apr 2000 15:27:23 +0000 (15:27 +0000)]
*** empty log message ***

24 years ago(clone_per_buffer_values): New function.
Gerd Moellmann [Mon, 17 Apr 2000 15:26:29 +0000 (15:26 +0000)]
(clone_per_buffer_values): New function.
(Fmake_indirect_buffer): Add optional argument CLONE.  Call
clone_per_buffer_values if CLONE is not nil.

24 years ago(clone-indirect-buffer): New function.
Gerd Moellmann [Mon, 17 Apr 2000 15:24:58 +0000 (15:24 +0000)]
(clone-indirect-buffer): New function.

24 years ago(basic-save-buffer-2): Use a template with `$'
Gerd Moellmann [Mon, 17 Apr 2000 15:24:06 +0000 (15:24 +0000)]
(basic-save-buffer-2): Use a template with `$'
instead of `#' for VMS.

24 years ago(texinfo-insert-@email)
Gerd Moellmann [Mon, 17 Apr 2000 15:23:08 +0000 (15:23 +0000)]
(texinfo-insert-@email)
(texinfo-insert-@emph, texinfo-insert-@quotation)
(texinfo-insert-@strong, texinfo-insert-@url): New functions.
(texinfo-mode-map): Add key bindings for them.

24 years ago*** empty log message ***
Gerd Moellmann [Mon, 17 Apr 2000 12:38:09 +0000 (12:38 +0000)]
*** empty log message ***

24 years ago(Ftty_suppress_bold_inverse_default_colors): Doc fix.
Gerd Moellmann [Mon, 17 Apr 2000 12:36:15 +0000 (12:36 +0000)]
(Ftty_suppress_bold_inverse_default_colors): Doc fix.

24 years ago(iswitchb-case): New function. If the user input
Gerd Moellmann [Mon, 17 Apr 2000 12:31:49 +0000 (12:31 +0000)]
(iswitchb-case): New function.  If the user input
contains any upper-case characters, the search is made
case-sensitive.

24 years ago(texinfo-mode-syntax-table): Add \n as comment-end.
Stefan Monnier [Mon, 17 Apr 2000 11:45:39 +0000 (11:45 +0000)]
(texinfo-mode-syntax-table): Add \n as comment-end.
(texinfo-font-lock-syntactic-keywords): New var.
(texinfo-font-lock-keywords): Remove comment regexp.
(texinfo-insert-block): New function.
(texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
(texinfo-mode): Use define-derived-mode.
Tweak comment-start-skip and font-lock-defaults.
Use regexp-opt for outline-regexp.
(texinfo-environments): New var.
(texinfo-environment-regexp): Use regexp-opt and texinfo-environments.

24 years ago(ispell-menu-map-needed): Check that ispell-process
Stefan Monnier [Mon, 17 Apr 2000 11:00:39 +0000 (11:00 +0000)]
(ispell-menu-map-needed): Check that ispell-process
is bound since this might be eval'd before ispell is loaded.
(ispell-message): Use a tiny bit less magic and a bit more hard data
to figure out what kind of sc-cite-regexp to use.

24 years ago(fancy-diary-display, mark-diary-entries)
Stefan Monnier [Mon, 17 Apr 2000 10:47:01 +0000 (10:47 +0000)]
(fancy-diary-display, mark-diary-entries)
(insert-cyclic-diary-entry): Unquote the lambda.

24 years ago(gud-jdb-build-source-files-list): Fix typo.
Stefan Monnier [Mon, 17 Apr 2000 10:37:49 +0000 (10:37 +0000)]
(gud-jdb-build-source-files-list): Fix typo.

24 years ago(backup-enable-predicate): Unquote the lambda.
Stefan Monnier [Mon, 17 Apr 2000 10:36:52 +0000 (10:36 +0000)]
(backup-enable-predicate): Unquote the lambda.

24 years ago(custom-face, face): Unquote the lambda.
Stefan Monnier [Mon, 17 Apr 2000 10:35:10 +0000 (10:35 +0000)]
(custom-face, face): Unquote the lambda.

24 years agoAdd `ebrowse'.
Stefan Monnier [Sun, 16 Apr 2000 20:13:23 +0000 (20:13 +0000)]
Add `ebrowse'.

24 years ago*** empty log message ***
Dave Love [Sun, 16 Apr 2000 18:39:01 +0000 (18:39 +0000)]
*** empty log message ***

24 years agoRemove obsolete localcpp stuff.
Dave Love [Sun, 16 Apr 2000 17:33:08 +0000 (17:33 +0000)]
Remove obsolete localcpp stuff.
(GETLOADAVG_OBJ): Don't define.
(obj): Move LIBOBJS...
(otherobj): ... to here.
(MSDOS_OBJ): Convert to make variable -- preprocessing zapped
whitespace-only lines after the continuation (Irix).

24 years ago*** empty log message ***
Richard M. Stallman [Sun, 16 Apr 2000 17:21:24 +0000 (17:21 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Dave Love [Sun, 16 Apr 2000 14:54:52 +0000 (14:54 +0000)]
*** empty log message ***

24 years ago(${srcdir}/configure): Depend on aclocal.m4.
Dave Love [Sun, 16 Apr 2000 14:21:27 +0000 (14:21 +0000)]
(${srcdir}/configure): Depend on aclocal.m4.

24 years ago*** empty log message ***
Dave Love [Sun, 16 Apr 2000 14:12:19 +0000 (14:12 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Richard M. Stallman [Sat, 15 Apr 2000 16:24:22 +0000 (16:24 +0000)]
*** empty log message ***

24 years agoCheck for line-beginning-position definition.
Gerd Moellmann [Sat, 15 Apr 2000 11:39:10 +0000 (11:39 +0000)]
Check for line-beginning-position definition.

Fix counting lines in a region.
(ps-print-version): New version number (5.1.5).
(ps-spool-without-faces, ps-spool-with-faces): Adjust code.
(ps-printing-region): Fun code fix.

24 years ago(gud-jdb-build-source-files-list): Change file-exists-p
Gerd Moellmann [Sat, 15 Apr 2000 11:33:45 +0000 (11:33 +0000)]
(gud-jdb-build-source-files-list): Change file-exists-p
to file-directory-p.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 14 Apr 2000 19:45:47 +0000 (19:45 +0000)]
*** empty log message ***

24 years ago(xpm_load) [DEBUG_X_COLORS]: Register colors.
Gerd Moellmann [Fri, 14 Apr 2000 19:36:35 +0000 (19:36 +0000)]
(xpm_load) [DEBUG_X_COLORS]: Register colors.

24 years ago(LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
Gerd Moellmann [Fri, 14 Apr 2000 19:27:02 +0000 (19:27 +0000)]
(LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.

24 years agoDon't define autoconfiscated NLIST_STRUCT.
Dave Love [Fri, 14 Apr 2000 17:54:26 +0000 (17:54 +0000)]
Don't define autoconfiscated NLIST_STRUCT.

24 years agoDon't define
Dave Love [Fri, 14 Apr 2000 17:52:41 +0000 (17:52 +0000)]
Don't define
autoconfiscated HAVE_GETLOADAVG.

24 years agoDon't define autoconfiscated
Dave Love [Fri, 14 Apr 2000 17:51:55 +0000 (17:51 +0000)]
Don't define autoconfiscated
BROKEN_MKTIME.

24 years ago*** empty log message ***
Gerd Moellmann [Fri, 14 Apr 2000 13:30:35 +0000 (13:30 +0000)]
*** empty log message ***

24 years ago(gud-jdb-build-source-files-list): Check that directory
Gerd Moellmann [Fri, 14 Apr 2000 13:27:48 +0000 (13:27 +0000)]
(gud-jdb-build-source-files-list): Check that directory
exists before calling directory-files.

24 years ago(MAKE_LOCK_NAME): Allocate 2 more bytes.
Gerd Moellmann [Fri, 14 Apr 2000 13:03:20 +0000 (13:03 +0000)]
(MAKE_LOCK_NAME): Allocate 2 more bytes.
(fill_in_lock_file_name): Avoid existing files that aren't
links.

24 years ago*** empty log message ***
Dave Love [Fri, 14 Apr 2000 12:47:38 +0000 (12:47 +0000)]
*** empty log message ***

24 years agoAdd LIBS, LIBOBJS.
Dave Love [Fri, 14 Apr 2000 12:43:52 +0000 (12:43 +0000)]
Add LIBS, LIBOBJS.

24 years ago(LIBOBJS): New variable.
Dave Love [Fri, 14 Apr 2000 12:40:49 +0000 (12:40 +0000)]
(LIBOBJS): New variable.
(obj): Use it.

24 years agoNew variable.
Dave Love [Fri, 14 Apr 2000 12:34:44 +0000 (12:34 +0000)]
New variable.
(INTERVAL_SRC): Convert to make variable.
(INTERVAL_OBJ, MKTIME_OBJ, FLOAT_SUPPORT, FACE_SUPPORT)
(HAVE_X_WINDOWS, OBJECTS_SYSTEM): Remove.
(obj): Substitute INTERVAL_OBJ, add MKTIME_OBJ, GETLOADAVG_OBJ and
@LIBOBJS@.
(SOME_MACHINE_OBJECTS): Remove interval stuff.
(lisp): Substitute FACE_SUPPORT, FLOAT_SUP.
(shortlisp): Add facemenu, float-sup, frame.
(SOME_MACHINE_LISP): Remove them from here.
(LIBES): Change unused LDLIBS to autoconf LIBS.

24 years agoAdd BROKEN_MKTIME, NLIST_STRUCT, NLIST_NAME_UNION.
Dave Love [Fri, 14 Apr 2000 11:24:14 +0000 (11:24 +0000)]
Add BROKEN_MKTIME, NLIST_STRUCT, NLIST_NAME_UNION.

24 years ago(AC_FUNC_MKTIME): New.
Dave Love [Fri, 14 Apr 2000 11:22:13 +0000 (11:22 +0000)]
(AC_FUNC_MKTIME): New.

24 years agoUse AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.
Dave Love [Fri, 14 Apr 2000 11:21:41 +0000 (11:21 +0000)]
Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME.

24 years ago(update_compositions): If FROM and TO is not in a
Kenichi Handa [Thu, 13 Apr 2000 23:38:19 +0000 (23:38 +0000)]
(update_compositions): If FROM and TO is not in a
valid range, do nothing.

24 years ago*** empty log message ***
Kenichi Handa [Thu, 13 Apr 2000 23:37:37 +0000 (23:37 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Dave Love [Thu, 13 Apr 2000 19:42:22 +0000 (19:42 +0000)]
*** empty log message ***

24 years ago*** empty log message ***
Gerd Moellmann [Thu, 13 Apr 2000 19:17:06 +0000 (19:17 +0000)]
*** empty log message ***

24 years agoCustomization fix, doc fix.
Gerd Moellmann [Thu, 13 Apr 2000 19:15:23 +0000 (19:15 +0000)]
Customization fix, doc fix.
(ps-print-version): New version number (5.1.4).
(ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
(ps-print-preprint): Adjust code.
(ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
(ps-print-prologue-header, ps-print-control-characters)
(ps-spool-config): Customization fix.

24 years ago(include-other-diary-files): Fix the fix of
Gerd Moellmann [Thu, 13 Apr 2000 19:12:54 +0000 (19:12 +0000)]
(include-other-diary-files): Fix the fix of
2000-02-18 by doing a save-excursion.

24 years agoChange maintainer. Use new backquote
Dave Love [Thu, 13 Apr 2000 19:12:13 +0000 (19:12 +0000)]
Change maintainer.  Use new backquote
syntax.

24 years ago(tparam1): Abort when encountering an unknown
Gerd Moellmann [Thu, 13 Apr 2000 19:10:40 +0000 (19:10 +0000)]
(tparam1): Abort when encountering an unknown
`%'-specifier.

24 years ago(TERMCAP_OBJ) [__FreeBSD__ >= 4]: Define as
Gerd Moellmann [Thu, 13 Apr 2000 19:10:25 +0000 (19:10 +0000)]
(TERMCAP_OBJ) [__FreeBSD__ >= 4]: Define as
terminfo.o.

24 years agoRemove when, unless.
Dave Love [Thu, 13 Apr 2000 19:10:09 +0000 (19:10 +0000)]
Remove when, unless.

24 years ago(termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
Gerd Moellmann [Thu, 13 Apr 2000 19:10:05 +0000 (19:10 +0000)]
(termcapobj) [LIBS_TERMCAP && TERMCAP_OBJ]: Define
as TERMCAP_OBJ.

24 years agoUse keywordp.
Dave Love [Thu, 13 Apr 2000 19:05:47 +0000 (19:05 +0000)]
Use keywordp.

24 years ago(custom-sort-items): Avoid symbol-name with new
Dave Love [Thu, 13 Apr 2000 19:05:10 +0000 (19:05 +0000)]
(custom-sort-items): Avoid symbol-name with new
string-lessp.

24 years ago(edebug-keywordp): Remove. Change callers
Dave Love [Thu, 13 Apr 2000 19:04:33 +0000 (19:04 +0000)]
(edebug-keywordp): Remove.  Change callers
to use keywordp.
(edebug-spec): Enable keywordp.

24 years ago(keywordp): Remove.
Dave Love [Thu, 13 Apr 2000 19:04:00 +0000 (19:04 +0000)]
(keywordp): Remove.

24 years agoDon't quote keywords.
Dave Love [Thu, 13 Apr 2000 19:03:34 +0000 (19:03 +0000)]
Don't quote keywords.
(cl-old-mapc): New variable.
(mapc): Use it.
(cl-map-intervals): Use with-current-buffer.  Don't check for
next-property-change.
(cl-map-overlays): Use with-current-buffer.
(cl-expt): Remove.
(copy-tree, remprop): Define unconditionally.

24 years ago(ispell-menu-map): Menu items rearranged and
Eli Zaretskii [Thu, 13 Apr 2000 14:02:23 +0000 (14:02 +0000)]
(ispell-menu-map): Menu items rearranged and
converted to the new menu-item format, names silightly changed,
help strings added.

Support for spelling without async subprocesses:

(ispell-cmd-args, ispell-output-buffer)
(ispell-session-buffer): New variables.
(ispell-start-process, ispell-process-status,
ispell-accept-output, ispell-send-string): New functions, for
Ispell invocation when async subprocesses aren't supported.
(ispell-word, ispell-pdict-save, ispell-command-loop,
ispell-process-line, ispell-buffer-local-parsing): Replace calls
to process-send-string with calls to ispell-send-string, and
accept-process-output with ispell-accept-output.
(ispell-init-process): Call ispell-process-status instead of
process-status with.
(ispell-init-process): Call ispell-start-process.  Call
ispell-accept-output and ispell-send-string.  Don't call
process-kill-without-query and kill-process if they are unbound.
(ispell-async-processp): New function.

24 years ago(a_write): Remove redundant semi-colons.
Eli Zaretskii [Thu, 13 Apr 2000 10:17:16 +0000 (10:17 +0000)]
(a_write): Remove redundant semi-colons.
(e_write): Return -1 if failed to write all the data.
This fixes the changes made at 1999-12-15.

24 years agoCopyright up-date.
Dave Love [Wed, 12 Apr 2000 18:30:39 +0000 (18:30 +0000)]
Copyright up-date.

24 years agoAdd debug-ignored-errors.
Dave Love [Wed, 12 Apr 2000 18:28:40 +0000 (18:28 +0000)]
Add debug-ignored-errors.
(Info-mode-menu): Add some items.
(Info-directory): Add autoload cookie.

24 years ago(menu-bar-options-menu): Make `mule' always visible.
Dave Love [Wed, 12 Apr 2000 18:26:04 +0000 (18:26 +0000)]
(menu-bar-options-menu): Make `mule' always visible.
Modify `truncate-lines'.  Make `describe-language-environment'
always visible and add help.  Modify `describe-key' help.  Invoke
Info-directory from `info'.  New entry `emacs-manual'.

24 years agomapc
Dave Love [Wed, 12 Apr 2000 17:20:46 +0000 (17:20 +0000)]
mapc

24 years ago(mapcar1): Test for null vals to support mapc.
Dave Love [Wed, 12 Apr 2000 17:20:24 +0000 (17:20 +0000)]
(mapcar1): Test for null vals to support mapc.
(Fmapc): New function.

24 years ago(NUM_MOUSE_BUTTONS): Define.
Eli Zaretskii [Wed, 12 Apr 2000 15:46:49 +0000 (15:46 +0000)]
(NUM_MOUSE_BUTTONS): Define.
(IT_frame_up_to_date): Support the buffer local value of
cursor-type, if defined.

24 years agoiso-acc
Dave Love [Tue, 11 Apr 2000 09:31:34 +0000 (09:31 +0000)]
iso-acc

24 years agoNo resize-minibuffer.
Dave Love [Tue, 11 Apr 2000 09:29:06 +0000 (09:29 +0000)]
No resize-minibuffer.
(Window Convenience): New.

24 years ago*** empty log message ***
Dave Love [Tue, 11 Apr 2000 09:19:51 +0000 (09:19 +0000)]
*** empty log message ***

24 years ago(ebrowse-tree-mode): Use
Gerd Moellmann [Mon, 10 Apr 2000 19:56:52 +0000 (19:56 +0000)]
(ebrowse-tree-mode): Use
propertized-buffer-identification.
(ebrowse-update-member-buffer-mode-line): Likewise.
(ebrowse--mode-strings): Removed.
(ebrowse--mode-line-props): Removed.

24 years ago*** empty log message ***
Dave Love [Mon, 10 Apr 2000 19:45:57 +0000 (19:45 +0000)]
*** empty log message ***

24 years ago* Makefile.in (temacs): Revert 2000-03-12 change.
Ken Raeburn [Mon, 10 Apr 2000 19:11:45 +0000 (19:11 +0000)]
* Makefile.in (temacs): Revert 2000-03-12 change.

24 years ago(preceding-char, following-char): Doc fix.
Dave Love [Mon, 10 Apr 2000 17:42:19 +0000 (17:42 +0000)]
(preceding-char, following-char): Doc fix.