bpt/emacs.git
23 years ago*** empty log message ***
Gerd Moellmann [Tue, 3 Apr 2001 13:34:06 +0000 (13:34 +0000)]
*** empty log message ***

23 years ago(main): Always return a value.
Gerd Moellmann [Tue, 3 Apr 2001 13:33:45 +0000 (13:33 +0000)]
(main): Always return a value.

23 years ago(checkdoc-common-verbs-wrong-voice): Add
Gerd Moellmann [Tue, 3 Apr 2001 13:22:07 +0000 (13:22 +0000)]
(checkdoc-common-verbs-wrong-voice): Add
an antry for ``converts''.

23 years ago("Slovak"): Add documentation string. From
Gerd Moellmann [Tue, 3 Apr 2001 13:10:43 +0000 (13:10 +0000)]
("Slovak"): Add documentation string.  From
Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).

23 years ago("Czech"): Add documentation string.
Gerd Moellmann [Tue, 3 Apr 2001 13:07:46 +0000 (13:07 +0000)]
("Czech"): Add documentation string.

23 years agoRemove info on Purify, which isn't free software.
Gerd Moellmann [Tue, 3 Apr 2001 12:57:36 +0000 (12:57 +0000)]
Remove info on Purify, which isn't free software.

23 years agoFix a typo.
Gerd Moellmann [Tue, 3 Apr 2001 11:38:18 +0000 (11:38 +0000)]
Fix a typo.

23 years agoChange version of LessTif that's required.
Gerd Moellmann [Tue, 3 Apr 2001 11:36:08 +0000 (11:36 +0000)]
Change version of LessTif that's required.

23 years ago*** empty log message ***
Gerd Moellmann [Tue, 3 Apr 2001 11:29:55 +0000 (11:29 +0000)]
*** empty log message ***

23 years ago(x_use_underline_position_properties): New variable.
Gerd Moellmann [Tue, 3 Apr 2001 11:25:12 +0000 (11:25 +0000)]
(x_use_underline_position_properties): New variable.
(x_draw_glyph_string): Use it.
(syms_of_xterm): DEFVAR_BOOL it.

23 years agoMinor cleanups.
Richard M. Stallman [Tue, 3 Apr 2001 11:16:17 +0000 (11:16 +0000)]
Minor cleanups.

23 years agoAdd `d' after `C-h i' in examples.
Richard M. Stallman [Tue, 3 Apr 2001 10:59:00 +0000 (10:59 +0000)]
Add `d' after `C-h i' in examples.
Change hello to HELLO as file name.

23 years ago(ps-mule-font-info-database-bdf): Change
Gerd Moellmann [Tue, 3 Apr 2001 09:17:32 +0000 (09:17 +0000)]
(ps-mule-font-info-database-bdf): Change
`isci24-etl.bdf' to `isci24-mule.bdf'.  From: Kenichi Handa
<handa@etl.go.jp>.

