1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00
Commit Graph

37517 Commits

Author SHA1 Message Date
Pavel Janík
e2ba787b86 (process-inherit-coding-system-flag, get-buffer-process): Do not confuse
make-docfile with doc strings in comment.
2001-10-15 14:55:28 +00:00
Pavel Janík
a65da64122 *** empty log message *** 2001-10-15 14:34:08 +00:00
Pavel Janík
e78119260c (Fchar_to_string): Make doc string consistent with arguments. 2001-10-15 14:19:38 +00:00
Pavel Janík
6a0b793abe *** empty log message *** 2001-10-15 13:50:48 +00:00
Pavel Janík
b39fb64b26 Put doc strings in comments. 2001-10-15 13:38:04 +00:00
Gerd Moellmann
aa601ad023 (window_loop): Don't check for Fother_buffer returning nil. 2001-10-15 11:40:46 +00:00
Pavel Janík
dd8d1e71ef (Fmapconcat): Fix typo in a doc string. 2001-10-15 11:13:53 +00:00
Pavel Janík
288148a124 (Fsleep_for): Fix typo in a doc string. 2001-10-15 11:10:13 +00:00
Gerd Moellmann
50e88778af (select_window_1): Unfreeze window start. Remove a
doubled test for WINDOW being live.
2001-10-15 10:44:09 +00:00
Gerd Moellmann
6d194a4596 Comment fix. 2001-10-15 10:28:13 +00:00
Gerd Moellmann
9f5eb4a318 *** empty log message *** 2001-10-15 10:12:29 +00:00
Gerd Moellmann
e6269cbb9e (x_draw_glyph_string): Restore clipping after
drawing box.
2001-10-15 10:12:08 +00:00
Gerd Moellmann
7dfd439c45 (read_c_string_or_comment): Don't drop a '*'
in a C doc comment.
2001-10-15 10:04:31 +00:00
Gerd Moellmann
56378db4a0 *** empty log message *** 2001-10-15 09:14:09 +00:00
Gerd Moellmann
cfe98f5098 (set-auto-coding): Fix regexps for local
variables section not to eat newlines.
2001-10-15 08:47:11 +00:00
Pavel Janík
dbae44c877 (prefix-arg, current-prefix-arg): Fix typo in a doc string. 2001-10-15 08:13:24 +00:00
Stefan Monnier
91c067f477 *** empty log message *** 2001-10-15 02:51:50 +00:00
Miles Bader
31252c009c (display-message-or-buffer): Pass the correct buffer to `display-buffer'. 2001-10-15 01:01:21 +00:00
Stefan Monnier
845e4cf4d4 (access_keymap): Unify handling of `t' and generic-char.
If a parent is reached and noinherit is set, exit immediately.
Use AREF and ASIZE macros.  Call get_keyelt before checking KEYMAPP.
2001-10-14 22:45:14 +00:00
Stefan Monnier
99776d43e2 (TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS)
(TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS): Remove.
2001-10-14 20:23:38 +00:00
Stefan Monnier
8580a4e3e0 (in_ellipses_for_invisible_text_p, handle_invisible_prop):
Use new retval of TEXT_PROP_MEANS_INVISIBLE.
2001-10-14 20:21:07 +00:00
Stefan Monnier
67964c67c6 (skip_invisible): Use new retval of TEXT_PROP_MEANS_INVISIBLE. 2001-10-14 20:19:10 +00:00
Stefan Monnier
0c88c9374c *** empty log message *** 2001-10-14 20:17:49 +00:00
Stefan Monnier
8958788972 (EXEC_SUFFIXES): Remove. 2001-10-14 20:16:52 +00:00
Stefan Monnier
33d5af9917 (syms_of_callproc): Init Vexec_suffixes to Qnil.
(decode_suffixes): Remove.
2001-10-14 20:13:47 +00:00
Stefan Monnier
2d08a2d49a (executable-binary-suffixes): Make varalias.
(executable-find): Use exec-suffixes.
(executable-set-magic): Don't use make-local-hook.
2001-10-14 20:09:46 +00:00
Stefan Monnier
ae95a95a9c (exec-suffixes): Initialize to a system-dependent value. 2001-10-14 20:08:21 +00:00
Eli Zaretskii
a12ca05478 (completion-ignored-extensions) [ms-dos, windows-nt]:
Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
Add .so to the Unix and GNU branch.
2001-10-14 20:00:28 +00:00
Eli Zaretskii
5a59578548 Add no-byte-compile. 2001-10-14 19:40:02 +00:00
Stefan Monnier
3b6b6db708 (DOLIST, LOOP_PROPVAL): Remove.
(invisible_p): Return 1 or 2 depending on whether an ellipsis is used.
(invisible_ellipsis_p, invisible_noellipsis_p): Remove.
2001-10-14 19:19:57 +00:00
Stefan Monnier
67139f6cfc (TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS)
(TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS): Use invisible_p's new return vals.
(invisible_ellipsis_p, invisible_noellipsis_p): Removed.
2001-10-14 19:19:03 +00:00
Pavel Janík
04d7d0668f (Ftop_level): Add prototype. 2001-10-14 16:14:53 +00:00
Pavel Janík
d624284cc8 (xlwmenu_window_p, xlwmenu_redisplay): Add prototypes.
(XTread_socket): Improve style of comments to follow other comments.
2001-10-14 16:10:40 +00:00
Pavel Janík
a87414f993 (Fcommand_execute): Remove unnecessary prototype (it is already prototyped
in included lisp.h).
2001-10-14 16:03:03 +00:00
Pavel Janík
d19be8a9e3 (Fset_mouse_position): Improve style of comment to follow other comments.
(Fset_mouse_pixel_position): Improve style of comment to follow other
comments.
(Fmake_frame_visible): Doc fix and typo in comment.
(Fmake_frame_invisible): Doc fix and typo in comment.
(Ficonify_frame): Fix typo in comment.
2001-10-14 15:59:20 +00:00
Miles Bader
ecdbe16a1f Doc fixes. 2001-10-14 15:16:57 +00:00
Miles Bader
530893b26e *** empty log message *** 2001-10-14 14:34:44 +00:00
Gerd Moellmann
228299fa71 Put doc strings in comments. 2001-10-14 10:36:32 +00:00
Gerd Moellmann
37f6b5b6d2 *** empty log message *** 2001-10-14 10:28:45 +00:00
Gerd Moellmann
fd58dedab4 *** empty log message *** 2001-10-14 10:10:01 +00:00
Gerd Moellmann
10ffbc1458 Fix multi-line string. 2001-10-14 09:56:44 +00:00
Gerd Moellmann
c061c855c8 Put doc strings in comments. 2001-10-14 09:40:40 +00:00
Eli Zaretskii
79c2a4fc68 Fix a typo in a comment. 2001-10-14 08:42:52 +00:00
Stefan Monnier
fedff3c696 (esc-map): Revert j' and C-j' bindings to
indent-new-comment-line from comment-indent-new-line.
2001-10-14 03:18:58 +00:00
Stefan Monnier
6efb29ef80 *** empty log message *** 2001-10-14 02:56:26 +00:00
Michael Kifer
2d341681c8 2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
* viper-ex.el (ex-edit): make checks for modified buffer/file.
	(viper-get-ex-address-subr): more precise addr for the $ marker

	* viper-cmd.el: Fixed indentation.

	* viper.texi: Clarified that viper won't expand special symbols in
	search patterns.
2001-10-13 21:38:19 +00:00
Gerd Moellmann
e641b454cd *** empty log message *** 2001-10-13 20:45:55 +00:00
Gerd Moellmann
47cebab1af Put doc strings in comments. 2001-10-13 20:44:17 +00:00
Gerd Moellmann
df7cd53bbe (DEFUN, DEFVAR_LISP, ...) [DOC_STRINGS_IN_COMMENTS]:
Provide definitions for doc strings in comments.
2001-10-13 20:43:52 +00:00
Gerd Moellmann
74c55c82b6 (read_c_string_or_comment): Renamed from
read_c_string.  Add parameter COMMENT.  Read C-style comments.
(scan_c_file): Handle doc strings in C comments.
2001-10-13 20:41:25 +00:00