- 23 Dec, 1993 40 commits
-
-
Richard M. Stallman authored
(makefile-insert-target-ref): Fix typo.
-
Richard M. Stallman authored
(pages-directory): Omit space at end of pages-directory-buffer.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(outline-mode): Set change-major-mode-hook.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Don't let `comint-prompt-regexp' match more than one line.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(add-hook): Use member to see if a lambda expr is already in the list.
-
Richard M. Stallman authored
Remove spurious quote on c++-mode. Recognize c++-c-mode.
-
Richard M. Stallman authored
(indent-c++-exp): Recognize `friend' without `class'.
-
Richard M. Stallman authored
(dired-goto-file): Call expand-file-name.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(hippie-expand-ignore-buffers): New variable. (he-regexp-member): New function. (hippie-expand-try-functions-list): Added `try-expand-list'. (try-expand-line-all-buffers, try-expand-list-all-buffers, try-expand-dabbrev-all-buffers): Use `he-regexp-member' and `hippie-expand-ignore-buffers'. (he-list-search): Don't find list containing point. (he-dab-search-regexp): Just match at beginning of words. (he-dabbrev-beg): Never move point forward.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Don't repeat at load time any bindings that are autoloaded.
-
Richard M. Stallman authored
in selected window, try another window, then a new frame. (set-visited-file-name): Don't rename-buffer if buffer already has the desired name. (insert-file): Add * to interactive spec.
-
Richard M. Stallman authored
followed by two spaces, in the case where we are insisting on having at least one complete word.
-
Richard M. Stallman authored
(reposition-window): Don't err if comment-height = 0. Don't repeat at load time any bindings that are autoloaded.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(shadow-copy-file): Use abbreviate-file-name to avoid incorrect warnings. Lucid support commented out (didn't work and caused compiler warnings).
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(comint-replace-by-expanded-history): New arg SILENT. (comint-send-input): Pass t as new arg. (comint-mode-map): Put comint-show-output on C-M-l. (comint-preinput-scroll-to-bottom): Removed calls to window-minibuffer-p and 'not-minibuf arg to walk-windows. Removed mouse-yank-at-click from command list and doc string. Removed duplicate test for comint-scroll-to-bottom-on-input (scroll). Removed test for 'this within walk-windows code. (comint-postoutput-scroll-to-bottom): Don't select a different buffer permanently. (comint-prompt-regexp): Fixed documentation. (comint-replace-by-expanded-history): Use skip-chars-forward to advance in main loop.
-
Richard M. Stallman authored
(byte-recompile-directory): Don't treat symlinks as dirs. (batch-byte-recompile-directory): Add autoload cookie.
-
Richard M. Stallman authored
(doctor-adverbp): Don't die if doctor-make-string gives a string of length < 2.
-
Richard M. Stallman authored
(dired-insert-subdir-validate): Call expand-file-name.
-
Richard M. Stallman authored
Instead, use this-command-keys. (x-fixed-font-alist): For 6x10, look for normal font, not semicondensed. (mouse-yank-secondary): Doc fix.
-
Richard M. Stallman authored
(etags-goto-tag-location): Improve not-found error msg.
-
Richard M. Stallman authored
(rmail-output-to-rmail-file): Turn off the deleted attribute outside of the save-restriction.
-
Richard M. Stallman authored
(isearch-text-char-description): Really call text-char-description for ctl chars.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
back to summary, and go back to the window that was selected before. (rmail-summary-rmail-update): Special handling for eob.
-
Richard M. Stallman authored
(rmail-resend): Delete more than one Sender, but only in the headers, not in the body. (rmail-resend): Doc fix. (rmail): Doc fix.
-
Richard M. Stallman authored
(telnet-prompt-pattern) (telnet-check-software-type-initialize): Don't let `telnet-prompt-pattern' match more than one line.
-