1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00
Commit Graph

3492 Commits

Author SHA1 Message Date
Richard M. Stallman
1447c534b5 (syms_of_keymap): Add missing 2nd arg to Fcons. 1993-06-02 02:09:04 +00:00
Richard M. Stallman
1c24b04ae5 (mail-signature): Do not insert a line with `--'.
(mail-yank-hooks): New hook variable.
(mail-yank-original): Run the hook.
(mail-indent-citation): New function.
1993-06-01 23:19:49 +00:00
Richard M. Stallman
acfb884cec (do-install): Correct previous etc-copying change.
(src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE.
1993-06-01 22:49:36 +00:00
Richard M. Stallman
7b7a9d23d4 Don't hassle me about emacs.texi. 1993-06-01 22:37:43 +00:00
Richard M. Stallman
bf3b07d38c Initial revision 1993-06-01 22:26:20 +00:00
Richard M. Stallman
c0bb9f3b6d (mouse-buffer-menu): Don't select the event's window,
if event has frame instead.
1993-06-01 22:19:16 +00:00
Richard M. Stallman
bdd53bbcac Typo in autoload cookie. 1993-06-01 21:42:03 +00:00
Richard M. Stallman
cb96d15d59 (shell-prompt-pattern): Use defvar. 1993-06-01 21:41:11 +00:00
Richard M. Stallman
8ee0efed36 *** empty log message *** 1993-06-01 21:25:47 +00:00
Richard M. Stallman
a8efd566f0 (ange-ftp-make-backup-files): Doc fix. 1993-06-01 21:20:31 +00:00
Richard M. Stallman
1daffa1cf9 (Fwrite_region): Don't fsync if autosaving. 1993-06-01 21:15:25 +00:00
Richard M. Stallman
0360eb4bb5 (GETPGRP_NO_ARG): Defined. 1993-06-01 21:07:09 +00:00
Richard M. Stallman
83d1b92f9e Comment change. 1993-06-01 20:57:18 +00:00
Richard M. Stallman
98bee59b28 (mouse-menu-bar-buffers): Renamed from mouse-buffer-menu. 1993-06-01 20:54:21 +00:00
Richard M. Stallman
f415c00c4c (posn-timestamp): Doc fix. 1993-06-01 20:52:15 +00:00
Richard M. Stallman
47e7b9e5a9 [HPUX9]: Don't include errnet.h. 1993-06-01 20:49:28 +00:00
Richard M. Stallman
faf603f3a3 (sort-fold-case): New variable.
(sort-subr): Bind case-fold-search from sort-fold-case.
1993-06-01 20:35:33 +00:00
Richard M. Stallman
b553cffa92 (undo): Pass proper arg to delete-auto-save-file-if-necessary. 1993-06-01 20:31:47 +00:00
Richard M. Stallman
f8131ed22d [!FLOAT_CHECK_ERRNO] (IN_FLOAT): New definition.
(Flog): Fix argument of `log'.
1993-06-01 20:29:48 +00:00
Richard M. Stallman
9f717104c4 (KERNEL_FILE): New override definition. 1993-06-01 20:25:45 +00:00
Richard M. Stallman
ab1d55ea31 entered into RCS 1993-06-01 20:11:54 +00:00
Richard M. Stallman
6343ed6163 Initial revision 1993-06-01 20:09:25 +00:00
Richard M. Stallman
069ca42f23 Comment changes. 1993-06-01 20:00:49 +00:00
Richard M. Stallman
a2d80780f0 #undef C_SWITCH_SYSTEM. 1993-06-01 19:57:02 +00:00
Richard M. Stallman
b3d7fa6aab (init_frame_faces): Don't look at selected_frame unless it is an X frame. 1993-06-01 19:23:38 +00:00
Richard M. Stallman
b56eb7c9d5 (fortran-mode): Replace comment-indent-hook with
comment-indent-function.

(fortran-is-in-string-p): Replaced with new version
that uses the syntax table.

(calculate-fortran-indent): Lines that have a # after
whitespace are interpreted as cpp directives and outdented back to
column zero.
1993-06-01 19:03:52 +00:00
Richard M. Stallman
aef4422ef8 (map-keymap): Doc fix. 1993-06-01 18:24:00 +00:00
Richard M. Stallman
e251a1fdf4 (dired-compress-file): Use gzip when proper/possible. 1993-06-01 18:02:02 +00:00
Richard M. Stallman
3a48ae7978 *** empty log message *** 1993-06-01 17:50:34 +00:00
Richard M. Stallman
5a2411669f (LIBS_MACHINE): Defined. 1993-06-01 17:32:53 +00:00
Richard M. Stallman
f3773a0010 (cl-mod): Renamed from mod. 1993-06-01 16:30:54 +00:00
Richard M. Stallman
74edd77690 Comment change. 1993-06-01 15:56:29 +00:00
Richard M. Stallman
5ed8e09c1d #undef signal. 1993-06-01 08:08:38 +00:00
Richard M. Stallman
2c02935314 [LINUX]: #undef signal. 1993-06-01 08:08:11 +00:00
Richard M. Stallman
714fd2eafb (x_set_menu_bar_lines): Use FRAME_NEW_HEIGHT and ..._WIDTH.
(x_window): In XSetClassHint, use a shortened version of the frame name.
1993-06-01 08:07:38 +00:00
Richard M. Stallman
88f3b4fc65 [__GNUC__ >= 2]: Don't include alloca.h. 1993-06-01 07:32:23 +00:00
Richard M. Stallman
7dce3709b4 (copy-tree): Use let* to bind new before i. 1993-06-01 06:03:56 +00:00
Richard M. Stallman
3aa7cce7e4 Provide cookie1. 1993-06-01 06:02:24 +00:00
Richard M. Stallman
3c2758e903 (te-pass-through): Delete debugging code left by mistake. 1993-06-01 05:36:19 +00:00
Richard M. Stallman
cccd719e43 (comint-filter): Put window-start before the input. 1993-06-01 05:31:15 +00:00
Richard M. Stallman
130bf67c14 (isearch-mode): If enter recursive-edit,
also bind isearch-recursive-edit.
1993-06-01 04:52:28 +00:00
Richard M. Stallman
269d869ffd Use cookie1.el. 1993-06-01 04:28:54 +00:00
Richard M. Stallman
8eb74eecee Renamed to cookie1.el. 1993-06-01 04:26:42 +00:00
Richard M. Stallman
49ee70e265 Handle 386bsd. 1993-06-01 04:12:00 +00:00
Richard M. Stallman
3467d826e2 *** empty log message *** 1993-06-01 04:07:25 +00:00
Richard M. Stallman
2986d5d9c0 Initial revision 1993-06-01 04:07:09 +00:00
Richard M. Stallman
d28c4332f5 (internal_equal): Don't let ints be equal to floats. 1993-06-01 03:38:24 +00:00
Richard M. Stallman
f526b95587 (Frem): Fix result sign properly. 1993-06-01 03:37:28 +00:00
Richard M. Stallman
348d4dd680 (float_to_string): Skip `-' like digits when ensuring
result looks like a float.
1993-06-01 03:33:40 +00:00
Richard M. Stallman
05cf4426ba (outline-flag-region): Pass t as NOUNDO arg
to subst-char-in-region.  No need to restore buffer-modified-p by hand.
1993-06-01 03:24:24 +00:00