summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (isearch-done): If search ends in middle of intangibleRichard M. Stallman1999-07-021-6/+17
| | | | text (due to text property), move on to the limit of that text.
* (Man-build-man-command): Use value of null-device,Andrew Innes1999-07-011-1/+1
| | | | instead of hard-coding "/dev/null".
* (untranslated-canonical-name): Avoid expandingAndrew Innes1999-07-011-1/+4
| | | | | ange-ftp file names, which might force ange-ftp to prompt for a password.
* (ange-ftp-load): Bind load-force-doc-strings to t,Andrew Innes1999-07-011-0/+2
| | | | to prevent references to temp files.
* (gnus-uu-decode-save-view): Fix typo.Karl Heuer1999-07-011-1/+1
|
* (sh-feature): If nothing is known about the given shell, use theRichard M. Stallman1999-07-011-0/+4
| | | | values for `sh'.
* (vc-fetch-cvs-status): Use "-l" option for "cvs status", to make itAndré Spiegel1999-06-301-2/+2
| | | | non-recursive.
* (vc-find-cvs-master): Set case-fold-search correctly.André Spiegel1999-06-301-4/+5
|
* (auto-show-mode): Fix Typo in :set.Karl Heuer1999-06-291-1/+1
|
* (sh-mode): When setting syntaxKarl Heuer1999-06-291-1/+2
| | | | table, default to the standard one.
* (reftex-pop-to-bibtex-entry): don't pop upKarl Heuer1999-06-271-5/+6
| | | | a frame when `return' is requested (even if pop-up-frames = t)
* (bibtex-mode): `font-lock-mark-block-function'Karl Heuer1999-06-271-19/+29
| | | | should only be set for the bibtex buffer.
* (generated-autoload-file): Doc fix.Karl Heuer1999-06-271-1/+2
|
* (eval-defun): Doc fix.Karl Heuer1999-06-271-1/+7
|
* Deal with compilation-error-screen-columns being buffer-local.Karl Heuer1999-06-271-4/+6
|
* (comint-password-prompt-regexp): Allow "(again)".Karl Heuer1999-06-271-1/+3
|
* (calendar): Call calendar-only-one-frame-setup if requested.Karl Heuer1999-06-271-2/+5
|
* (calendar-only-one-frame-setup): New function.Karl Heuer1999-06-271-0/+19
|
* (iso-8859-n-locale-regexp): Doc fix.Karl Heuer1999-06-241-1/+1
|
* (iso-8859-n-locale-regexp): Doc fix.Karl Heuer1999-06-231-3/+5
|
* (sc-emacs-features): Doc fix.Karl Heuer1999-06-221-5/+5
|
* Comment fix.Karl Heuer1999-06-222-2/+2
|
* (auto-mode-alist): Add pike-mode.Karl Heuer1999-06-221-0/+1
|
* (tar-header-block-tokenize): Don't assume that the last byteKarl Heuer1999-06-201-8/+8
| | | | | | of a numeric field is a space or a NUL. Parse it as potentially part of the number. This is used by GNU tar 1.12.64012 to handle larger values.
* (custom-handle-keyword): Fix error message.Karl Heuer1999-06-201-1/+1
|
* (smtpmail-send-it): Use convert-standard-filename to make file namesAndrew Innes1999-06-181-1/+2
| | | | | for queued mail safe on Windows (`:' is invalid in file names on Windows).
* (coding-system-eol-type-mnemonic):Kenichi Handa1999-06-171-7/+10
| | | | Docstring modified. Return a string.
* (describe-current-coding-system-briefly): Fix format string.Kenichi Handa1999-06-171-1/+1
|
* (describe-current-input-method):Kenichi Handa1999-06-171-9/+9
| | | | | Current-input-method is string. (toggle-input-method): Docstring fixed.
* (sql-input-ring-file-name): Doc fix.Karl Heuer1999-06-171-3/+9
|
* (special-display-buffer-names):Karl Heuer1999-06-171-1/+3
| | | | Don't put (get-file-buffer diary-file) on this list.
* (mpuz-try-proposal): Fix message call.Karl Heuer1999-06-171-1/+3
| | | | Don't penalize player for certain impossible guesses.
* (ls-lisp-format-time): If timestamp is invalid,Andrew Innes1999-06-161-1/+1
| | | | | return the string "Unk 0 0000" so at least it appears to be a valid timestamp to `dired-move-to-filename-regexp'.
* Undo previous undo -- spiegel's change already corrected rms's.Karl Heuer1999-06-151-2/+2
|
* (ps-control-character): Fix previous change.Kenichi Handa1999-06-151-1/+1
|
* (vc-dired-mode): Undo previous two changes.Karl Heuer1999-06-151-2/+2
|
* (rmail-summary-output-to-rmail-file): AvoidKarl Heuer1999-06-151-3/+8
| | | | multiple output of the last message.
* (IT-display-table-setup): Do not remap \222 toEli Zaretskii1999-06-141-7/+3
| | | | | the ASCII apostrophe, as most DOS codepages have some other glyph there.
* (setup-ethiopic-environment-internal):Kenichi Handa1999-06-141-2/+2
| | | | | Use quail-activate-hook instead of obsolete hook quail-mode-hook. (exit-ethiopic-environment): Likewize.
* (scroll-preserve-screen-position): Fix typo in type.Karl Heuer1999-06-131-1/+1
|
* (crisp-mode): (defcustom) Initialize withKarl Heuer1999-06-131-12/+10
| | | | | | | custom-initialize-default to avoid infinite loop. (crisp-mode): (defun) Call transient-mark-mode here, not when loading the file. Run crisp-mode-hook here, and run crisp-load-hook when loading the file.
* (rmail-output-read-rmail-file-name): If inKarl Heuer1999-06-131-0/+2
| | | | rmail-summary buffer, search for pattern in rmail-file.
* (rmail-summary-output-to-rmail-file): Fix typo.Karl Heuer1999-06-131-1/+1
|
* (cperl-invalid-face): Fix custom type.Karl Heuer1999-06-121-1/+1
|
* (vhdl-port-copy): Fix parsing bug.Karl Heuer1999-06-121-8/+7
| | | | | | (vhdl-port-paste-generic-map): Fix indentation bug. (vhdl-port-paste-port-map): Fix indentation bug. (vhdl-scan-file-contents): Make scanning case insensitive.
* (gnus-permanently-visible-groups): Fix custom type.Karl Heuer1999-06-121-1/+1
|
* (ps-printer-name): Fix custom type.Karl Heuer1999-06-121-2/+3
|
* (write-file): When buffer is not already visiting a file,Karl Heuer1999-06-121-13/+19
| | | | | don't put buffer name in the minibuffer, just make it the default. Also handle just directory as arg usefully in that case.
* (sendmail-user-agent-compose):Karl Heuer1999-06-121-1/+2
| | | | Ignore case when inserting the rest of the "other" headers.
* (help-for-help): Mention C-h C-i. Clear up C-h n.Karl Heuer1999-06-121-2/+4
|