| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Advance to start of 3rd sexp by moving fwd and backing over it.
|
|
|
|
|
| |
(font-lock-defaults-alist): Don't change it any more.
(reb-subexp-mode-map): Cleanup.
|
|
|
|
| |
(checkdoc-next-message-error): Doc fix.
|
|
|
|
|
| |
(elp-not-profilable-p): New function.
(elp-instrument-function): Use it. Use backquotes and push.
|
|
|
|
|
|
|
|
| |
(byte-stack+-info, byte-compile-last-warned-form)
(byte-compile-last-logged-file): Don't defconst a variable.
(no-byte-compile): Declare.
(byte-compile-file): Don't boundp-check no-byte-compile any more.
(byte-compile-defvar): Leave defconst as is.
|
|
|
|
|
|
|
|
|
| |
(edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
(edebug-current-offset, edebug-old-def-name, edebug-error-point)
(edebug-best-error): Don't defconst a variable.
(edebug-read-syntax-table): Use a char-table.
(edebug-lemacs-specific): Remove.
Toplevel: Eliminate check for Lucid Emacs.
|
| |
|
|
|
|
| |
Use defsubst rather than defalias, to get better doc strings.
|
| |
|
|
|
|
| |
`with-condition-restarts'.
|
|
|
|
| |
Turn off error in some re-search-forward calls.
|
| |
|
|
|
|
|
|
|
| |
(lisp-mode-variables): Don't set paragraph-{start,separate}.
Don't disable adaptive-fill-mode.
(lisp-fill-paragraph): Use tab-width rather than 8.
Prevent filling the first line of docstrings.
|
| |
|
|
|
|
| |
next-single-char-property-change returns nil.
|
| |
|
|
|
|
|
| |
If the regexp doesn't match, use a looser one.
(find-variable-noselect): Add `file' argument.
|
|
|
|
| |
(edebug-instrument-function): Use `find-function-noselect'.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(edebug-set-conditional-breakpoint): Unconditionally use
the former Emacs >=19 definition.
(edebug-mark): Define unconditionally.
(edebug-eval-expression): Always call read-from-minibuffer
and specify history list.
(edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
edebug-set-conditional-breakpoint.
(edebug-emacs-version-specific): Function deleted;
do the job at top level.
(edebug-emacs-19-specific): Function deleted, this is the default.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
interactively so that C-u M-C-x still does edebug.
(checkdoc-sentencespace-region-engine): Don't force a double-space
after `.' if it doesn't look like an end-of-sentence.
(debug-ignored-errors): Add `disambiguate ...'.
|
| |
|
| |
|
|
|
|
| |
Turn error for repeated variables into warning.
|
|
|
|
|
|
|
|
| |
function checking that lambda-list consists of non-constant
symbols, that &rest and &optional are followed by variable names,
that &rest VAR is the last element, and that variables aren't
doubled.
(byte-compile-lambda): Use it.
|
|
|
|
|
| |
<byte-constref-ops>: Consider byte-constant2 and clarify the code.
<const-C varset-X const-C>: Fix car/cdr typo.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
function extracted from byte-compile-log-1.
(byte-compile-log-1): Change output to be more in line with
the output of other GNU tools.
(byte-compile-warn): Emit `warning' instead of `**' for warnings.
(byte-compile-report-error): Downcase error message. Use
`error' instead of `!!' for error messages.
(byte-compile-print-syms): Treat non-interactive case specially.
(displaying-byte-compile-warnings): Use backquote.
(byte-compile-from-buffer): Bind byte-compile-last-line.
(batch-byte-compile): Remove `Done' message.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Remove.
|
|
|
|
| |
alias for define-setf-method.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
(doc-string-elt): Set symbol's prop. Copied from autoload.el.
(lisp-font-lock-syntactic-face-function): New function.
(lisp-mode-variables): Use it. Make arg optional.
(emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
(lisp-mode): Don't pass an arg to lisp-mode-variables.
Set comment-start-skip.
|
| |
|
|
|
|
| |
(ignore-errors): Don't bother using a `err' symbol.
|
|
|
|
|
|
| |
(byte-compile-file): Don't compile if `no-byte-compile' is set.
(byte-compile-defvar): Update to reflect the change in Fdefvar.
(batch-byte-recompile-directory): Pass arg=0.
|
|
|
|
|
|
|
|
|
|
| |
(autoload-before-p, autoload-remove-section): New functions.
(generate-file-autoloads): Use them.
(update-file-autoloads): Use them. Return FILE if there's no cookie.
Make sure the autoload file is properly formatted when creating it.
(update-autoloads-from-directories): Use them as well.
Only update autoloads for files whose timestamp has changed.
Add a dummy entry to remember the files which had no autoload cookies.
|
| |
|
| |
|
| |
|
|
|
|
| |
Check for '(' in column 0 of doc string.
|
|
|
|
| |
get-window-with-predicate.
|
| |
|