23 years ago(mail-extr-delete-char, mail-extr-safe-move-sexp)
Stefan Monnier [Mon, 2 Apr 2001 22:49:38 +0000 (22:49 +0000)]
(mail-extr-delete-char, mail-extr-safe-move-sexp)
(mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
(mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
Use `defsubst' rather than a macro to ease debugging.
(mail-extr-last): Remove (use `last' instead).
(mail-extract-address-components): Properly reset the syntax-table
after parsing an address.  Use `last' rather than mail-extr-last.
Make sure the end marker stays at the very end.

23 years ago*** empty log message ***
Eli Zaretskii [Mon, 2 Apr 2001 20:40:16 +0000 (20:40 +0000)]
*** empty log message ***

23 years ago(miscdic-convert): Fix a typo in the last change.
Eli Zaretskii [Mon, 2 Apr 2001 20:37:34 +0000 (20:37 +0000)]
(miscdic-convert): Fix a typo in the last change.

23 years ago(srcdir=): Edit @srcdir@ into an absolute file name
Eli Zaretskii [Mon, 2 Apr 2001 20:35:49 +0000 (20:35 +0000)]
(srcdir=): Edit @srcdir@ into an absolute file name
of the leim subdirectory, so that EMACSLOADPATH doesn't break when
titdic-convert chdirs into leim/quail.

23 years ago(x_alloc_nearest_color_1): New function.
Gerd Moellmann [Mon, 2 Apr 2001 15:50:06 +0000 (15:50 +0000)]
(x_alloc_nearest_color_1): New function.
(x_alloc_nearest_color): Use it.
(x_color_cells): Take a Display as argument, instead of a frame.
(string_to_pixel_args, cvt_string_to_pixel_value): New variables.
(cvt_string_to_pixel, cvt_pixel_dtor): New functions.
(x_initialize): Register cvt_string_to_pixel as resource converter
string -> Pixel and cvt_pixel_dtor as pixel resource destructor.

23 years agoUndo last commit by John Wiegley.
Gerd Moellmann [Mon, 2 Apr 2001 11:56:36 +0000 (11:56 +0000)]
Undo last commit by John Wiegley.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 2 Apr 2001 11:55:06 +0000 (11:55 +0000)]
*** empty log message ***

23 years agoFix typo in comment.
Gerd Moellmann [Mon, 2 Apr 2001 10:41:10 +0000 (10:41 +0000)]
Fix typo in comment.

23 years ago*** empty log message ***
Gerd Moellmann [Mon, 2 Apr 2001 10:39:33 +0000 (10:39 +0000)]
*** empty log message ***

23 years agoLine and paragraph spacing feature.
Gerd Moellmann [Mon, 2 Apr 2001 10:38:26 +0000 (10:38 +0000)]
Line and paragraph spacing feature.
(LineHS, ParagraphHS, EffectUnderline, EffectStrikeou, EffectOverline)
(EffectShadow, EffectBox, EffectOutline): New vars.
(PSL, S, EF, printZebra, doColumnZebra, doZebra): Code fix.
(PHL, LHL): New funs.

23 years agoXEmacs compatibility. Doc fix.
Gerd Moellmann [Mon, 2 Apr 2001 10:36:32 +0000 (10:36 +0000)]
XEmacs compatibility.  Doc fix.
(leading-code-private-22): Declare var if it's not declared yet.
(charset-bytes, charset-dimension, charset-id, charset-width)
(find-charset-region, split-char, char-width, chars-in-region)
(forward-point, decompose-composite-char, encode-coding-string)
(coding-system-p, ccl-execute-on-string, define-ccl-program):
Define funs if not defined yet.
(encode-composition-rule, find-composition): Define funs if not
loaded yet.
(ps-mule-prologue): PostScript code fix.

(ps-mule-generate-font): New arg HEADER-P.  If it is
non-nil, generate font for the header strings.
(ps-mule-prepare-font): Likewise.
(ps-mule-generate-glyphs): Likewise.
(ps-mule-string-encoding): Likewise.
(ps-mule-header-charsets): New variable.
(ps-mule-encode-header-string): New function.
(ps-mule-header-string-charsets): New function.
(ps-mule-begin-job): Check charsets in the header strings.  If there
are non-ASCII and non-Latin1 charsets, prepare fonts for them.

23 years agoXEmacs compatibility. Doc fix.
Gerd Moellmann [Mon, 2 Apr 2001 10:35:44 +0000 (10:35 +0000)]
XEmacs compatibility.  Doc fix.
(installation-directory, coding-system-for-read): Declare vars if
it's not declared yet.
(bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.

23 years agoLine and paragraph spacing feature. Region to cut
Gerd Moellmann [Mon, 2 Apr 2001 10:35:07 +0000 (10:35 +0000)]
Line and paragraph spacing feature.  Region to cut
out when printing.  Doc fix.
(ps-print-version): New version number (6.5).
(ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp): New
vars.  Line and paragraph spacing feature.
(ps-begin-cut-regexp, ps-end-cut-regexp): New vars.  Region to cut
out when printing.
(ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
(ps-get-font-size, ps-begin-job, ps-continue-line)
(ps-plot-region): Code fix.
(ps-print-prologue-2): Var eliminated.
(ps-line-spacing-internal, ps-paragraph-spacing-internal): New
internal vars.
(ps-get-size): New fun.
(ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
(ps-next-line): Replace defun by defsubst.
(ps-mule-plot-string): Autoload doc fix.

(ps-mule-generate-font): New arg HEADER-P.  If it is
non-nil, generate font for the header strings.
(ps-mule-prepare-font): Likewise.
(ps-mule-generate-glyphs): Likewise.
(ps-mule-string-encoding): Likewise.
(ps-mule-header-charsets): New variable.
(ps-mule-encode-header-string): New function.
(ps-mule-header-string-charsets): New function.
(ps-mule-begin-job): Check charsets in the header strings.  If there
are non-ASCII and non-Latin1 charsets, prepare fonts for them.

23 years ago(cursor-in-non-selected-windows): Replaces
Gerd Moellmann [Mon, 2 Apr 2001 10:19:52 +0000 (10:19 +0000)]
(cursor-in-non-selected-windows): Replaces
show-cursor-in-non-selected-windows.

23 years ago(KOREAN): Add ${srcdir}/quail/hanja3.elc. From
Eli Zaretskii [Mon, 2 Apr 2001 08:01:09 +0000 (08:01 +0000)]
(KOREAN): Add ${srcdir}/quail/hanja3.elc.  From
Kenichi Handa <handa@etl.go.jp>.

23 years ago(.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}.
Eli Zaretskii [Mon, 2 Apr 2001 07:49:21 +0000 (07:49 +0000)]
(.NOTPARALLEL, .NO_PARALLEL): Add ${MISC-DIC}.

23 years agoFix last change.
Eli Zaretskii [Sun, 1 Apr 2001 08:03:41 +0000 (08:03 +0000)]
Fix last change.

23 years agoAdd concept of "usual erasure key" to explain about DEL.
Richard M. Stallman [Sun, 1 Apr 2001 03:32:04 +0000 (03:32 +0000)]
Add concept of "usual erasure key" to explain about DEL.

23 years agoCorrect sentence-end regexp example.
Richard M. Stallman [Sun, 1 Apr 2001 03:29:00 +0000 (03:29 +0000)]
Correct sentence-end regexp example.

23 years agoFurther clarification for DEL vs BS on text terminals.
Richard M. Stallman [Sun, 1 Apr 2001 03:27:41 +0000 (03:27 +0000)]
Further clarification for DEL vs BS on text terminals.

23 years agobaud-rate affects incremental search.
Richard M. Stallman [Sun, 1 Apr 2001 03:26:38 +0000 (03:26 +0000)]
baud-rate affects incremental search.

23 years agoCorrect syntax table data structure. Other clarifications about
Richard M. Stallman [Sun, 1 Apr 2001 03:25:57 +0000 (03:25 +0000)]
Correct syntax table data structure.  Other clarifications about
syntax tables.

23 years agoMinor changes.
Richard M. Stallman [Sun, 1 Apr 2001 03:23:15 +0000 (03:23 +0000)]
Minor changes.

23 years agoMinor change.
Richard M. Stallman [Sun, 1 Apr 2001 03:20:52 +0000 (03:20 +0000)]
Minor change.

23 years ago(Checklist): Include more LC_* variables in the list, as suggested
Eli Zaretskii [Sat, 31 Mar 2001 09:48:53 +0000 (09:48 +0000)]
(Checklist): Include more LC_* variables in the list, as suggested
by Paul Eggert.

23 years ago(TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
Kenichi Handa [Sat, 31 Mar 2001 02:23:04 +0000 (02:23 +0000)]
(TIT-GB): Delete quail/PY.elc and quail/ZIRANMA.elc
(NON-TIT-BIG5): Delete ${srcdir}/quail/quick-b5.elc
${srcdir}/quail/tsang-b5.elc.
(CHINESE-NON-TIT): Delete ${NON-TIT-CNS}.
(CHINESE-CNS): Delete it.
(MISC-DIC): New variable.
(CHINESE): Delete ${CHINESE-CNS}.
(WORLD): Delete ${MISC-DIC}.
(all): Depends on ${MISC-DIC}.
(${MISC-DIC}): New target.
(clean mostlyclean): Delete also ${MISC-DIC} ${MISC-DIC:.elc=.el}.

23 years ago*** empty log message ***
Kenichi Handa [Sat, 31 Mar 2001 02:22:45 +0000 (02:22 +0000)]
*** empty log message ***

23 years ago(quail-cxterm-package-ext-info):
Kenichi Handa [Sat, 31 Mar 2001 02:22:17 +0000 (02:22 +0000)]
(quail-cxterm-package-ext-info):
Delete entries for "chinese-py" and "chinese-ziranma".
(quail-misc-package-ext-info): New variable.
(tsang-quick-converter): New function.
(tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
(quick-cns-converter, py-converter, ziranma-converter)
(miscdic-convert, batch-miscdic-convert): New functions.

23 years agoadd cangjie-table.b5 cangjie-table.cns ziranma.cin pinyin.map
Kenichi Handa [Sat, 31 Mar 2001 02:19:51 +0000 (02:19 +0000)]
add cangjie-table.b5 cangjie-table.cns ziranma.cin pinyin.map

23 years agodelete PY.tit ZIRANMA.tit
Kenichi Handa [Sat, 31 Mar 2001 02:18:00 +0000 (02:18 +0000)]
delete PY.tit ZIRANMA.tit

23 years agodelete quick-b5.el quick-cns.el tsang-b5.el tsang-cns.el
Kenichi Handa [Sat, 31 Mar 2001 02:17:20 +0000 (02:17 +0000)]
delete quick-b5.el quick-cns.el tsang-b5.el tsang-cns.el

23 years agocomment
Dave Love [Fri, 30 Mar 2001 21:17:48 +0000 (21:17 +0000)]
comment

23 years ago*** empty log message ***
Dave Love [Fri, 30 Mar 2001 20:18:26 +0000 (20:18 +0000)]
*** empty log message ***

23 years agoDon't say in a comment that command-line arguments are passed to pc-win.el.
Eli Zaretskii [Fri, 30 Mar 2001 18:54:14 +0000 (18:54 +0000)]
Don't say in a comment that command-line arguments are passed to pc-win.el.

23 years agoRemove debugging code.
Gerd Moellmann [Fri, 30 Mar 2001 18:44:37 +0000 (18:44 +0000)]
Remove debugging code.

23 years ago(get_overlay_strings): Set iterator's end_charpos.
Gerd Moellmann [Fri, 30 Mar 2001 18:35:46 +0000 (18:35 +0000)]
(get_overlay_strings): Set iterator's end_charpos.
(set_iterator_to_next): If a string from a display property ends,
consider the case that this might also be the end of an
overlay string having the display property.

23 years ago(handle_display_prop): Fix recognition of subproperty
Gerd Moellmann [Fri, 30 Mar 2001 17:52:51 +0000 (17:52 +0000)]
(handle_display_prop): Fix recognition of subproperty
lists.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 30 Mar 2001 16:05:40 +0000 (16:05 +0000)]
*** empty log message ***

23 years ago(.PHONY): Add for bootstrap targets.
Gerd Moellmann [Fri, 30 Mar 2001 15:58:27 +0000 (15:58 +0000)]
(.PHONY): Add for bootstrap targets.
(bootstrap-clean): New target.
(bootstrap): Use it instead of `clean'.

23 years ago(gnus-interactive): Fix parenthesis errors.
Gerd Moellmann [Fri, 30 Mar 2001 15:54:41 +0000 (15:54 +0000)]
(gnus-interactive): Fix parenthesis errors.

23 years ago(reseat_to_string): Undo last change.
Gerd Moellmann [Fri, 30 Mar 2001 15:11:53 +0000 (15:11 +0000)]
(reseat_to_string): Undo last change.

23 years ago(adjust_glyph_matrix): Don't try to reuse the current
Gerd Moellmann [Fri, 30 Mar 2001 14:09:29 +0000 (14:09 +0000)]
(adjust_glyph_matrix): Don't try to reuse the current
matrix of a window when the header line changes, when
new rows are allocated, or when the width changes.

23 years ago(ccl-encode-mule-utf-8): Fix handling of eight-bit-control chars.
Kenichi Handa [Fri, 30 Mar 2001 12:18:01 +0000 (12:18 +0000)]
(ccl-encode-mule-utf-8): Fix handling of eight-bit-control chars.

23 years ago*** empty log message ***
Kenichi Handa [Fri, 30 Mar 2001 12:17:24 +0000 (12:17 +0000)]
*** empty log message ***

23 years ago(encoded-kbd-self-insert-ccl):
Kenichi Handa [Fri, 30 Mar 2001 12:11:26 +0000 (12:11 +0000)]
(encoded-kbd-self-insert-ccl):
Reduce making temporary vector (suggested by by Dave Love).

23 years ago*** empty log message ***
Kenichi Handa [Fri, 30 Mar 2001 12:10:54 +0000 (12:10 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Eli Zaretskii [Fri, 30 Mar 2001 11:41:13 +0000 (11:41 +0000)]
*** empty log message ***

23 years ago(transient-mark-mode): Mention ESC ESC ESC in the doc string as well.
Eli Zaretskii [Fri, 30 Mar 2001 11:37:52 +0000 (11:37 +0000)]
(transient-mark-mode): Mention ESC ESC ESC in the doc string as well.

23 years ago*** empty log message ***
Andreas Schwab [Fri, 30 Mar 2001 11:05:44 +0000 (11:05 +0000)]
*** empty log message ***

23 years ago(Backup Names): Fix typo.
Andreas Schwab [Fri, 30 Mar 2001 11:05:30 +0000 (11:05 +0000)]
(Backup Names): Fix typo.

23 years ago(backup-directory-alist): Fix typo.
Andreas Schwab [Fri, 30 Mar 2001 11:04:05 +0000 (11:04 +0000)]
(backup-directory-alist): Fix typo.

23 years ago(Fprin1, Fprin1_to_string, Fprinc, Fprint): Fix last change.
Eli Zaretskii [Fri, 30 Mar 2001 10:59:36 +0000 (10:59 +0000)]
(Fprin1, Fprin1_to_string, Fprinc, Fprint): Fix last change.

23 years ago(Checklist): Mention the `locale' command as an alternative method of
Eli Zaretskii [Fri, 30 Mar 2001 10:52:32 +0000 (10:52 +0000)]
(Checklist): Mention the `locale' command as an alternative method of
displaying locale settings.  From Paul Eggrt.

23 years ago(Language Environments): Fix the description of locale settings during
Eli Zaretskii [Fri, 30 Mar 2001 10:49:02 +0000 (10:49 +0000)]
(Language Environments): Fix the description of locale settings during
startup.  From Paul Eggert.

23 years ago(General Variables): Update the docs according to current behavior
Eli Zaretskii [Fri, 30 Mar 2001 10:43:54 +0000 (10:43 +0000)]
(General Variables): Update the docs according to current behavior
wrt LC_* environment variables.  From Paul Eggert.

23 years ago(time-stamp-format): Doc fix. From Paul Eggert <eggert@twinsun.com>.
Eli Zaretskii [Fri, 30 Mar 2001 10:33:09 +0000 (10:33 +0000)]
(time-stamp-format): Doc fix.  From Paul Eggert <eggert@twinsun.com>.

23 years ago*** empty log message ***
Dave Love [Fri, 30 Mar 2001 10:23:51 +0000 (10:23 +0000)]
*** empty log message ***

23 years agoFix last change.
Eli Zaretskii [Fri, 30 Mar 2001 10:21:06 +0000 (10:21 +0000)]
Fix last change.

23 years ago(fortran-comment-region): Fix typo.
Dave Love [Fri, 30 Mar 2001 10:19:51 +0000 (10:19 +0000)]
(fortran-comment-region): Fix typo.

23 years agoFix a typo in the last change.
Eli Zaretskii [Fri, 30 Mar 2001 10:13:53 +0000 (10:13 +0000)]
Fix a typo in the last change.

23 years agoFix wording of a comment for the ${TIT} rule.
Eli Zaretskii [Fri, 30 Mar 2001 10:03:42 +0000 (10:03 +0000)]
Fix wording of a comment for the ${TIT} rule.

23 years agoFix the wording about directory-sep-char deprecation.
Eli Zaretskii [Fri, 30 Mar 2001 10:02:16 +0000 (10:02 +0000)]
Fix the wording about directory-sep-char deprecation.

23 years agoFix the wording in the last change.
Eli Zaretskii [Fri, 30 Mar 2001 09:55:24 +0000 (09:55 +0000)]
Fix the wording in the last change.

23 years ago*** empty log message ***
Eli Zaretskii [Fri, 30 Mar 2001 08:38:02 +0000 (08:38 +0000)]
*** empty log message ***

23 years ago(transient-mark-mode): Mention C-g in the doc string.
Eli Zaretskii [Fri, 30 Mar 2001 08:35:49 +0000 (08:35 +0000)]
(transient-mark-mode): Mention C-g in the doc string.

23 years agoAdapt to changes in leim/Makefile.in's $(TIT) target.
Eli Zaretskii [Fri, 30 Mar 2001 08:29:37 +0000 (08:29 +0000)]
Adapt to changes in leim/Makefile.in's $(TIT) target.

23 years ago(${TIT}): Fix whitespace.
Eli Zaretskii [Fri, 30 Mar 2001 08:27:56 +0000 (08:27 +0000)]
(${TIT}): Fix whitespace.

23 years ago(interactive-form): Fix paren typo.
Miles Bader [Fri, 30 Mar 2001 00:53:08 +0000 (00:53 +0000)]
(interactive-form): Fix paren typo.

23 years ago(Regexps): Say up front that backslashes must be doubled in a Lisp program.
Eli Zaretskii [Thu, 29 Mar 2001 15:52:56 +0000 (15:52 +0000)]
(Regexps): Say up front that backslashes must be doubled in a Lisp program.

23 years ago*** empty log message ***
Eli Zaretskii [Thu, 29 Mar 2001 15:38:09 +0000 (15:38 +0000)]
*** empty log message ***

23 years agoSay that it's obsolete in the header line.
Eli Zaretskii [Thu, 29 Mar 2001 15:36:38 +0000 (15:36 +0000)]
Say that it's obsolete in the header line.

23 years ago(report-emacs-bug): Report LC_COLLATE,
Eli Zaretskii [Thu, 29 Mar 2001 15:31:58 +0000 (15:31 +0000)]
(report-emacs-bug): Report LC_COLLATE,
LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
From Paul Eggert.

23 years agoDocument that directory-sep-char is deprecated.
Eli Zaretskii [Thu, 29 Mar 2001 15:23:40 +0000 (15:23 +0000)]
Document that directory-sep-char is deprecated.

23 years ago(syms_of_fileio) <directory-sep-char>: Warn that it is deprecated.
Eli Zaretskii [Thu, 29 Mar 2001 15:05:05 +0000 (15:05 +0000)]
(syms_of_fileio) <directory-sep-char>: Warn that it is deprecated.

23 years ago(.NOTPARALLEL, .NO_PARALLEL): New special targets.
Gerd Moellmann [Thu, 29 Mar 2001 14:26:20 +0000 (14:26 +0000)]
(.NOTPARALLEL, .NO_PARALLEL): New special targets.
(${TIT}): If the target file already exist, don't remake it.

23 years ago*** empty log message ***
Gerd Moellmann [Thu, 29 Mar 2001 14:25:52 +0000 (14:25 +0000)]
*** empty log message ***

23 years ago(SUBDIR): Remove leim.
Gerd Moellmann [Thu, 29 Mar 2001 14:24:43 +0000 (14:24 +0000)]
(SUBDIR): Remove leim.
(all, .RECURSIVE, extraclean): Add leim explicitly.
(leim): Provide separate rule which exports PARALLEL=0 into the
environment.

23 years ago(generic-mode-set-comments): Use "" rather than nil for comment-end.
Stefan Monnier [Thu, 29 Mar 2001 14:16:37 +0000 (14:16 +0000)]
(generic-mode-set-comments): Use "" rather than nil for comment-end.

23 years ago(ad-make-advised-definition): Call
Gerd Moellmann [Thu, 29 Mar 2001 14:11:46 +0000 (14:11 +0000)]
(ad-make-advised-definition): Call
interactive-form to obtain the interactive spec of subrs.

23 years agoFix typo.
Gerd Moellmann [Thu, 29 Mar 2001 14:08:58 +0000 (14:08 +0000)]
Fix typo.

23 years ago(interactive-form): New function.
Gerd Moellmann [Thu, 29 Mar 2001 14:08:34 +0000 (14:08 +0000)]
(interactive-form): New function.

23 years ago(Fsubr_interactive_form): New function.
Gerd Moellmann [Thu, 29 Mar 2001 13:58:30 +0000 (13:58 +0000)]
(Fsubr_interactive_form): New function.
(syms_of_data): Defsubr it.

23 years ago#
André Spiegel [Thu, 29 Mar 2001 11:51:26 +0000 (11:51 +0000)]
#

23 years ago(vc-sccs-register): Use relative file names.
André Spiegel [Thu, 29 Mar 2001 11:49:22 +0000 (11:49 +0000)]
(vc-sccs-register): Use relative file names.

23 years ago(live_string_p, live_cons_p, live_symbol_p)
Gerd Moellmann [Thu, 29 Mar 2001 10:35:51 +0000 (10:35 +0000)]
(live_string_p, live_cons_p, live_symbol_p)
(live_float_p, live_misc_p): Return 1 only if the offset of the
pointer in its block is >= 0.

23 years ago*** empty log message ***
Stefan Monnier [Thu, 29 Mar 2001 00:29:04 +0000 (00:29 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 28 Mar 2001 15:51:15 +0000 (15:51 +0000)]
*** empty log message ***