summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (bibtex-include-OPTkey): Use `other' widgetAndreas Schwab1998-06-241-2/+2
| | | | type.
* (shadow-noquery): Use `other' widget type.Andreas Schwab1998-06-241-1/+1
|
* (rlogin-process-connection-type,Andreas Schwab1998-06-241-4/+4
| | | | rlogin-directory-tracking-mode): Use `other' widget type.
* (ps-print-control-characters): Use `other' widgetAndreas Schwab1998-06-241-1/+1
| | | | type.
* (executable-query): Use `other' widgetAndreas Schwab1998-06-241-2/+2
| | | | type.
* (tags-add-tables): Use `other' widget type.Andreas Schwab1998-06-241-1/+1
|
* (mouse-sel-default-bindings): Use `other' widgetAndreas Schwab1998-06-241-2/+2
| | | | type.
* (sc-cite-region-limit): Use `other' widgetAndreas Schwab1998-06-241-3/+3
| | | | type.
* (rmail-enable-mime): Use `other' widget type.Andreas Schwab1998-06-241-1/+1
|
* (mh-yank-from-start-of-msg): Use `other' widgetAndreas Schwab1998-06-241-2/+4
| | | | type.
* (lazy-lock-defer-on-scrolling,Andreas Schwab1998-06-241-2/+2
| | | | lazy-lock-defer-contextually): Use `other' widget type.
* (ispell-highlight-p, ispell-check-comments,Andreas Schwab1998-06-241-4/+5
| | | | | ispell-help-in-bufferp, ispell-skip-sgml): Use `other' widget type.
* (search-upper-case): Use `other' widget type.Andreas Schwab1998-06-241-1/+1
|
* (imenu-always-use-completion-buffer-p): Use `other'Andreas Schwab1998-06-241-1/+1
| | | | widget type.
* (gnus-use-article-prefetch): Use `other'Andreas Schwab1998-06-241-2/+2
| | | | widget type.
* (gnus-prompt-before-saving): Use `other' widgetAndreas Schwab1998-06-241-1/+1
| | | | type.
* (font-lock-verbose): Use `other' widget type.Andreas Schwab1998-06-241-2/+2
|
* (version-control, delete-old-versions,Andreas Schwab1998-06-241-5/+7
| | | | | require-final-newline, enable-local-variables, enable-local-eval): Use `other' widget type.
* (fast-lock-verbose): Use `other' widget type.Andreas Schwab1998-06-241-2/+2
|
* (copyright-query): Use `other' widgetAndreas Schwab1998-06-241-2/+2
| | | | type.
* (checkdoc-autofix-flag): Use `other'Andreas Schwab1998-06-241-2/+2
| | | | widget type.
* (byte-compile-generate-call-tree):Andreas Schwab1998-06-241-2/+2
| | | | Use `other' widget type.
* (ad-redefinition-action,Andreas Schwab1998-06-241-3/+4
| | | | ad-default-compilation-action): Use `other' widget type.
* (ediff-autostore-merges): Use `other' widgetAndreas Schwab1998-06-241-1/+2
| | | | type.
* (dos-ps-printer): Use `other' widget type.Andreas Schwab1998-06-241-1/+1
|
* (dired-vm-read-only-folders): Use `other' widgetAndreas Schwab1998-06-241-1/+1
| | | | type.
* (dired-backup-overwrite): Use `other' widget type.Andreas Schwab1998-06-241-1/+1
|
* (dabbrev-case-fold-search, dabbrev-case-replace,Andreas Schwab1998-06-241-5/+5
| | | | dabbrev-check-other-buffers): Use `other' widget type.
* (selective-display, suggest-key-bindings,Andreas Schwab1998-06-241-4/+3
| | | | message-log-max): Use `other' widget type.
* (PC-first-char): Use `other' widget type.Andreas Schwab1998-06-241-1/+1
|
* (comint-input-autoexpand): Use `other' widget type.Andreas Schwab1998-06-241-2/+2
|
* (bookmark-save-flag, bookmark-version-control): UseAndreas Schwab1998-06-241-2/+3
| | | | `other' widget type.
* (auto-insert, auto-insert-query): Use `other'Andreas Schwab1998-06-241-4/+4
| | | | widget type.
* (ange-ftp-default-user,Andreas Schwab1998-06-241-5/+5
| | | | ange-ftp-generate-anonymous-password): Use `other' widget type.
* (set-language-environment): Allow all language environments, even inRichard M. Stallman1998-06-241-8/+5
| | | | unibyte mode. But set the terminal coding system only in the known few.
* (iso-2022-jp): Delete spurious quote.Richard M. Stallman1998-06-241-1/+1
|
* Numerous documentation fixups.Richard M. Stallman1998-06-241-75/+101
| | | | | | | | | Delete periods from error messages. (bibtex-move-outside-of-entry): If outside an entry, try not to move point, or only move it minimally. (bibtex-autokey-get-titlestring): Omit delimiters.
* (x-style-funcs-alist): Remove duplicated code.Kenichi Handa1998-06-241-15/+0
|
* (executable-binary-suffixes): New variable.Richard M. Stallman1998-06-231-7/+19
| | | | (executable-find): Use it to look for executable program files.
* (auto-mode-alist): Map .xml to sgml-mode.Dave Love1998-06-231-0/+1
|
* (rmail-output): Handle directories properlyRichard M. Stallman1998-06-231-4/+4
| | | | in suggestions fro the alist.
* (grep-command): Initialize to nil.Richard M. Stallman1998-06-231-29/+46
| | | | | | | | | (grep-find-command): Initialize to nil. (grep-find-use-xargs): Initialize to nil. (grep-compute-defaults): New function, sets those three vars properly. (grep, grep-find): Call grep-compute-defaults if ...command variable is still nil. (grep-program): Doc fix.
* (find-file-noselect-1): Init buffer-file-coding-systemRichard M. Stallman1998-06-231-9/+15
| | | | | | | | from default-buffer-file-coding-system. (find-file-noselect-1): Return the buffer that is current after after-find-file. (find-file-noselect): Return whatever find-file-noselect-1 returns.
* (buffer-modified-p): Make defsetf handle buffer argument.Richard M. Stallman1998-06-231-1/+3
|
* entered into RCSRichard M. Stallman1998-06-231-1/+1
|
* Change copyright notice.Richard M. Stallman1998-06-231-1/+1
|
* Introduce new character code propertyKenichi Handa1998-06-231-30/+61
| | | | | | | | | | | | `composition'. Add property `jisx0208' to Japanese hankaku characters. (japanese-kana-table): Add more data. (japanese-symbol-table): Change the order of elements. (japanese-katakana-region): Adjusted for the above changes. Check character code properties directly here. (japanese-hiragana-region): Likewise. (japanese-hankaku-region): Likewise. (japanese-zenkaku-region): Likewise.
* (rmail-summary-rmail-update): Fix indentation.Karl Heuer1998-06-221-2/+2
|
* (internal-face-interactive): Handle case where BOOL is `color'.Andrew Innes1998-06-221-9/+17
|
* *** empty log message ***Dan Nicolaescu1998-06-223-24/+108
|