summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Doc fix.Richard M. Stallman1992-10-301-2/+6
|
* (vc-admin): Pass t as noquery arg to vc-resynch-window.Richard M. Stallman1992-10-281-2/+6
|
* (manual-program): Always use /usr/ucb/man if that exists.Richard M. Stallman1992-10-281-1/+3
|
* (fortran-window-create): Use screen-width, not frame-width.Richard M. Stallman1992-10-271-2/+2
|
* (fortran-prepare-abbrev-list-buffer): Fix typo.Richard M. Stallman1992-10-271-1/+1
|
* (fortran-tab-mode): Add defvar.Richard M. Stallman1992-10-271-23/+42
| | | | | | | | (fortran-analyze-file-format): Bind i. (fortran-tab-mode-string): Add defvar. (fortran-tab-mode): Use `arg' as variable, not as function. (fortran-prepare-abbrev-list-buffer): New function. (fortran-abbrev-help): Call that.
* Rename buffer-flush-undo to buffer-disable-undo.Richard M. Stallman1992-10-271-13/+13
| | | | | | | (Info-goto-emacs-key-command-node): Fix typo. (Info-menu-item-sequence): Commented out. (Info-follow-nearest-node): Use new event format. Select the window clicked on.
* (shell-command-on-region):Richard M. Stallman1992-10-271-1/+1
| | | | Use region-beginning and region-end, in interactive spec.
* (isearch-edit-string):Richard M. Stallman1992-10-271-4/+9
| | | | Bind cursor-in-echo-area only around read-char/allocate-event.
* (vc-resynch-window): New arg NOQUERY. Pass it to vc-revert-buffer1.Richard M. Stallman1992-10-261-10/+18
| | | | | | (vc-checkout, vc-finish-logentry, vc-revert-buffer, vc-finish-steal): Supply t as NOQUERY arg for vc-resynch-window. (vc-next-action): Don't revert workfile from master if buffer is modified.
* Dox fix.Christopher Zaborsky1992-10-251-1/+1
|
* Doc fix.Christopher Zaborsky1992-10-251-10/+11
|
* Doc fix.Christopher Zaborsky1992-10-254-14/+13
|
* (vc-prefix-map): Put vc-diff on = and vc-directory on d.Richard M. Stallman1992-10-241-3/+3
|
* (set-visited-file-name): Change the auto save file name.Richard M. Stallman1992-10-231-1/+8
|
* (insert-kbd-macros): If arg is empty, use last macro as default.Richard M. Stallman1992-10-231-37/+43
|
* (insert-kbd-macro): Replace nonprinting chars with escapes.Richard M. Stallman1992-10-231-3/+25
|
* (mail-aliases): Doc fix.Richard M. Stallman1992-10-231-2/+4
|
* (describe-function): Print `an autoloaded', not `a ...'.Richard M. Stallman1992-10-231-2/+2
|
* (goal-column): Don't put the defvar inside the make-variable-buffer-local.Richard M. Stallman1992-10-231-4/+5
|
* (dired-chown-program): Treat silicon-graphics-unix like usg-unix-v.Richard M. Stallman1992-10-211-1/+2
|
* (rmail-mode-map): Delete binding of M-r (use global one).Richard M. Stallman1992-10-211-1/+2
|
* (lpr-command): Treat hpux and silicon-graphics-unix like usg-unix-v.Richard M. Stallman1992-10-211-1/+1
|
* (backward-kill-sentence): Fix typo in last change.Richard M. Stallman1992-10-211-1/+1
|
* Doc fixes.Richard M. Stallman1992-10-211-3/+3
|
* (rmail-output-to-rmail-file): Call abbreviate-file-name.Richard M. Stallman1992-10-211-0/+1
|
* (comment-region): Do move to next line, in neg arg case.Richard M. Stallman1992-10-201-1/+2
|
* (isearch-mode-map): Make the top-level keymap dense.Richard M. Stallman1992-10-201-9/+18
| | | | Explicitly bind control characters at that level.
* (vc-registered): Look for handler only if file-name-handler-alist is bound.Richard M. Stallman1992-10-201-11/+12
|
* (ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host):Richard M. Stallman1992-10-201-20/+11
| | | | | | (ange-ftp-add-dumb-unix-host): Use default-directory, not dired-directory. (ange-ftp-allow-child-lookup): Eliminate use of dired-local-variables-file.
* (vc-registered): Look for a vc-registered handler.Richard M. Stallman1992-10-201-24/+34
|
* Add dummy handlers for file-truename and vc-registered.Richard M. Stallman1992-10-201-1/+9
|
* (file-truename): Check for root by seeing ifRichard M. Stallman1992-10-201-15/+29
| | | | | directory-file-name returns same as DIR. Look for a file-truename handler for the file name.
* (mail-aliases): Add definition here.Richard M. Stallman1992-10-201-0/+4
|
* (add-log-current-defun): Add condition-case aroundRichard M. Stallman1992-10-191-128/+129
| | | | the body, so at worst we return nil.
* (kill-sentence, backward-kill-sentence):Richard M. Stallman1992-10-181-8/+4
| | | | | (kill-paragraph, backward-kill-paragraph): Don't change point before calling kill-region.
* Doc fixes.Richard M. Stallman1992-10-181-1/+1
|
* Comment fix.Richard M. Stallman1992-10-181-2/+2
|
* Delete version 18 compatibility stuff.Richard M. Stallman1992-10-181-209/+67
| | | | | | | (mail-abbrevs, build-mail-abbrevs, rebuild-mail-abbrevs): (merge-mail-abbrevs): Renamed `mail-aliases' to `mail-abbrevs'. (mail-abbrev-end-of-buffer): Renamed from abbrev-hacking-end-of-buffer. (mail-abbrev-next-line): Renamed from abbrev-hacking-next-line.
* (mail-setup): Call build-mail-aliases, not mail-abbrev-setup.Richard M. Stallman1992-10-181-1/+22
| | | | (sendmail-send-it): Call expand-mail-aliases.
* (rmail-sort-messages): Give up right away if not Rmail mode.Richard M. Stallman1992-10-181-0/+2
|
* Dox fixes.Christopher Zaborsky1992-10-181-81/+93
|
* (occur): Always search entire buffer.Richard M. Stallman1992-10-181-14/+7
|
* * mouse.el (mouse-tear-off-window): New function.Jim Blandy1992-10-171-0/+10
|
* (mouse-set-region): New command. Bind drag-mouse-1 to it.Richard M. Stallman1992-10-171-1/+15
|
* (telnet): Do erase-buffer after the initial output.Richard M. Stallman1992-10-161-1/+1
|
* (telnet): Wait for telnet output before sending `open'.Richard M. Stallman1992-10-151-0/+2
|
* * files.el (file-truename): The variable ~ should be considered anJim Blandy1992-10-141-1/+3
| | | | | absolute pathname; handle it correctly. Concatenate the directory onto the filename in the correct order.
* (visit-tags-table-buffer): When trying to pick table, callRoland McGrath1992-10-121-12/+14
| | | | | tags-expand-table-name on alternatives that might be nil. (tags-table-files): Don't call visit-tags-table-buffer; assume we are there.
* (edit-picture): Run picture-mode-hook.Richard M. Stallman1992-10-121-1/+2
|