Commit graph

1391 commits

Author SHA1 Message Date
Dave Love
e1f0df6214 Change old backquote syntax.
(byte-compile-trueconstp): Include keywords.
(byte-optimize-quote, byte-optimize-lapcode): Use
byte-compile-const-symbol-p.
(byte-optimize-char-before): New optimization.
2000-02-23 12:28:09 +00:00
Kenichi Handa
1d3529b69f Don't change syntax of multibyte
characters.
(lisp-mode-variables): Set multibyte-syntax-as-symbol to t
locally.
2000-02-23 00:11:44 +00:00
Dave Love
535eadacb1 (emacs-lisp-mode-syntax-table)
(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.
2000-02-22 20:13:31 +00:00
Dave Love
3d8700e8f1 Remove bogus spec for define-condition. 2000-02-22 11:52:25 +00:00
Dave Love
2505742bda Don't require emacsbug at top level.
(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.
2000-02-20 18:25:57 +00:00
Gerd Moellmann
c382fb0af7 (caar, cadr, cdar, cddr): Add defsetfs. 2000-02-18 10:50:09 +00:00
Gerd Moellmann
3c0ed7cec3 (lisp-indent-259): Indentation fix. 2000-02-17 20:45:37 +00:00
Dave Love
4e85dd7ae5 Don't bother testing for defalias. Don't set up `caar' &c that we now
have.
2000-02-10 17:54:30 +00:00
Dave Love
fcc31755c5 Change maintainer. 2000-02-02 16:00:17 +00:00
Dave Love
b22a152b02 (cl-builtin-gethash, cl-builtin-remhash, cl-builtin-clrhash)
(cl-builtin-maphash): Remove definitions.  Use the new builtins
directly.
2000-02-02 15:25:07 +00:00
Dave Love
0d752cda8e Use bytecomp-load-hook, not emacs-lisp-mode-hook.
Don't check for defalias being defined.
2000-02-02 15:20:31 +00:00
Dave Love
3433c43f88 Run bytecomp-load-hook. 2000-02-02 15:10:35 +00:00
Gerd Moellmann
9eebfc4691 (cl-lambda-list, cl-macro-list)
(cl-macro-list1): Recognize `&allow-other-keys' instead of
`&allow-other-keywords'.
2000-01-30 21:20:14 +00:00
Dave Love
cc4dfff0ec Replace autoloads for dolist, dotimes. 2000-01-30 13:29:57 +00:00
Dave Love
63744c0ff5 Revert last change. 2000-01-30 13:19:09 +00:00
Dave Love
7e16e19905 Remove dotimes, dolist. 2000-01-28 22:42:15 +00:00
Dave Love
7df8508400 Remove stuff for dotimes, dolist, push, pop.
Don't use lisp-indent-hook property.
(cl-abs): Remove.
2000-01-28 22:32:28 +00:00
Dave Love
05c7103660 Add indent specs for dolist, dotimes, when, unless. 2000-01-28 22:14:30 +00:00
Dave Love
ba5494eb57 Add specs for push, pop, dotimes, dolist, unless, when. 2000-01-28 22:12:29 +00:00
Gerd Moellmann
ae1aa776d6 (cl-parse-loop-clause): Recognize
`collecting' as synonym for `collect'.
2000-01-28 17:31:00 +00:00
Dave Love
d8693181b0 (checkdoc-interactive-loop): Don't lose on a function with an empty
body.
2000-01-26 17:15:13 +00:00
Richard M. Stallman
04be976f67 Undo previous change. 2000-01-21 03:37:07 +00:00
Richard M. Stallman
ab22ee5354 (beginning-of-defun-function): Variable renamed from beginning-of-defun.
(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.
2000-01-21 02:44:44 +00:00
Richard M. Stallman
992bd384ff (dolist, dotimes): Moved to subr.el. 2000-01-21 02:09:37 +00:00
Gerd Moellmann
b3303df7ab (copyright-update): Removed the
requirement for a trailing space from `copyright-regexp', to
support copyrights with owner specified on a separate line..
2000-01-14 22:42:11 +00:00
Gerd Moellmann
99c6d63bb2 (eval-last-sexp-1): Renamed from
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.
2000-01-12 13:14:48 +00:00
Richard M. Stallman
83c8f4616a (with-syntax-table): Moved to subr.el. 2000-01-12 03:08:29 +00:00
Richard M. Stallman
210bd5c986 (with-syntax-table): Add a def-edebug-spec. 2000-01-12 03:04:09 +00:00
Dave Love
4c5482386b Remove inappropriate customization (allowing custom.el to use
backquote).
2000-01-08 15:19:21 +00:00
Dave Love
2ac6f2c837 Add defclass, define-condition, defmethod, symbol-macrolet. 2000-01-06 23:46:13 +00:00
Dave Love
fd9b0a6b13 (byte-extrude-byte-code-vectors): Use remprop. 2000-01-06 23:38:46 +00:00
Dave Love
bf5f1abd70 Tag as emacs-mule coding. 2000-01-06 23:35:31 +00:00
Dave Love
723dd32d78 (cl-make-hash-table): Use make-hash-table.
(cl-lucid-hash-tag): Delete.
(cl-hash-table-p): Correct test for native table.
(cl-hash-table-count): Use hash-table-count.
2000-01-05 16:51:08 +00:00
Dave Love
c6eeec6550 (beginning-of-defun): New variable.
(beginning-of-defun-raw): Use it.
(end-of-defun): New variable.
(end-of-defun): Use it.
(check-parens): New command.
2000-01-05 15:08:36 +00:00
Dave Love
6125598177 (cl-emacs-type): Remove defvar.
(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.
2000-01-03 23:12:38 +00:00
Gerd Moellmann
094e092801 (debugger-continue): Don't continue If
debugger-may-continue is nil.
1999-12-19 13:12:28 +00:00
Dave Love
2412aadb49 Don't put optimization info on `eql'.
(side-effect-free-fns): Add gethash, hash-table-count.
(side-effect-and-error-free-fns): Add hash-table-p.
1999-12-18 17:28:36 +00:00
Dave Love
76f639b0bc Remove conditional definition of eval-when-compile. Don't specify abs,
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.
1999-12-18 17:10:56 +00:00
Dave Love
f67171e6b6 Remove Emacs 18 compatibility code. Prepend `cl-' to autoload names
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.
1999-12-18 17:00:52 +00:00
Dave Love
35079221bb Bind free variables. 1999-12-18 16:36:31 +00:00
Dave Love
94c79e1040 (byte-compile-constp): Include keywords. 1999-12-18 16:30:48 +00:00
Dave Love
b92dd692ad (byte-compile-bound-variables): Doc fix.
(byte-extrude-byte-code-vectors): Use remprop.
(byte-compile-lambda): Check that arg is a lambda.
1999-12-16 15:26:03 +00:00
Stefan Monnier
be961cd5aa (lm-header-multiline): fix spurious use of `cond'.
(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.
1999-12-02 16:27:21 +00:00
Gerd Moellmann
a8050bff07 (lisp-mode-variables): Change
outline-regexp, add outline-level.
(lisp-outline-level): New.
1999-12-02 10:20:22 +00:00
Gerd Moellmann
ebb4159cf0 (edebug-make-enter-wrapper): Correct
invalid translation of old-style backquote syntax to new syntax.
1999-11-29 15:34:47 +00:00
Dave Love
07c8b450a9 Fix last change. 1999-11-26 21:27:25 +00:00
Richard M. Stallman
850da9d092 Many doc fixes. 1999-11-26 17:46:05 +00:00
Richard M. Stallman
995e028a96 (checkdoc-this-string-valid-engine):
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.
1999-11-26 17:33:36 +00:00
Dave Love
b185f63a8c Fix last change. 1999-11-25 14:41:30 +00:00
Dave Love
d8f479c6d2 (find-function-regexp): Use `define-minor-mode' after easy-menu
change.
1999-11-23 19:12:27 +00:00