1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-31 11:13:50 +00:00
emacs/lisp/emacs-lisp
Stefan Monnier 6e9590e26c * lisp/emacs-lisp/cl.el: Use lexical-binding. Fix flet.
(cl--symbol-function): New macro.
(cl--letf, cl--letf*): Use it.

Fixes: debbugs:11780
2012-06-27 10:39:30 -04:00
..
.gitignore
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 * 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 * lisp/emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists. 2012-06-23 00:24:06 -04:00
cl-macs.el * lisp/emacs-lisp/cl-macs.el (cl--make-usage-args): Handle improper lists. 2012-06-23 00:24:06 -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 * lisp/emacs-lisp/cl.el: Use lexical-binding. Fix flet. 2012-06-27 10:39:30 -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 * lisp/emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): 2012-06-27 10:05:24 -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 Miscellaneous minor cleanups and simplifications. 2012-06-23 11:38:23 -04: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 Miscellaneous minor cleanups and simplifications. 2012-06-23 11:38:23 -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 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
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 Miscellaneous minor cleanups and simplifications. 2012-06-23 11:38:23 -04:00
syntax.el Miscellaneous minor cleanups and simplifications. 2012-06-23 11:38:23 -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