| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
when it follows non-comment text on the line.
|
|
|
|
|
|
|
| |
Set font-lock-defaults.
(lisp-mode-shared-map): Init inside the defvar.
(emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
Use define-derived-mode.
|
| |
|
|
|
|
|
| |
recursively optimize body because that can lead to infinite
recursion; see comment there.
|
|
|
|
| |
2000-10-24. Add a FIXME for after v21.1.
|
| |
|
|
|
|
|
| |
(fill-region-as-paragraph, fill-region): Return the fill-prefix.
(fill-paragraph): Don't leave point inside the fill-prefix.
|
| |
|
| |
|
|
|
|
|
| |
* message.el (message-setup-fill-variables): New variable.
(message-mode): Use it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(gud-symbol, gud-val): New functions.
(gud-find-file): Copy gud-minor-mode to the new buffer.
(gud-menu-map): Include entries for commands that are not always
available, using :enable to (de)activate them.
(gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
(gud-mode-map): New map.
(gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
(gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
Don't set up gud's menu (it's done by the minor-mode).
(gud-minibuffer-local-map): New.
Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
(gud-query-cmdline): New function.
(gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
(gud-mode): Use define-derived-mode.
Don't set up gud's menu (it's done by the minor-mode).
(gud-chop-words): Remove.
(gud-common-init): Use split-string instead.
(gud-new-keymap, gud-make-debug-menu): Eradicate.
|
|
|
|
| |
Add keyword arg :name.
|
|
|
|
|
| |
(diff-count-matches, diff-split-hunk): New functions.
(diff-mode-map): Bind C-c C-s to diff-split-hunk.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Make it into a simple syntax-table, shared among all submodes.
(sh-heredoc-face): Re-introduce.
(sh-font-lock-syntactic-face-function): New function.
(sh-mode): Use it. Also use define-derived-mode.
Remove old bogus setting of indent-region-function.
(sh-set-shell): Don't set the syntax-table any more.
(sh-mode-syntax-table) <defun>: Remove.
|
| |
|
| |
|
|
|
|
| |
(feedmail) <defgroup>: Add :link.
|
| |
|
|
|
|
| |
autoload cookie to function.
|
| |
|
|
|
|
|
|
| |
(finder-help-echo): New variable.
(finder-mouse-face-on-line): Add help-echo stuff.
(finder-list-keywords, finder-list-matches): Use mapc.
|
| |
|
|
|
|
| |
tags-table-list.
|
|
|
|
| |
:version.
|
|
|
|
|
| |
a-z.
(mail-mode): Use [:alnum:] in some regexps.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* gnus-mlspl.el: Documentation tweaks.
|
|
|
|
|
|
| |
(gnus-agent-lib-file, gnus-agent-load-alist)
(gnus-agent-save-alist, gnus-agent-article-name): Use
expand-file-name.
|
|
|
|
|
|
| |
(message-buffer-naming-style, message-default-charset)
(message-dont-reply-to-names, message-send-mail-partially-limit):
Add :version.
|
|
|
|
|
|
|
|
| |
(gnus-inhibit-user-auto-expire, gnus-list-identifiers)
(gnus-extra-headers, gnus-ignored-from-addresses)
(gnus-newsgroup-ignored-charsets)
(gnus-group-highlight-words-alist)
(gnus-summary-show-article-charset-alist): Add :version.
|
|
|
|
|
| |
(nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
(nnmail-split-header-length-limit): Add :version.
|
|
|
|
|
|
|
|
|
|
|
| |
(gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
(gnus-article-date-lapsed-new-header)
(gnus-article-mime-match-handle-function, gnus-mime-action-alist)
(gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
(gnus-treat-strip-headers-in-body)
(gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
(gnus-treat-translate): Add :version.
(gnus-article-mime-part-function): Fix defcustom.
|
| |
|
|
|
|
|
| |
:version.
(nnkiboze-score-file): Defvar when compiling.
|
| |
|
|
|
|
|
|
|
| |
ediff-patch-map non-nil.
(ediff-fixup-patch-map, ediff-fixup-patch-map)
(ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
buffer into fundamental mode.
|
|
|
|
|
| |
buffer into fundamental mode.
(ediff-set-difference): Use copy-sequence if available.
|
|
|
|
| |
fundamental mode.
|
|
|
|
|
| |
* ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
fundamental mode.
|
| |
|
|
|
|
| |
(w32-charset-info-alist): Use it.
|
| |
|
|
|
|
|
|
| |
file-name-as-directory on directory.
(gnus-cache-file-name): Use expand-file-name, not concat. Don't
use file-name-as-directory on directory.
|
|
|
|
|
|
|
| |
(mm-mime-charset): Don't use the raw result of
mm-preferred-coding-system.
(mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
(mm-with-unibyte): Simplify.
|
|
|
|
| |
concat.
|