emacs/lisp/emacs-lisp
Stefan Monnier d9857e534b Don't autoload functions too eagerly during macroexpansion.
* lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Only autoload
a function if there's a clear indication that it has a compiler-macro.
* lisp/emacs-lisp/byte-run.el (defun-declarations-alist, defmacro, defun)
(macro-declarations-alist): Add arglist to declaration functions.
(defun-declarations-alist): Add `obsolete' and `compiler-macro'.
* lisp/emacs-lisp/cl-seq.el (cl-member, cl-assoc):
* lisp/emacs-lisp/cl-lib.el (cl-list*, cl-adjoin):
* lisp/emacs-lisp/cl-extra.el (cl-get): Use the new `declare' statement.
Also add autoload to find the compiler macro.
* lisp/emacs-lisp/cl-macs.el (eql) [compiler-macro]: Remove.
(cl--compiler-macro-member, cl--compiler-macro-assoc)
(cl--compiler-macro-adjoin, cl--compiler-macro-list*)
(cl--compiler-macro-get): New functions, replacing calls to
cl-define-compiler-macro.
(cl-typep) [compiler-macro]: Use macroexp-let².
2012-06-08 22:26:47 -04:00
..
.gitignore Nuke arch-tags. 2011-01-15 15:16:57 -08:00
advice.el Update Compilation and Advice chapters in Lisp manual. 2012-02-10 23:50:11 +08:00
authors.el Remove lib-src/vcdiff 2012-06-05 21:06:54 -04:00
autoload.el Add declare' for defun'. Align `defmacro's with it. 2012-05-30 21:41:17 -04:00
avl-tree.el lisp/*: Add declarations, remove unused bindings, mark unused args. 2012-04-19 19:20:26 +02:00
backquote.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
benchmark.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
bindat.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
byte-opt.el Cleanup cl-macs namespace. Add macro helpers in macroexp.el. 2012-06-07 15:25:48 -04:00
byte-run.el Don't autoload functions too eagerly during macroexpansion. 2012-06-08 22:26:47 -04:00
bytecomp.el Cleanup cl-macs namespace. Add macro helpers in macroexp.el. 2012-06-07 15:25:48 -04:00
cconv.el * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C. 2012-05-29 23:59:42 -04:00
chart.el Move define-obsolete-variable-alias before the var's definition. 2012-05-12 23:05:06 -04:00
check-declare.el Comment fix 2012-04-20 20:32:15 -04:00
checkdoc.el Add new error and function `user-error'. 2012-05-04 19:16:47 -04:00
cl-extra.el Don't autoload functions too eagerly during macroexpansion. 2012-06-08 22:26:47 -04:00
cl-indent.el Add missing :version tags to new defgroups and defcustoms 2012-02-11 14:13:29 -08:00
cl-lib.el Don't autoload functions too eagerly during macroexpansion. 2012-06-08 22:26:47 -04:00
cl-loaddefs.el Don't autoload functions too eagerly during macroexpansion. 2012-06-08 22:26:47 -04:00
cl-macs.el Don't autoload functions too eagerly during macroexpansion. 2012-06-08 22:26:47 -04:00
cl-seq.el Don't autoload functions too eagerly during macroexpansion. 2012-06-08 22:26:47 -04:00
cl.el Get rid of cl-lexical-let, keeping only lexical-let for compatibility. 2012-06-07 22:54:35 -04:00
copyright.el Fix minor Y10k bugs. 2012-05-03 23:13:18 -07:00
crm.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
debug.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
derived.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
disass.el Cleanup cl-macs namespace. Add macro helpers in macroexp.el. 2012-06-07 15:25:48 -04:00
easy-mmode.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
easymenu.el Standardize possessive apostrophe usage in manuals, docs, and comments 2012-02-28 00:17:21 -08:00
edebug.el Cleanup cl-macs namespace. Add macro helpers in macroexp.el. 2012-06-07 15:25:48 -04:00
eieio-base.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
eieio-custom.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
eieio-datadebug.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
eieio-opt.el * eieio-opt.el (describe-class, describe-generic): Autoload trivia. 2012-04-16 15:25:59 -04:00
eieio-speedbar.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
eieio.el Doc fixes for emacs-bzr-* facilities. 2012-04-20 08:47:55 +03:00
eldoc.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
elint.el * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C. 2012-05-29 23:59:42 -04:00
elp.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ert-x.el Header comment trivial fix 2012-04-16 15:21:32 -04:00
ert.el Remove * characters from the front of variable docstrings. 2012-04-09 21:05:48 +08:00
ewoc.el Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT). 2012-04-26 08:43:28 -04:00
find-func.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
find-gc.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
float-sup.el Clean up scoping rule of predefined single-word vars. 2012-06-08 09:18:26 -04:00
generic.el * lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to 2012-05-17 21:46:20 -04:00
gulp.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
helper.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lisp-mnt.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lisp-mode.el * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C. 2012-05-29 23:59:42 -04:00
lisp.el `narrow-to-defun' fixup 2012-04-11 04:12:20 +02:00
macroexp.el Don't autoload functions too eagerly during macroexpansion. 2012-06-08 22:26:47 -04:00
map-ynp.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
package-x.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
package.el Merge from emacs-24; up to 2012-04-21T14:12:27Z!sdl.web@gmail.com 2012-05-08 20:06:08 -07:00
pcase.el Clean up scoping rule of predefined single-word vars. 2012-06-08 09:18:26 -04:00
pp.el lisp/emacs-lisp/pp.el: Do not reimplement common macros; use `looking-at-p'. 2012-02-05 03:09:35 +01:00
re-builder.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
regexp-opt.el Call imagemagick-register-types automatically. 2012-04-16 11:47:43 +08:00
regi.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ring.el Fix ring extension code in ring.el, and tweak comint-input-ring handling. 2012-03-15 16:00:43 +08:00
rx.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
shadow.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
smie.el * lisp/emacs-lisp/smie.el (smie-indent--bolp-1): New function. 2012-05-15 09:25:03 -04:00
syntax.el Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT). 2012-04-26 08:43:28 -04:00
tabulated-list.el Adapt Electric Buffer Menu to recent Buffer Menu changes. 2012-05-13 22:23:45 +08:00
tcover-ses.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
tcover-unsafep.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
testcover.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
timer.el Convert more defvars to defcustoms. 2012-05-04 13:14:14 +08:00
tq.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
trace.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
unsafep.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
warnings.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00