bpt/emacs.git
21 years ago*** empty log message ***
Richard M. Stallman [Tue, 10 Sep 2002 16:50:07 +0000 (16:50 +0000)]
*** empty log message ***

21 years ago(ps-printer-name-option): Doc fix.
Richard M. Stallman [Tue, 10 Sep 2002 16:49:47 +0000 (16:49 +0000)]
(ps-printer-name-option): Doc fix.

Adjust ps-postscript-code-directory setting.  XEmacs
version check was adjusted.
(ps-print-version): New version number (6.5.6).
(ps-print-color-p, ps-page-dimensions-database): Autoload var.
(ps-print-code, ps-print-preprint-region): Adjust code.

21 years ago(diff-buffer-with-file): Simplify.
Richard M. Stallman [Tue, 10 Sep 2002 16:48:52 +0000 (16:48 +0000)]
(diff-buffer-with-file): Simplify.
Don't signal an error if buffer has no file.
Call sit-for after `diff' returns.

21 years ago(gamegrid-make-color-tty-face): Handle string as COLOR arg.
Richard M. Stallman [Tue, 10 Sep 2002 16:47:16 +0000 (16:47 +0000)]
(gamegrid-make-color-tty-face): Handle string as COLOR arg.
(gamegrid-display-type): Don't assume display-color-p
implies a color-x terminal.
(gamegrid-hide-cursor): Set `cursor-type' local variable.

21 years ago(describe-text-mode): Add font-lock-defontify to change-major-mode-hook.
Richard M. Stallman [Tue, 10 Sep 2002 16:45:42 +0000 (16:45 +0000)]
(describe-text-mode): Add font-lock-defontify to change-major-mode-hook.

21 years ago(ibuffer-mode): Add font-lock-defontify to change-major-mode-hook.
Richard M. Stallman [Tue, 10 Sep 2002 16:45:21 +0000 (16:45 +0000)]
(ibuffer-mode): Add font-lock-defontify to change-major-mode-hook.

21 years ago(comint-mode): Add font-lock-defontify to change-major-mode-hook.
Richard M. Stallman [Tue, 10 Sep 2002 16:44:58 +0000 (16:44 +0000)]
(comint-mode): Add font-lock-defontify to change-major-mode-hook.

21 years ago(Info-mode): Add font-lock-defontify to change-major-mode-hook.
Richard M. Stallman [Tue, 10 Sep 2002 16:44:37 +0000 (16:44 +0000)]
(Info-mode):  Add font-lock-defontify to change-major-mode-hook.

21 years ago(occur-mode): Add font-lock-defontify to change-major-mode-hook.
Richard M. Stallman [Tue, 10 Sep 2002 16:44:17 +0000 (16:44 +0000)]
(occur-mode): Add font-lock-defontify to change-major-mode-hook.

21 years ago(font-lock-defontify): New function.
Richard M. Stallman [Tue, 10 Sep 2002 16:43:48 +0000 (16:43 +0000)]
(font-lock-defontify): New function.

21 years agoFix previous LessTif change.
Richard M. Stallman [Tue, 10 Sep 2002 16:40:10 +0000 (16:40 +0000)]
Fix previous LessTif change.

21 years agoAdd item about OpenMotif file dialogs.
Richard M. Stallman [Tue, 10 Sep 2002 16:39:35 +0000 (16:39 +0000)]
Add item about OpenMotif file dialogs.

21 years ago(auto-mode-alist): ~/.gnus, ~/.viper are in
Kai Großjohann [Tue, 10 Sep 2002 08:08:18 +0000 (08:08 +0000)]
(auto-mode-alist): ~/.gnus, ~/.viper are in
emacs-lisp-mode, like ~/.emacs.

21 years ago(uncomment-region): Be more careful with `='.
Stefan Monnier [Tue, 10 Sep 2002 06:20:52 +0000 (06:20 +0000)]
(uncomment-region): Be more careful with `='.

21 years ago*** empty log message ***
Stefan Monnier [Tue, 10 Sep 2002 06:05:36 +0000 (06:05 +0000)]
*** empty log message ***

