| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
author's name is unknown.
|
| |
|
| |
|
|
|
|
| |
(ewoc-enter-after, ewoc-enter-before): Document return value.
|
|
|
|
| |
(cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
|
| |
|
| |
|
|
|
|
|
|
|
| |
insist on symbols starting with word syntax.
(lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
(eval-defun-1): Doc fix.
(indent-sexp): Use nconc to build up indent-stack.
|
| |
|
|
|
|
|
| |
Fix for define-minor-mode.
(function-at-point): Alias to function-called-at-point.
|
| |
|
|
|
|
|
| |
unused vars. Treat byte-constant2 like byte-constant. Fix bogus
comparison of opcode with operand.
|
|
|
|
| |
Call `recenter' with an arg to prevent redrawing the display.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(authors-obsolete-files-regexps): New variable.
(authors-add): Don't record changes in obsolete files.
|
| |
|
|
|
|
|
|
| |
Distinguish the let-binding case from the funcall case.
(forward-sexp-function): New variable.
(forward-sexp): Use it.
|
|
|
|
| |
(easy-mmode-defmap): Remove the now useless autoload.
|
|
|
|
| |
`append'.
|
|
|
|
|
| |
current-load-list in top-level forms. Else this leaks a cons cell
every time a defun is called.
|
|
|
|
|
|
|
|
| |
(lm-header-prefix): Cleanup the regexp.
(lm-header): Allow $ in non-RCS headers.
(lm-header-multiline): Put the strings back into order.
Stop at an empty line. Don't require two space chars if the
line is clearly not another header line.
|
| |
|
|
|
|
|
| |
because it breaks '(make-variable-buffer-local (defvar ...)'
which is used at least in dired.
|
|
|
|
|
| |
current-load-list in top-level forms. Else this leaks a cons cell
every time a defun is called.
|
| |
|
| |
|
|
|
|
|
|
| |
(down-list, backward-up-list, up-list, kill-sexp)
(backward-kill-sexp, mark-sexp)): Make arg optional.
(lisp-complete-symbol): Add optional arg PREDICATE.
|
|
|
|
|
| |
Compiler macro removed; beginning-of-line is no longer always
equivalent to forward-line, in the presence of fields.
|
|
|
|
|
|
|
|
|
| |
(ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
Allow going past the last element.
* pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
(cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
(cvs-mouse-toggle-mark): Don't move point.
(cvs-revert-if-needed): Avoid re-eval of local variables and modes.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
(regexp-opt-group): Use a list of chars for `letters'.
(regexp-opt-charset): `chars' is now a list of chars.
Use a char-table rather than a vector so it works for multibyte chars.
|
| |
|
|
|
|
|
| |
`defconst', `define-condition', `with-slots'.
* font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
|
|
|
|
| |
any multibyte characters.
|
|
|
|
| |
(second): Make it an alias for `cadr'.
|
|
|
|
|
|
| |
(toplevel): Remove `remq' and `remove' from autoloads.
(cl-fake-autoloads): New variable. If set, arrange for an error
when CL functions etc. are autoloaded.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
add-minor-mode call complains in Emacs 21.
Use add-minor-mode to set minor-mode-alist, if available.
(eldoc-echo-area-use-multiline-p): New user option.
(eldoc-echo-area-multiline-supported-p): New variable.
(eldoc-docstring-format-sym-doc): Use them.
(eldoc-mode): If not using idle timers, append to local post and
pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
(eldoc-display-message-no-interference-p): Don't interfere with edebug.
Add autoload cookie for eldoc-mode minor-mode-alist initialization.
(eldoc-function-arglist): New function.
(eldoc-function-argstring): Use it.
|
| |
|
| |
|
|
|
|
| |
(easy-menu-remove): Defalias to ignore.
|
|
|
|
|
|
| |
(copy-tree, remprop): Remove, it's provided by CL.
(map-keymap): Define in terms of cl-map-keymap.
(extent-property, set-extent-end-glyph): New functions.
|
| |
|
|
|
|
| |
(cl-mapc): Use mapc instead of cl-old-mapc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(easy-menu-do-define): Use `menu-item' format.
Handle case where easy-menu-create-menu returns a symbol.
Manually call the potential top-level filter in the function binding.
(easy-menu-filter-return): New arg NAME.
Convert to a keymap if MENU is an XEmacs menu.
(easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
(easy-menu-converted-items-table, easy-menu-convert-item): New.
(easy-menu-do-add-item): Use it.
(easy-menu-create-menu): Use easy-menu-convert-item.
Wrap easy-menu-filter-return around any :filter specification.
Don't convert the menu if a filter was specified.
Tell easy-menu-make-symbol not to check for MENU being an expression.
(easy-menu-make-symbol): New arg NOEXP.
|
|
|
|
|
|
| |
EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
(eval-defun): If called with prefix arg, instrument code for
Edebug.
|
|
|
|
| |
similar to that of eval-defun.
|