1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-07 06:50:23 -08:00
emacs/lisp/emacs-lisp
Stefan Monnier 6876a58db3 Fix minor corner case bugs in byte compilation and pcase.
* lisp/emacs-lisp/byte-opt.el (byte-compile-inline-expand): Don't re-preprocess
functions from byte-compile-function-environment.
* lisp/emacs-lisp/bytecomp.el (byte-compile-constp): Treat #'v as a constant.
(byte-compile-close-variables): Bind byte-compile--outbuffer here...
(byte-compile-from-buffer): ...rather than here.
* lisp/emacs-lisp/pcase.el (pcase--expand): Accept different sets of vars in
different alternative patterns.
(pcase-codegen): Be more careful to preserve identity.
(pcase--u1): Don't forget to mark vars as used.
2012-05-29 10:28:02 -04:00
..
.gitignore
advice.el
authors.el lisp/*: Add declarations, remove unused bindings, mark unused args. 2012-04-19 19:20:26 +02:00
autoload.el * lisp/emacs-lisp/autoload.el (autoload-make-program): Remove, unused. 2012-04-10 16:15:08 -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 Fix minor corner case bugs in byte compilation and pcase. 2012-05-29 10:28:02 -04:00
byte-run.el * lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to 2012-05-17 21:46:20 -04:00
bytecomp.el Fix minor corner case bugs in byte compilation and pcase. 2012-05-29 10:28:02 -04:00
cconv.el * lisp/vc/vc-mtn.el: 2012-04-25 23:18:47 -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 Minor renaming of internal CL functions and variables. 2012-05-17 16:04:56 -04:00
cl-indent.el
cl-loaddefs.el * lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to 2012-05-17 21:46:20 -04:00
cl-macs.el * lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to 2012-05-17 21:46:20 -04:00
cl-seq.el Minor renaming of internal CL functions and variables. 2012-05-17 16:04:56 -04:00
cl.el * lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to 2012-05-17 21:46:20 -04:00
copyright.el Fix minor Y10k bugs. 2012-05-03 23:13:18 -07:00
crm.el
cust-print.el
debug.el
derived.el
disass.el
easy-mmode.el * lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to 2012-05-17 21:46:20 -04:00
easymenu.el
edebug.el * lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars' 2012-05-27 12:45:54 +03: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 Doc fixes for emacs-bzr-* facilities. 2012-04-20 08:47:55 +03:00
eldoc.el
elint.el
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 Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT). 2012-04-26 08:43:28 -04:00
find-func.el
find-gc.el
float-sup.el
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
helper.el
lisp-mnt.el
lisp-mode.el * lisp/emacs-lisp/lisp-mode.el (eval-defun-2): Use `eval-sexp-add-defvars' 2012-05-27 12:45:54 +03:00
lisp.el `narrow-to-defun' fixup 2012-04-11 04:12:20 +02:00
macroexp.el
map-ynp.el
package-x.el
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 Fix minor corner case bugs in byte compilation and pcase. 2012-05-29 10:28:02 -04:00
pp.el
re-builder.el
regexp-opt.el Call imagemagick-register-types automatically. 2012-04-16 11:47:43 +08:00
regi.el
ring.el
rx.el
shadow.el
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
tcover-unsafep.el
testcover.el
timer.el Convert more defvars to defcustoms. 2012-05-04 13:14:14 +08:00
tq.el
trace.el
unsafep.el
warnings.el