Commit graph

2134 commits

Author SHA1 Message Date
Paul Eggert
7fa8a8981f (gnus-caesar-region): Replace %' by mod' and simplify. 1993-08-10 04:14:17 +00:00
Paul Eggert
632f9a0ea0 (calendar-/, calendar-%): Remove, since floor and mod
now subsume them.  All callers changed.
1993-08-10 04:14:17 +00:00
Paul Eggert
e7bb3aebcc solar-mod -> mod 1993-08-10 04:14:17 +00:00
Paul Eggert
12e070d17a (siolar-mode): Remove, since mod now subsumes it. ALl callers changed. 1993-08-10 04:14:17 +00:00
Paul Eggert
46780baeeb mod' is no longer an alias for %'. 1993-08-10 04:14:17 +00:00
Paul Eggert
ebe6b81460 (floor*): Use `floor' instead of doing most the work ourselves. 1993-08-10 04:14:17 +00:00
Paul Eggert
2ec5af1103 (ring-mod): Remove, since floor and mod
now subsume them.  All callers changed.
1993-08-10 04:14:17 +00:00
Paul Eggert
adb4746230 Remove, since floor and mod
(caesar-region): Replace `%' by `mod' and simplify.
1993-08-10 04:14:17 +00:00
Paul Eggert
9cd77daade (abs, ceiling, floor): Remove, since they now redefine
builtin functions.  All `ceiling' callers rewritten to invoke `floor'.
1993-08-10 04:14:17 +00:00
Paul Eggert
0bf9031ad1 ring-mod -> mod 1993-08-10 04:14:17 +00:00
Paul Eggert
ffbc30b29a (isearch-ring-adjust1, isearch-ring-advance-edit): Replace %' by mod' and simplify. 1993-08-10 04:14:17 +00:00
Paul Eggert
47096a67ef (current-kill): Replace (% (+ N (- L K)) L) with (mod (- N K) L),
which is simpler.
1993-08-10 04:14:17 +00:00
Paul Eggert
9b1868cc53 (timezone-fix-time, timezone-zone-to-minute): Simplify with `abs'
and `floor' functions instead of doing it ourselves.
1993-08-10 04:14:17 +00:00
Paul Eggert
c6bfcd1295 (vc-previous-comment): Use mod', not ring-mod'. 1993-08-10 04:14:17 +00:00
Richard M. Stallman
0db70aa270 (edit-picture-hook): Use add-hook to modify it. 1993-08-09 06:18:02 +00:00
Richard M. Stallman
2c5725d29c (enable-local-variables): setq deleted. 1993-08-09 06:17:30 +00:00
Richard M. Stallman
3a0ce8496d (server-visit-files): Restore current-buffer by hand,
not using save-excursion.
1993-08-09 05:56:29 +00:00
Richard M. Stallman
98deaf97f5 (ange-ftp-send-cmd): Bind ange-ftp-this-...
in the outermost let, not an inner one.
1993-08-09 05:03:17 +00:00
Richard M. Stallman
107a16d199 (gud-dbx-marker-filter): Detect signals as well as bpts. 1993-08-09 04:36:47 +00:00
Richard M. Stallman
10e8630f04 (comint-mode-map): Delete C-c C-y binding. 1993-08-09 00:57:19 +00:00
Richard M. Stallman
faf0eb3112 (mh-read-msg-list): Undo previous change. 1993-08-09 00:08:55 +00:00
Richard M. Stallman
79e0df73a8 (minibuffer-window-active-p): New function. 1993-08-08 19:18:26 +00:00
Richard M. Stallman
b80f19281d (mouse-set-point): Error if click in inactive minibuffer.
(mouse-drag-region): Use mouse-set-point.
Don't set a mark if final event wasn't suitable for setting point.
1993-08-08 19:16:42 +00:00
Richard M. Stallman
aa00b92d69 (shell-command, shell-command-on-region):
Fix bugs in previous change.
1993-08-08 07:47:33 +00:00
Richard M. Stallman
280a1a6548 (etags-goto-tag-location): If match started with Ctrl-m,
compensate when setting point.
1993-08-08 07:21:22 +00:00
Richard M. Stallman
53a051941f (dired-compress-file): For .z file, run gunzip.
When running gzip, see if it made .gz or .z.
(dired-compress): Delete old entry for new-file, if any.
1993-08-08 05:00:25 +00:00
Jim Blandy
064726ac89 * vc.el (vc-diff, vc-directory-18): Add missing paren to end of
vc-diff, and remove extra paren from vc-directory-18.
1993-08-08 00:44:26 +00:00
Jim Blandy
1b3250ab67 Doc fix. 1993-08-08 00:20:22 +00:00
Richard M. Stallman
fe5e3a2aca (dired-diff): Read options right here;
don't try to use diff-read-switches.  Always call diff with 3 args.
(dired-backup-diff): Likewise.
1993-08-07 19:25:43 +00:00
Richard M. Stallman
34b45e324e (do-auto-fill): Don't keep breaking the line
if it doesn't help matters.
1993-08-07 08:19:18 +00:00
Richard M. Stallman
232acca722 (indent-region): Fix paren error in last change. 1993-08-06 22:15:45 +00:00
Richard M. Stallman
c4fc9e31aa (mouse-save-then-kill): Fix paren error in last change. 1993-08-06 22:11:20 +00:00
Roland McGrath
dad8e39292 (menu-bar-mode): Defvar removed.
(menu-bar-mode): Rewritten to parallel scroll-bar-mode.
1993-08-06 21:06:10 +00:00
Roland McGrath
6ee9f95358 (scroll-bar-mode): If FLAG is non-nil, set it to its prefix-numeric-value. 1993-08-06 21:03:45 +00:00
Roland McGrath
e0568e8637 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node): Doc fix. 1993-08-06 20:29:23 +00:00
Roland McGrath
21ee8c42cf (help-for-help): Mention C-k and C-f. 1993-08-06 20:24:57 +00:00
Richard M. Stallman
ff78d52034 (after-find-file): Improve warning message about
existing file that can't be read.
1993-08-06 18:03:10 +00:00
Richard M. Stallman
88a2603af6 (indent-region): Rename arg ARG to COLUMN.
Don't add fill-prefix to empty line.
Don't change whitespace in empty line.
1993-08-06 01:56:26 +00:00
Richard M. Stallman
8b213da760 (help-admin-map): Fix menu item text. 1993-08-05 21:53:02 +00:00
Richard M. Stallman
d5d9ce9182 (font-lock-fontify-region): Handle comment-start-skip = nil. 1993-08-05 20:47:30 +00:00
Richard M. Stallman
6961bfbfdc (rmail-resend): Delete any Sender field. 1993-08-05 06:54:58 +00:00
Richard M. Stallman
97c48db572 (perl-mode): Add autoload cookie. 1993-08-05 01:37:04 +00:00
Richard M. Stallman
9c85ef9fe1 (sendmail-program): Try /usr/sbin/sendmail.el also. 1993-08-04 23:19:50 +00:00
Richard M. Stallman
34fa2dc2e5 (diary-display-hook): Change default and fix doc string.
(diary-hook): New user variable.
(diary-date-forms, calendar-date-display-form): Don't autoload
them so the European/American style is decided at load time.
1993-08-04 23:02:10 +00:00
Richard M. Stallman
6e72e7952d (list-diary-entries): Split diary-display-hook into two
pieces, diary-display-hook and diary-hook.  If diary-display-hook
is nil, use simple display.
(include-other-diary-files): Set those hooks properly for other files.
1993-08-04 23:01:24 +00:00
Richard M. Stallman
75993094cc entered into RCS 1993-08-04 08:20:00 +00:00
Richard M. Stallman
a2d24e958a (mouse-save-then-kill): Don't discard all the normal
undo info; just replace the deletion entry.
1993-08-04 04:37:11 +00:00
Richard M. Stallman
2adf4f6165 (print-region-1): Make END a marker so untabify relocates it. 1993-08-04 03:41:03 +00:00
Roland McGrath
d6bd8dca5d (compilation-minor-mode): Make variable buffer-local.
(compilation-minor-mode): Autoload this function.
1993-08-03 21:38:31 +00:00
Richard M. Stallman
cac0b95d13 (man): Define as alias. 1993-08-03 18:52:07 +00:00