aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of edit menu.Edward M. Reingold1994-11-171-0/+2
|
* Undefine kill-region and copy-region-as-kill.Edward M. Reingold1994-11-171-5/+2
|
* (backup-buffer): Use file-ownership-preserved-p.Richard M. Stallman1994-11-171-1/+1
|
* (timer-process-filter): Use save-match-data.Richard M. Stallman1994-11-171-28/+29
|
* (rmail-fields-not-to-output): New variable.Richard M. Stallman1994-11-171-2/+35
| | | | | (rmail-delete-unwanted-fields): New function. (rmail-output, rmail-output-to-rmail-file): Call it.
* (set-keymap-parent): Fix bug in case of empty keymap.Richard M. Stallman1994-11-171-2/+2
| | | | (switch-to-other-buffer): Fix one-off error.
* (timezone-parse-date): Handle two new formats (6 and 7).Richard M. Stallman1994-11-161-1/+11
|
* (substitute-key-definition): Don't recursively scanRichard M. Stallman1994-11-161-1/+5
| | | | where OLDMAP has a submap but KEYMAP does not.
* (dired-collect-file-versions): Discard version #s fromRichard M. Stallman1994-11-161-13/+18
| | | | arg; then do nothing if already in dired-file-version-alist.
* (tags-query-replace): Use query-replace-read-args in interactive spec.Roland McGrath1994-11-151-2/+1
|
* (isearch-other-meta-char): Delete debugging code.Richard M. Stallman1994-11-151-10/+4
| | | | (isearch-char-to-string): Simplify--assume character is an integer.
* (mouse-save-then-kill): Call mouse-show-markRichard M. Stallman1994-11-151-2/+2
| | | | when we adjust an existing region.
* (isearch-gnu-emacs-events): Variable deleted.Richard M. Stallman1994-11-151-31/+7
| | | | | | | (isearch-update): Always test unread-command-events. (isearch-event-data-type): Variable deleted. (isearch-pre-command-hook-exists): Variable deleted. (isearch-last-command-char): Only use last-command-char.
* (isearch-unread): Always use unread-command-events.Richard M. Stallman1994-11-151-22/+18
| | | | | (isearch-other-meta-char): In the case of a mouse event with a dummy prefix, recombine the two into a single event before unreading.
* (line): Add a beginning-op function.Richard M. Stallman1994-11-151-0/+8
|
* (tags-table-including): Don't gratuitously cons (what was I thinking?).Roland McGrath1994-11-151-6/+11
| | | | Properly skip t elements of tags-table-computed-list.
* (comint-exec-1): Terminate TERMCAP with colon.Richard M. Stallman1994-11-151-1/+1
|
* (scheme-mode-variables): Set parse-sexp-ignore-comments to t.Karl Heuer1994-11-141-0/+2
|
* Add scheme-mode to font-lock-defaults-alist using lisp-font-lock-keywords.Simon Marshall1994-11-141-0/+1
|
* (query-replace-map): Bind Y and N like y and n.Richard M. Stallman1994-11-141-0/+2
|
* For windows-nt, load mouse.Richard M. Stallman1994-11-141-1/+7
|
* (lpr-headers-switches): Base default on lpr-command value.Richard M. Stallman1994-11-131-1/+1
|
* (texinfo-format-node): Insert the node delimiterRichard M. Stallman1994-11-111-3/+2
| | | | that info is looking for unconditionally.
* (compile): With prefix arg, prompt even if (not compilation-read-command).Roland McGrath1994-11-101-17/+13
| | | | | | | | (compilation-error-regexp-alist): Make first regexp match column numbers too. Remove regexp for "prog:file:line: error". Replace GNAT 1.82 regexp with "prog: file:line\(:col\)?: error". (compilation-parse-errors): If spec has a column subexpr, but it was optional and didn't match, ignore it.
* (find-change-log): If change-log-default-nameRichard M. Stallman1994-11-101-4/+10
| | | | has no dir component, search through parent dirs for it.
* Comment change.Richard M. Stallman1994-11-101-3/+4
|
* (ange-ftp-version): Var deleted.Richard M. Stallman1994-11-101-2/+0
|
* (string-rectangle): Don't set point.Richard M. Stallman1994-11-091-2/+1
|
* Comment reason for preceding change.Karl Heuer1994-11-091-0/+3
|
* (facemenu-update): Use C-down-mouse-2 for the menu.Richard M. Stallman1994-11-091-8/+3
| | | | Doc fixes.
* (comint-exec-1): Make sure default-directory is a real dir.Richard M. Stallman1994-11-091-1/+5
|
* (copy-region-as-kill): Don't set this-command.Richard M. Stallman1994-11-091-1/+0
|
* Only define items in vc-menu-map if it is boundp.Roland McGrath1994-11-091-32/+37
|
* (compilation-error-regexp-alist): Add an element for Irix 5.2 warnings.Richard M. Stallman1994-11-091-0/+4
|
* * man.el (Man-berkeley-sed-script, Man-sysv-sed-script,Francesco Potortì1994-11-091-5/+7
| | | | | Man-cleanup-manpage, Man-fontify-manpage): Handle the "+\bo" form (used by aix) in addition to the "o\b+" one (used by sun).
* (vi-kill-region): Pass args to kill-region.Karl Heuer1994-11-091-6/+6
| | | | (vi-mark-region): Don't pass unexpected args.
* (emerge-file-names): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+7
| | | | [commented out] (describe-mode): Likewise.
* (apropos-print-matches): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+2
|
* (describe-calendar-mode): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+3
|
* (describe-buffer-case-table): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+2
|
* (debugger-list-functions): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+4
|
* (describe-display-table): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+2
|
* (make-help-screen): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+1
|
* (describe-key, describe-mode, view-lossage, describe-function, ↵Karl Heuer1994-11-091-5/+18
| | | | describe-variable): Set help-mode in *Help* buffer.
* (Helper-describe-mode): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+2
|
* (Info-summary): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-0/+1
|
* (kbd-macro-query): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-2/+4
|
* (map-y-or-n-p): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+4
|
* (disabled-command-hook): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+4
|
* (r2b-help): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+4
|