summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (kill-emacs-query-functions): Doc fix.Richard M. Stallman1995-03-021-1/+4
|
* (vc-comment-to-change-log): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-2/+2
|
* (indented-text-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-1/+1
|
* (tex-common-initialization, latex-mode, slitex-mode): Remove ^ fromBoris Goldowsky1995-03-021-38/+38
| | | | paragraph-start & paragraph-separate.
* (texinfo-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-2/+2
|
* (texinfo-format-refill): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-2/+2
|
* (simula-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-1/+1
|
* (mail-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-4/+4
|
* (scribe-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-2/+2
|
* (scheme-mode-variables): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-1/+1
|
* (news-reply-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-2/+2
|
* (prolog-mode-variables): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-1/+1
|
* (perl-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-1/+1
|
* (outline-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-2/+2
|
* (Edit-options-mode): Remove ^ from paragraph-start.Boris Goldowsky1995-03-021-1/+1
|
* (nroff-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-2/+2
|
* (modula-2-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-1/+1
|
* (mim-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-021-1/+1
|
* Use font-lock-maximum-decoration when setting fortran-font-lock-keywords.Simon Marshall1995-03-021-1/+3
|
* Use font-lock-maximum-decoration when setting f90-font-lock-keywords.Simon Marshall1995-03-021-1/+3
|
* Use font-lock-maximum-decoration to set ada-font-lock-keywords.Simon Marshall1995-03-021-1/+3
|
* Use font-lock-maximum-decoration when setting ada-font-lock-keywordsSimon Marshall1995-03-021-4/+6
|
* Added font-lock-maximum-decoration; use it to set lisp-font-lock-keywords, andSimon Marshall1995-03-021-117/+106
| | | | | | | | | C and C++ ones. Added font-lock-after-fontify-buffer-hook; font-lock-fontify-buffer runs it. Added font-lock-thing-lock-cleanup; font-lock-mode runs it when turning off. Fixed font-lock-fontify-region so it uses forward-comment from comment-start, rather than searching for comment-end. Mods to lisp-font-lock-keywords-1 and 2.
* Make sure shell-cd sets list-buffers-directory to a directory ending with `/'.Simon Marshall1995-03-021-1/+3
|
* (gud-massage-args): Variable and function deleted.Richard M. Stallman1995-03-021-7/+0
| | | | (gud-common-init): Don't set the variable.
* (gud-common-init): Put substed file name back in originalRichard M. Stallman1995-03-021-11/+18
| | | | | | | sequence in the args. Pass ARGS to massage-file even if no file name. (gud-gdb-massage-args, gud-sdb-massage-args, gud-dbx-massage-args) (gud-mipsdbx-massage-args, gud-xdb-massage-args) (gud-perldb-massage-args): Don't add FILE onto the args.
* (mh-letter-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-011-2/+2
|
* (icon-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-011-1/+1
|
* (gnus-uu-post-reply-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-011-2/+2
|
* (edt-indent-or-fill-region): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-011-1/+1
|
* (c++-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-011-1/+1
|
* (c-mode, c-fill-paragraph): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-011-5/+5
|
* (bibtex-mode): Remove ^ from paragraph-start.Boris Goldowsky1995-03-011-1/+1
|
* (awk-mode): Remove ^ from paragraph-start & paragraph-separate.Boris Goldowsky1995-03-011-1/+1
|
* (outline-mode): Remove ^ from paragraph-start & -separate.Boris Goldowsky1995-03-011-2/+2
|
* (ada-mode): Remove ^ from paragraph-start & -separate.Boris Goldowsky1995-03-011-1/+1
|
* (paragraph-start, paragraph-separate): Default values no longer startBoris Goldowsky1995-03-011-37/+91
| | | | | | | | | | with ^. Doc fix. (use-hard-newlines): Moved here from cmds.c. Made buffer-local. Doc fix. (looking-at-hard): Deleted, not needed. (forward-paragraph): Removes ^ from beginning of regexps, if required. Look for paragraph-start and paragraph-separate at left-margin, not BOL. Lines with just left-margin indentation are treated like blank lines.
* (newline): Moved from cmds.c. Indents lastBoris Goldowsky1995-03-011-0/+34
| | | | inserted line to left-margin.
* (vc-do-command): Search vc-path first, not last.Richard M. Stallman1995-03-011-1/+1
|
* (shell-command-on-region): Fix typos in doc string.Karl Heuer1995-03-011-72/+1
| | | | | (universal-argument, describe-arg): Deleted; this is now in C code. (prefix-arg-internal, digit-argument, negative-argument): Likewise.
* (shell-command-on-region): Rename arg; doc fix.Richard M. Stallman1995-02-281-11/+13
|
* (rlogin-carriage-filter): Don't assume region is narrowed to most recentNoah Friedman1995-02-281-19/+20
| | | | output.
* (te-escape): Use current-prefix-arg, not prefix-arg.Karl Heuer1995-02-281-2/+2
|
* (revert-buffer): Use current-prefix-arg, not prefix-arg.Karl Heuer1995-02-281-1/+1
|
* Made revert-buffer message go via substitute-command-keys.Simon Marshall1995-02-271-1/+3
|
* (tar-header-block-tokenize): Parse 32-bit modtimeRichard M. Stallman1995-02-261-12/+33
| | | | | | | | | | | | | | current-time compatible a list of 16-bit ints (HIGH LOW). (tar-parse-octal-integer): Write char-const '0' as ?0 instead of more obscure 48. (tar-parse-octal-long-integer): New function. (tar-clip-time-string): New function. (tar-header-block-summarize, tar-header-block-summarize): Insert mod-time into listing. (tar-next-line): Move goal column to new location of filenames. (tar-mode-show-date): New variable. (tar-header-block-summarize, tar-next-line): Obey it.
* (compilation-buffer-p): Check for compilation-minor-mode orRoland McGrath1995-02-261-2/+2
| | | | | compilation-mode major mode, rather than internal state variables. Don't want to match a buffer that was once in compilation-minor-mode but is not now.
* Clean up doc strings.Thien-Thi Nguyen1995-02-261-194/+207
| | | | Remove cl.el and emacs-vers.el dependencies.
* (mouse-kill-secondary): Avoid changing this-command.Richard M. Stallman1995-02-261-5/+6
| | | | Don't clear the secondary selection.
* (byte-compile-file): Bind default-major-mode to avoid randomness.Richard M. Stallman1995-02-251-0/+1
|