21 years ago(DISCARD_FAILURE_REG_OR_COUNT): Delete.
Stefan Monnier [Tue, 10 Sep 2002 05:59:32 +0000 (05:59 +0000)]
(DISCARD_FAILURE_REG_OR_COUNT): Delete.
(CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
(re_match_2_internal): Be more careful with infinite loops.

21 years ago2002-09-10 Deepak Goel <deego@glue.umd.edu>
John Paul Wallington [Tue, 10 Sep 2002 05:48:44 +0000 (05:48 +0000)]
2002-09-10  Deepak Goel  <deego@glue.umd.edu>

* play/doctor.el (doc//): Rename from `//'.  Update callers.
(doc$): Rename from `$'.  Update callers.

21 years agoNotify revisions 2002-09-09T22:09:14Z!monnier@iro.umontreal.ca and 2002-09-10T01...
Markus Rost [Tue, 10 Sep 2002 02:41:58 +0000 (02:41 +0000)]
Notify revisions 2002-09-09T22:09:14Z!monnier@iro.umontreal.ca and 2002-09-10T01:32:59Z!rost@math.uni-bielefeld.de correctly.

21 years ago(transient-mark-mode, line-number-mode, column-number-mode): Undo the
Markus Rost [Tue, 10 Sep 2002 01:32:59 +0000 (01:32 +0000)]
(transient-mark-mode, line-number-mode, column-number-mode): Undo the
recent change in 2002-09-09T22:09:14Z!monnier@iro.umontreal.ca.  The use of define-minor-mode in
simple.el creates bootstrap problems.

21 years ago(do-auto-fill): `fill-indent-according-to-mode' is a variable, not a
Miles Bader [Tue, 10 Sep 2002 01:24:12 +0000 (01:24 +0000)]
(do-auto-fill): `fill-indent-according-to-mode' is a variable, not a
function.

21 years ago(kmacro-call-macro): Deal with a non-numeric prefix arg.
Miles Bader [Tue, 10 Sep 2002 01:23:22 +0000 (01:23 +0000)]
(kmacro-call-macro): Deal with a non-numeric prefix arg.

21 years ago(define-derived-mode): Add keyword arguments.
Stefan Monnier [Mon, 9 Sep 2002 23:55:56 +0000 (23:55 +0000)]
(define-derived-mode): Add keyword arguments.
(derived-mode-make-docstring): Take abbrev and syntax table names.

21 years ago(font-lock-change-mode): Just turn off font-lock-mode.
Stefan Monnier [Mon, 9 Sep 2002 23:22:49 +0000 (23:22 +0000)]
(font-lock-change-mode): Just turn off font-lock-mode.
(font-lock-default-function): Change arg name.

21 years ago(transient-mark-mode): Delete. Done in simple.el.
Stefan Monnier [Mon, 9 Sep 2002 23:18:20 +0000 (23:18 +0000)]
(transient-mark-mode): Delete.  Done in simple.el.

21 years ago(show-paren-function): Use syntax-after.
Stefan Monnier [Mon, 9 Sep 2002 23:16:49 +0000 (23:16 +0000)]
(show-paren-function): Use syntax-after.

21 years ago(syntax-after): Delete. Moved to subr.el.
Stefan Monnier [Mon, 9 Sep 2002 23:14:13 +0000 (23:14 +0000)]
(syntax-after): Delete.  Moved to subr.el.

21 years ago(symbol-file): Also work for autoloaded funcs.
Stefan Monnier [Mon, 9 Sep 2002 23:13:18 +0000 (23:13 +0000)]
(symbol-file): Also work for autoloaded funcs.
(syntax-after): New fun moved from syntax.el.

21 years ago(ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
Stefan Monnier [Mon, 9 Sep 2002 22:45:09 +0000 (22:45 +0000)]
(ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
(ff-not-found-hook, ff-file-created-hook): Rename from *-hooks.
Update callers (but still run the old hooks as well).

21 years ago(keyboard-quit): Set defining-kbd-macro to nil to
Kim F. Storm [Mon, 9 Sep 2002 22:45:03 +0000 (22:45 +0000)]
(keyboard-quit): Set defining-kbd-macro to nil to
cancel defining keyboard macro when applicablex.

21 years ago(apply-macro-to-region-lines): Let-bind mark-active to
Kim F. Storm [Mon, 9 Sep 2002 22:44:44 +0000 (22:44 +0000)]
(apply-macro-to-region-lines): Let-bind mark-active to
nil while executing macro to avoid triggering delete-selection-mode.

21 years agoTypo
Kim F. Storm [Mon, 9 Sep 2002 22:44:27 +0000 (22:44 +0000)]
Typo

21 years ago*** empty log message ***
Kim F. Storm [Mon, 9 Sep 2002 22:43:40 +0000 (22:43 +0000)]
*** empty log message ***

21 years ago(end_kbd_macro): Declare extern.
Kim F. Storm [Mon, 9 Sep 2002 22:34:10 +0000 (22:34 +0000)]
(end_kbd_macro): Declare extern.

21 years ago(end_kbd_macro): New function.
Kim F. Storm [Mon, 9 Sep 2002 22:33:51 +0000 (22:33 +0000)]
(end_kbd_macro): New function.
(Fend_kbd_macro): Use it.

21 years ago(Fdiscard_input): If defining keyboard macro,
Kim F. Storm [Mon, 9 Sep 2002 22:33:36 +0000 (22:33 +0000)]
(Fdiscard_input): If defining keyboard macro,
end and save it instead of discarding it.

21 years ago(what-line): Don't hard-code 1.
Stefan Monnier [Mon, 9 Sep 2002 22:09:14 +0000 (22:09 +0000)]
(what-line): Don't hard-code 1.
(transient-mark-mode, line-number-mode, column-number-mode):
Use define-minor-mode.
(do-auto-fill): Only ignore prefix if it's really empty.

21 years ago(find-library-suffixes, find-library-name)
Stefan Monnier [Mon, 9 Sep 2002 21:50:36 +0000 (21:50 +0000)]
(find-library-suffixes, find-library-name)
(find-library): New funs.
(find-function-search-for-symbol): Use it.

21 years ago(byte-compile-file): Don't switch buffer.
Stefan Monnier [Mon, 9 Sep 2002 21:41:34 +0000 (21:41 +0000)]
(byte-compile-file): Don't switch buffer.

21 years agoFix typo. Add comment.
Markus Rost [Mon, 9 Sep 2002 21:37:28 +0000 (21:37 +0000)]
Fix typo.  Add comment.

21 years ago(isearch-cmds): Add docstring.
Stefan Monnier [Mon, 9 Sep 2002 21:05:22 +0000 (21:05 +0000)]
(isearch-cmds): Add docstring.
(isearch-mouse-2): Lookup binding in the proper buffer.
Use call-interactively and remove the now useless `arg'.
(isearch-search-fun-function): New var.
(isearch-search-fun): New fun.
(isearch-search, isearch-lazy-highlight-search): Use it.

21 years agoNotify a change in files.el. On the occasion, fix some indentations;
Markus Rost [Mon, 9 Sep 2002 20:32:18 +0000 (20:32 +0000)]
Notify a change in files.el.  On the occasion, fix some indentations;
e.g., replace spaces by a tab.

21 years ago(save-some-buffers-action-alist): Use lower case for help string of
Markus Rost [Mon, 9 Sep 2002 20:28:53 +0000 (20:28 +0000)]
(save-some-buffers-action-alist):  Use lower case for help string of
diff-buffer-with-file.

21 years ago*** empty log message ***
Richard M. Stallman [Mon, 9 Sep 2002 19:41:35 +0000 (19:41 +0000)]
*** empty log message ***

21 years ago(regnum_t): Use signed int, not unsigned int.
Richard M. Stallman [Mon, 9 Sep 2002 19:41:30 +0000 (19:41 +0000)]
(regnum_t): Use signed int, not unsigned int.

21 years agoNew file.
Richard M. Stallman [Mon, 9 Sep 2002 19:40:44 +0000 (19:40 +0000)]
New file.

21 years ago(UNEXEC): Definition deleted.
Richard M. Stallman [Mon, 9 Sep 2002 19:40:29 +0000 (19:40 +0000)]
(UNEXEC): Definition deleted.

21 years ago(cperl-noscan-files-regexp): In addition to RCS, exclude CVS directories.
Richard M. Stallman [Mon, 9 Sep 2002 19:38:22 +0000 (19:38 +0000)]
(cperl-noscan-files-regexp): In addition to RCS, exclude CVS directories.

21 years ago(mouse-scroll-calendar-left)
Richard M. Stallman [Mon, 9 Sep 2002 19:37:19 +0000 (19:37 +0000)]
(mouse-scroll-calendar-left)
(mouse-scroll-calendar-right, mouse-calendar-other-month): New commands.
(calendar-mode-line-format): Use them.

21 years ago(byte-recompile-directory): Set and then bind default-directory.
Richard M. Stallman [Mon, 9 Sep 2002 19:35:57 +0000 (19:35 +0000)]
(byte-recompile-directory): Set and then bind default-directory.

21 years ago(fancy-splash-head, normal-splash-screen):
Richard M. Stallman [Mon, 9 Sep 2002 19:34:13 +0000 (19:34 +0000)]
(fancy-splash-head, normal-splash-screen):
Change the messages that explain about GNU or GNU/Linux.

21 years ago(auto-mode-alist): Use sh-mode for .bash files.
Richard M. Stallman [Mon, 9 Sep 2002 19:32:41 +0000 (19:32 +0000)]
(auto-mode-alist): Use sh-mode for .bash files.

21 years ago(ls-lisp-format-time-list): New variable.
Richard M. Stallman [Mon, 9 Sep 2002 19:31:40 +0000 (19:31 +0000)]
(ls-lisp-format-time-list): New variable.
(ls-lisp-format-time): Use it.

21 years agoMany doc fixes.
Richard M. Stallman [Mon, 9 Sep 2002 19:26:40 +0000 (19:26 +0000)]
Many doc fixes.

21 years ago(Info-search): Add (point-min) to subfile positions
Richard M. Stallman [Mon, 9 Sep 2002 19:24:53 +0000 (19:24 +0000)]
(Info-search): Add (point-min) to subfile positions
to get them right.  Skip the current subfile using forward-line.

21 years ago(make-backup-file-name-1): When make-directory fails,
Richard M. Stallman [Mon, 9 Sep 2002 19:23:37 +0000 (19:23 +0000)]
(make-backup-file-name-1): When make-directory fails,
ignore backup-directory-alist.
(make-directory): Expand DIR before looking for handler.

21 years ago(powerpcle-*-solaris2.5*): New configuration.
Richard M. Stallman [Mon, 9 Sep 2002 19:20:27 +0000 (19:20 +0000)]
(powerpcle-*-solaris2.5*): New configuration.
(powerpcle-*-solaris*): Use version 2.6 as default.
(*-sunos5.6*, *-solaris2.6*): New alternative.
(*-sunos5*): Use version 2.6 as default.

21 years agoMinor change.
Richard M. Stallman [Mon, 9 Sep 2002 19:17:43 +0000 (19:17 +0000)]
Minor change.

21 years agoDocument --script.
Richard M. Stallman [Mon, 9 Sep 2002 19:17:00 +0000 (19:17 +0000)]
Document --script.

21 years ago(doctor-cadr, doctor-caddr, doctor-cddr): Remove.
John Paul Wallington [Mon, 9 Sep 2002 05:50:58 +0000 (05:50 +0000)]
(doctor-cadr, doctor-caddr, doctor-cddr): Remove.
Update callers.

21 years ago(diff): Doc fix.
Markus Rost [Mon, 9 Sep 2002 01:43:31 +0000 (01:43 +0000)]
(diff): Doc fix.

21 years ago(byte-compile-delete-errors): Default to nil.
Richard M. Stallman [Mon, 9 Sep 2002 00:28:38 +0000 (00:28 +0000)]
(byte-compile-delete-errors): Default to nil.

21 years agoComment change.
Richard M. Stallman [Mon, 9 Sep 2002 00:28:00 +0000 (00:28 +0000)]
Comment change.

21 years ago(undo-elt-in-region): Fix one-off error at END.
Richard M. Stallman [Mon, 9 Sep 2002 00:27:30 +0000 (00:27 +0000)]
(undo-elt-in-region): Fix one-off error at END.
(forward-visible-line): Handle invisibility by ignoring
invisible newlines.  Also include entire invisible lines beyond
the stopping point.

21 years ago(custom-save-variables, custom-save-faces):
Richard M. Stallman [Mon, 9 Sep 2002 00:26:14 +0000 (00:26 +0000)]
(custom-save-variables, custom-save-faces):
Clarify the comments written into .emacs.

21 years ago(doctor-doc): Recognize question words and use qlist.
Richard M. Stallman [Mon, 9 Sep 2002 00:25:09 +0000 (00:25 +0000)]
(doctor-doc): Recognize question words and use qlist.
Use doctor-shorten's return value.
(doctor-shorten): Compute a return value, don't alter `sent'.
(doctor-hates1): Add a question mark.
(doctor-strangelove): Unused function deleted.

21 years agoKeyboard macro improvements.
Kim F. Storm [Sun, 8 Sep 2002 21:47:08 +0000 (21:47 +0000)]
Keyboard macro improvements.

21 years agoRegenerated
Kim F. Storm [Sun, 8 Sep 2002 21:40:05 +0000 (21:40 +0000)]
Regenerated

21 years agoRegenerated.
Kim F. Storm [Sun, 8 Sep 2002 21:38:11 +0000 (21:38 +0000)]
Regenerated.

21 years ago(kmacro-end-and-call-macro): New command to end and
Kim F. Storm [Sun, 8 Sep 2002 20:38:04 +0000 (20:38 +0000)]
(kmacro-end-and-call-macro): New command to end and
call keyboard macro in one step. Bind it to C-x e by default.
(kmacro-call-macro): Use format-kbd-macro.
(kmacro-step-edit-macro): New command to interactively step edit
and execute last keyboard macro.
(kmacro-keymap): Bind SPC [C-x C-k SPC] to kmacro-step-edit-macro.
(kmacro-step-edit-mini-window-height): New custom var.
(kmacro-step-edit-map): New keymap (parent is query-replace-map).
(kmacro-step-edit-prefix-commands): New var.
(kmacro-step-edit-prompt, kmacro-step-edit-query)
(kmacro-step-edit-insert, kmacro-step-edit-pre-command)
(kmacro-step-edit-minibuf-setup, kmacro-step-edit-post-command):
New aux functions for step editing keyboard macros.

21 years ago*** empty log message ***
Kim F. Storm [Sun, 8 Sep 2002 20:37:44 +0000 (20:37 +0000)]
*** empty log message ***

21 years ago(executing_macro_index): Change type to EMACS_INT.
Kim F. Storm [Sun, 8 Sep 2002 20:29:05 +0000 (20:29 +0000)]
(executing_macro_index): Change type to EMACS_INT.

21 years ago(executing_macro_index): Change type to EMACS_INT.
Kim F. Storm [Sun, 8 Sep 2002 20:28:46 +0000 (20:28 +0000)]
(executing_macro_index): Change type to EMACS_INT.
(syms_of_macros): DEFVAR_INT it  (needed by kmacro).

21 years ago(read-quoted-char): Apply listify-key-sequence to vector
Kim F. Storm [Sat, 7 Sep 2002 22:50:58 +0000 (22:50 +0000)]
(read-quoted-char): Apply listify-key-sequence to vector
returned by this-single-command-raw-keys before appending it to
unread-command-event.

21 years ago(ibuffer-diff-with-file): Just call `diff-buffer-with-file'.
Colin Walters [Sat, 7 Sep 2002 21:31:03 +0000 (21:31 +0000)]
(ibuffer-diff-with-file): Just call `diff-buffer-with-file'.

21 years ago(diff-buffer-with-file): Call diff synchronously, so we don't delete
Colin Walters [Sat, 7 Sep 2002 21:30:37 +0000 (21:30 +0000)]
(diff-buffer-with-file): Call diff synchronously, so we don't delete
the temporary file before diff has a chance to read it.

21 years ago(diff): Add optional argument no-async, and use the above argument.
Colin Walters [Sat, 7 Sep 2002 21:30:19 +0000 (21:30 +0000)]
(diff): Add optional argument no-async, and use the above argument.

21 years ago(compile-internal): Add optional argument no-async.
Colin Walters [Sat, 7 Sep 2002 21:29:44 +0000 (21:29 +0000)]
(compile-internal): Add optional argument no-async.

21 years ago*** empty log message ***
Colin Walters [Sat, 7 Sep 2002 21:28:04 +0000 (21:28 +0000)]
*** empty log message ***

21 years ago* emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.
John Paul Wallington [Sat, 7 Sep 2002 06:45:43 +0000 (06:45 +0000)]
* emacs-lisp/cl-indent.el (extended-loop-p): Doc fix.

* emacs-lisp/find-func.el (find-function-recenter-line): Add
custom type.  Doc fix.

21 years ago*** empty log message ***
Stefan Monnier [Fri, 6 Sep 2002 20:45:41 +0000 (20:45 +0000)]
*** empty log message ***

21 years ago(menu-bar-make-mm-toggle): New macro.
Stefan Monnier [Fri, 6 Sep 2002 20:27:59 +0000 (20:27 +0000)]
(menu-bar-make-mm-toggle): New macro.
(showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression)
(toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode):
Remove.  Use the minor mode function directly instead.
(menu-bar-mode): Add message and customize-mark-as-set and return
the new value as do other minor modes.

21 years ago*** empty log message ***
Richard M. Stallman [Fri, 6 Sep 2002 20:01:01 +0000 (20:01 +0000)]
*** empty log message ***

21 years ago(edmacro-subseq): Don't use cl-push/cl-pop.
Stefan Monnier [Fri, 6 Sep 2002 19:46:24 +0000 (19:46 +0000)]
(edmacro-subseq): Don't use cl-push/cl-pop.

21 years ago(set_case_table): Make canon table point to eqv table.
Richard M. Stallman [Fri, 6 Sep 2002 16:46:08 +0000 (16:46 +0000)]
(set_case_table): Make canon table point to eqv table.

21 years agoetags.el tags-case-fold-search honoured when completing.
Francesco Potortì [Fri, 6 Sep 2002 15:17:19 +0000 (15:17 +0000)]
etags.el tags-case-fold-search honoured when completing.

21 years ago(find-tag-tag, complete-tag): Bind
Francesco Potortì [Fri, 6 Sep 2002 15:12:15 +0000 (15:12 +0000)]
(find-tag-tag, complete-tag): Bind
completion-ignore-case based on tags-case-fold-search, so that
case-sensitivity of tag completion matches that of tag search.

21 years agoFix typo.
Kai Großjohann [Fri, 6 Sep 2002 13:42:23 +0000 (13:42 +0000)]
Fix typo.

21 years ago(reftex-label-menu-flags): Fix typo.
Juanma Barranquero [Fri, 6 Sep 2002 10:12:33 +0000 (10:12 +0000)]
(reftex-label-menu-flags): Fix typo.

21 years ago(speedbar-mode): Fix typos.
Juanma Barranquero [Fri, 6 Sep 2002 10:11:30 +0000 (10:11 +0000)]
(speedbar-mode): Fix typos.

21 years agoUpdated to texinfo 4.2.
Pavel Janík [Fri, 6 Sep 2002 10:04:28 +0000 (10:04 +0000)]
Updated to texinfo 4.2.

21 years agoFix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:07:31 +0000 (09:07 +0000)]
Fix spacing.

21 years ago(syms_of_xselect): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:05:22 +0000 (09:05 +0000)]
(syms_of_xselect): Fix spacing.

21 years ago(syms_of_w32select): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:04:56 +0000 (09:04 +0000)]
(syms_of_w32select): Fix spacing.

21 years ago(syms_of_win16select): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:04:40 +0000 (09:04 +0000)]
(syms_of_win16select): Fix spacing.

21 years ago(Fx_server_max_request_size): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:04:22 +0000 (09:04 +0000)]
(Fx_server_max_request_size): Fix spacing.

21 years ago(Fset_fontset_font): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:03:22 +0000 (09:03 +0000)]
(Fset_fontset_font): Fix spacing.

21 years ago(Flsh): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:03:04 +0000 (09:03 +0000)]
(Flsh): Fix spacing.

21 years ago(Fcompose_region_internal, Fcompose_string_internal): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:02:46 +0000 (09:02 +0000)]
(Fcompose_region_internal, Fcompose_string_internal): Fix spacing.

21 years ago(syms_of_coding): Fix spacing.
Juanma Barranquero [Fri, 6 Sep 2002 09:02:11 +0000 (09:02 +0000)]
(syms_of_coding): Fix spacing.

21 years ago*** empty log message ***
Juanma Barranquero [Fri, 6 Sep 2002 07:22:02 +0000 (07:22 +0000)]
*** empty log message ***