1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 22:41:06 -08:00
emacs/lisp/emacs-lisp
Stefan Monnier 36cec983d4 Further GV/CL cleanups.
* lisp/emacs-lisp/gv.el (gv-get): Autoload functions to find their
gv-expander.
(gv--defun-declaration): New function.
(defun-declarations-alist): Use it.
(gv-define-modify-macro, gv-pushnew!, gv-inc!, gv-dec!): Remove.
(gv-place): Autoload.
* lisp/emacs-lisp/cl.el (cl--dotimes, cl--dolist): Remember subr.el's
original definition of dotimes and dolist.
* lisp/emacs-lisp/cl-macs.el (cl-expr-access-order): Remove unused.
(cl-dolist, cl-dotimes): Use `dolist' and `dotimes'.
* lisp/emacs-lisp/cl-lib.el: Move gv handlers from cl-macs to here.
(cl-fifth, cl-sixth, cl-seventh, cl-eighth)
(cl-ninth, cl-tenth): Move gv handler to the function's definition.
* lisp/emacs-lisp/cl-extra.el (cl-subseq, cl-get, cl-getf): Move gv handler
to the function's definition.
* lisp/Makefile.in (COMPILE_FIRST): Re-order to speed it up by about 50%.
* lisp/window.el:
* lisp/files.el:
* lisp/faces.el:
* lisp/env.el: Don't use CL.
2012-06-22 17:24:54 -04:00
..
.gitignore
advice.el
authors.el Remove lib-src/vcdiff 2012-06-05 21:06:54 -04:00
autoload.el * lisp/emacs-lisp/autoload.el (make-autoload): Accept nil doc-string-elt. 2012-06-13 08:46:33 -04:00
avl-tree.el lisp/*: Add declarations, remove unused bindings, mark unused args. 2012-04-19 19:20:26 +02:00
backquote.el
benchmark.el
bindat.el
byte-opt.el * lisp/emacs-lisp/byte-opt.el (featurep): Move compiler-macro... 2012-06-13 09:16:34 -04:00
byte-run.el Fix return value of `defun' and un-define it. 2012-06-18 11:57:41 -04:00
bytecomp.el Provide generalized variables in core Elisp. 2012-06-22 09:42:38 -04:00
cconv.el Provide generalized variables in core Elisp. 2012-06-22 09:42:38 -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 Further GV/CL cleanups. 2012-06-22 17:24:54 -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 Further GV/CL cleanups. 2012-06-22 17:24:54 -04:00
cl-loaddefs.el Further GV/CL cleanups. 2012-06-22 17:24:54 -04:00
cl-macs.el Further GV/CL cleanups. 2012-06-22 17:24:54 -04:00
cl-seq.el Use lexical-binding for all of CL, and clean up its namespace. 2012-06-11 11:52:50 -04:00
cl.el Further GV/CL cleanups. 2012-06-22 17:24:54 -04:00
copyright.el Fix minor Y10k bugs. 2012-05-03 23:13:18 -07:00
crm.el
debug.el
derived.el Reduce use of cl in lisp/emacs-lisp/. 2012-06-10 09:28:26 -04:00
disass.el Cleanup cl-macs namespace. Add macro helpers in macroexp.el. 2012-06-07 15:25:48 -04:00
easy-mmode.el Reduce use of cl in lisp/emacs-lisp/. 2012-06-10 09:28:26 -04:00
easymenu.el Reduce use of cl in lisp/emacs-lisp/. 2012-06-10 09:28:26 -04:00
edebug.el * lisp/emacs-lisp/edebug.el (edebug-read-function): Remove old incorrect 2012-06-13 11:46:29 -04:00
eieio-base.el
eieio-custom.el
eieio-datadebug.el
eieio-opt.el * eieio-opt.el (describe-class, describe-generic): Autoload trivia. 2012-04-16 15:25:59 -04:00
eieio-speedbar.el
eieio.el Various minor variable/hook cleanups. 2012-06-12 13:47:14 +08:00
eldoc.el
elint.el * lisp/emacs-lisp/byte-run.el (defmacro, defun): Move from C. 2012-05-29 23:59:42 -04:00
elp.el
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 Provide generalized variables in core Elisp. 2012-06-22 09:42:38 -04:00
find-func.el
find-gc.el
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
gv.el Further GV/CL cleanups. 2012-06-22 17:24:54 -04:00
helper.el
lisp-mnt.el
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 Provide generalized variables in core Elisp. 2012-06-22 09:42:38 -04:00
map-ynp.el
package-x.el
package.el In the Package Menu, indicate packages that are newly-available. 2012-06-13 15:33:38 +08:00
pcase.el Provide generalized variables in core Elisp. 2012-06-22 09:42:38 -04:00
pp.el
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
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
shadow.el
smie.el Provide generalized variables in core Elisp. 2012-06-22 09:42:38 -04:00
syntax.el Provide generalized variables in core Elisp. 2012-06-22 09:42:38 -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
tcover-unsafep.el
testcover.el
timer.el Support higher-resolution time stamps. 2012-06-22 14:17:42 -07:00
tq.el
trace.el
unsafep.el
warnings.el