| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
(byte-compile-const-symbol-p): New function.
(byte-compile-constp, byte-compile-out-toplevel)
(byte-compile-form, byte-compile-form, byte-compile-variable-ref):
Use it.
|
|
|
|
|
|
|
| |
(byte-compile-trueconstp): Include keywords.
(byte-optimize-quote, byte-optimize-lapcode): Use
byte-compile-const-symbol-p.
(byte-optimize-char-before): New optimization.
|
|
|
|
|
|
| |
characters.
(lisp-mode-variables): Set multibyte-syntax-as-symbol to t
locally.
|
|
|
|
|
|
|
|
|
|
|
| |
(lisp-mode-map, lisp-interaction-mode-map): Define all inside
defvar.
(lisp-mode-syntax-table): Set up for #|...|# comments.
(lisp-imenu-generic-expression): Purecopy strings. Use syntax
classes. Match `defface'.
(emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
(eval-defun-1): Fix for defcustom.
(lisp-indent-region): Doc fix.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(lm-get-header-re): Defun, not defsubst.
(lm-get-package-name): Defun, not defsubst. Simplify.
(lm-version): Doc fix. Simplify.
(lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
(lm-crack-address, lm-last-modified-date, lm-commentary)
(lm-verify, lm-synopsis): Simplify.
(lm-report-bug): Require emacsbug. Use compose-mail.
|
| |
|
| |
|
|
|
|
| |
have.
|
| |
|
|
|
|
|
| |
(cl-builtin-maphash): Remove definitions. Use the new builtins
directly.
|
|
|
|
| |
Don't check for defalias being defined.
|
| |
|
|
|
|
|
| |
(cl-macro-list1): Recognize `&allow-other-keys' instead of
`&allow-other-keywords'.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Don't use lisp-indent-hook property.
(cl-abs): Remove.
|
| |
|
| |
|
|
|
|
| |
`collecting' as synonym for `collect'.
|
|
|
|
| |
body.
|
| |
|
|
|
|
|
|
|
| |
(beginning-of-defun-raw): Use new variable name; doc fix.
(beginning-of-defun): Doc fix.
(end-of-defun-function): Variable renamed from end-of-defun.
(end-of-defun): Use new variable name; doc fix.
|
| |
|
|
|
|
|
| |
requirement for a trailing space from `copyright-regexp', to
support copyrights with owner specified on a separate line..
|
|
|
|
|
|
|
| |
eval-last-sexp. Don't bind debug-on-error here.
(eval-last-sexp): New function. Bind debug-on-error if
eval-expression-debug-on-error is non-nil.
(eval-defun-2, eval-defun): Likewise.
|
| |
|
| |
|
|
|
|
| |
backquote).
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
(cl-lucid-hash-tag): Delete.
(cl-hash-table-p): Correct test for native table.
(cl-hash-table-count): Use hash-table-count.
|
|
|
|
|
|
|
| |
(beginning-of-defun-raw): Use it.
(end-of-defun): New variable.
(end-of-defun): Use it.
(check-parens): New command.
|
|
|
|
|
|
| |
(cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
`cl-hash-table-p', not `hash-table-p'.
(cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
|
|
|
|
| |
debugger-may-continue is nil.
|
|
|
|
|
| |
(side-effect-free-fns): Add gethash, hash-table-count.
(side-effect-and-error-free-fns): Add hash-table-p.
|
|
|
|
|
|
|
| |
expt, gethash, hash-table-count, hash-table-p as side-effect-free here.
(cl-emacs-type): Don't declare.
(cl-compile-time-init): Remove Emacs 18 compiler patch.
(cl-parse-loop-clause): Remove compatibility code.
|
|
|
|
|
|
|
| |
for some hash functions. Don't autoload eval-when-compile. Don't
provide mini-cl.
(cl-emacs-type): Remove.
(cl-map-extents): Remove compatibility code.
|
| |
|
| |
|
|
|
|
|
| |
(byte-extrude-byte-code-vectors): Use remprop.
(byte-compile-lambda): Check that arg is a lambda.
|
|
|
|
|
|
|
|
|
|
|
| |
(lm-with-file): Move all the find-file...kill-buffer stuff into
this macro. Make it use `find-file-noselect' and make it kill
the buffer only if it wasn't already displayed somewhere.
(lm-summary, lm-authors, lm-maintainer, lm-creation-date)
(lm-last-modified-date, lm-version, lm-keywords, lm-adapted-by)
(lm-commentary, lm-verify, lm-synopsis): use lm-with-file.
(lm-commentary): fix to handle the case when the change log is
at the end of the file.
|
|
|
|
|
| |
outline-regexp, add outline-level.
(lisp-outline-level): New.
|
|
|
|
| |
invalid translation of old-style backquote syntax to new syntax.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improve messages for capitalization of arg names,
for flag variables, for t and nil, for imperatives.
Call them imperatives rather than infinitives sans "to".
(checkdoc-common-verbs-wrong-voice): Add "moves".
(checkdoc-message-text-engine): Improve messages for y-or-n-p.
(checkdoc-file-comments-engine):
Don't convert comments from 3-semicolon to 2-semicolon.
That is a matter of style.
(checkdoc-triple-semi-comment-check-flag): Variable deleted.
(checkdoc-comments): Don't bind that variable.
|