| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Replace uses of default-cursor-in-non-selected-windows
with (default-value 'cursor-in-non-selected-windows). Use with-current-buffer.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(byte-compile-file-form-require): Warn about use of the cl package.
|
|
|
|
| |
Don't warn about use of cl functions in this file.
|
|
|
|
| |
Fix keywords: comment.
|
|
|
|
|
|
|
|
| |
(checkdoc-force-history-flag, checkdoc-arguments-in-order-flag):
Add safe-local-variable booleanp.
(checkdoc-symbol-words): Add safe-local-variable for list of strings.
Clarify docstring that the value is strings not symbols.
(checkdoc-list-of-strings-p): New function.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Add autoload cookies. If necessary, initialize.
(elint-log): Handle non-file buffers.
(elint-initialize): Add optional argument to reinitialize.
(elint-find-builtin-variables): Save excursion.
|
|
|
|
| |
for Lint.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
since the next two variables cover them automatically now.
(elint-builtin-variables, elint-autoloaded-variables): New.
(elint-unknown-builtin-args): Remove all members, since they can be
parsed automatically now.
(elint-extra-errors): New.
(elint-env-add-env, elint-env-add-macro): Use cadr.
(elint-current-buffer): Use or. Change final message.
(elint-get-top-forms): Use line-end-position.
(elint-init-env): Use cadr. Handle autoload, declare-function,
and defalias.
(elint-add-required-env): Doc fix. Use or. Standardize error.
(regexp-assoc): Remove unused function.
(elint-top-form): Set elint-current-pos, to record the start of the
top-level form, for compilation-mode.
(elint-form): Trap errors in macro expansion. Use dolist.
(elint-unbound-variable): Use elint-builtin-variables and
elint-autoloaded-variables.
(elint-get-args): Use cadr, or.
(elint-check-cond-form): Use dolist, cadr.
(elint-check-condition-case-form): Doc fix. Use cadr.
Use elint-extra-errors.
(elint-log): New function.
(elint-error, elint-warning): Use elint-log for a bytecomp-style format.
Distinguish errors and warnings.
(elint-log-message): Use with-current-buffer. Inhibit read-only.
Use a bytecomp-style format.
(elint-clear-log): Preserve default-directory. Inhibit read-only.
(elint-get-log-buffer): Use compilation mode. Disable undo.
Don't truncate lines.
(elint-initialize): Set builtin and autoloaded variable lists.
Only process elint-unknown-builtin-args if non-nil.
(elint-find-builtin-variables, elint-find-autoloaded-variables):
New functions.
(elint-find-builtin-args): Doc fix. Handle "BODY...)".
|
|
|
|
| |
`bytecomp-outbuffer'.
|
|
|
|
| |
`bytecomp-outbuffer'.
|
|
|
|
|
|
|
| |
(byte-compile-output-docform, byte-compile-file-form-defmumble)
(byte-compile-output-as-comment):
Give some more local variables with common names a "bytecomp-" prefix,
so as not to shadow things during compilation.
|
| |
|
|
|
|
| |
(list-load-path-shadows): Optionally, just return shadows as a string.
|
|
|
|
|
| |
(edebug-eval): Check cl-debug-env is bound.
(print-level, print-circle): Don't redefine built-in variables.
|
|
|
|
| |
(custom-print-vectors): Remove old comments from doc.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
(edebug-eval-macro-args, edebug-save-displayed-buffer-points)
(edebug-print-length, edebug-print-level, edebug-print-circle)
(edebug-sit-for-seconds, edebug-view-outside)
(edebug-bounce-point, edebug-set-global-break-condition)
(edebug-Go-nonstop-mode, edebug-trace-mode)
(edebug-Trace-fast-mode, edebug-continue-mode)
(edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
(edebug-visit-eval-list): Doc fixes.
|
| |
|
|
|
|
| |
can be clicked.
|
|
|
|
| |
Refill.
|
|
|
|
| |
(lisp-indent-function): Make it a defcustom.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
directly (Bug#2878).
|
|
|
|
| |
property (Bug#2984).
|
| |
|
|
|
|
|
| |
(completing-read-multiple): Set and restore
choose-completion-string-functions (Bug#1080).
|
|
|
|
| |
the function takes no argument.
|
| |
|
|
|
|
|
| |
(elint-find-builtin-args): Make the match more restrictive.
Handle errors. Return a result actually containing the function name.
|
| |
|
|
|
|
| |
the function as being part of the function.
|
|
|
|
|
|
| |
Tweaked to match copyright statements where the years follow the name.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1549
|
| |
|
| |
|
| |
|
|
|
|
| |
calling end-of-defun-function if it already moved to BOL.
|
| |
|