1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
emacs/lisp/emacs-lisp
2015-03-18 10:49:55 -04:00
..
advice.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
autoload.el Less 'make' chatter in batch mode 2015-01-03 18:29:23 -08:00
avl-tree.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
backquote.el * lisp/emacs-lisp/backquote.el: Fix bug with unoptimized exp. 2015-01-30 16:00:29 -05:00
benchmark.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
bindat.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
byte-opt.el * lisp/emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Don't try to 2015-03-06 23:35:04 -05:00
byte-run.el Improve dynamic elisp keyword font-locking 2015-03-18 07:44:01 +01:00
bytecomp.el * lisp/emacs-lisp/cl-macs.el (cl-defstruct): Keep type=nil by default. 2015-02-16 01:37:57 -05:00
cconv.el Add (:documentation <form>) for dynamically-generated docstrings 2015-02-05 14:28:16 -05:00
chart.el Shrink EIEIO object header. Move generics to eieio-generic.el. 2015-01-08 16:03:04 -05:00
check-declare.el Spelling fixes 2015-03-03 15:10:40 -08:00
checkdoc.el * lisp/emacs-lisp/checkdoc.el (checkdoc-show-diagnostics): Don't make bogus 2015-02-18 11:04:15 -05:00
cl-extra.el Fix seq-subseq and cl-subseq for bad bounding indices 2015-01-18 14:04:31 +08:00
cl-generic.el * cl-generic.el (cl-generic-generalizers): Clean up after braindamage 2015-03-18 10:49:55 -04:00
cl-indent.el Support indenting backquote substitutions in cl-indent 2015-03-15 00:17:14 -07:00
cl-lib.el * lisp/emacs-lisp/cl*.el: Use define-inline and move some code 2015-02-14 00:46:29 -05:00
cl-macs.el Add classes as run-time descriptors of cl-structs. 2015-03-18 10:31:07 -04:00
cl-preloaded.el Add classes as run-time descriptors of cl-structs. 2015-03-18 10:31:07 -04:00
cl-seq.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cl.el * lisp/emacs-lisp/cl.el (cl--function-convert): Simplify. 2015-01-28 08:18:50 -05:00
copyright.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
crm.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
debug.el Add classes as run-time descriptors of cl-structs. 2015-03-18 10:31:07 -04:00
derived.el lisp/emacs-lisp/derived.el (define-derived-mode): Declare indent 3. 2015-01-27 10:48:40 +01:00
disass.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
easy-mmode.el emacs-lisp/easy-mmode.el: Clarify mode switch messages 2015-02-17 22:16:22 -02:00
easymenu.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
edebug.el Edebug: Allow "S" to work during trace mode. Fixes debbugs #20074. 2015-03-16 22:10:00 +00:00
eieio-base.el * lisp/emacs-lisp/eieio*.el: Align a bit better with CLOS 2015-02-16 02:22:46 -05:00
eieio-compat.el Replace *-function vars with generic functions in cl-generic. 2015-03-04 20:04:57 -05:00
eieio-core.el Replace *-function vars with generic functions in cl-generic. 2015-03-04 20:04:57 -05:00
eieio-custom.el * lisp/emacs-lisp/eieio*.el: Fix up warnings and improve compatibility 2015-01-21 14:39:06 -05:00
eieio-datadebug.el EIEIO: Simplify help hyperlinks; Try and reduce hardcoding in .elc 2015-01-31 00:48:14 -05:00
eieio-opt.el * lisp/emacs-lisp/eieio-opt.el (eieio-help-class): Fix bug#19891 2015-02-19 13:22:21 -05:00
eieio-speedbar.el * lisp/emacs-lisp/eieio*.el: Fix up warnings and improve compatibility 2015-01-21 14:39:06 -05:00
eieio.el # Auto-commit of loaddefs files. 2015-02-20 06:18:36 -05:00
eldoc.el eldoc: modify eldoc-documentation-function' using add-function' 2015-01-20 15:04:15 +01:00
elint.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
elp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ert-x.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ert.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ewoc.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
find-func.el (find-function-regexp): Don't match `defgroup' 2015-01-25 02:20:01 +02:00
float-sup.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
generator.el Spelling fixes 2015-03-03 15:10:40 -08:00
generic.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
gv.el * lisp/progmodes/gud.el: Use lexical-binding. 2015-03-03 14:23:49 -05:00
helper.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
inline.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lisp-mnt.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lisp-mode.el Improve dynamic elisp keyword font-locking 2015-03-18 07:44:01 +01:00
lisp.el Push mark before goto-char in jump-to-register and check-parens 2015-02-18 16:36:24 -02:00
macroexp.el Add classes as run-time descriptors of cl-structs. 2015-03-18 10:31:07 -04:00
map-ynp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
nadvice.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
package-x.el emacs-lisp/package-x.el: Create valid tar files 2015-02-17 22:08:51 -02:00
package.el Spelling and minor grammar fixes 2015-03-10 00:49:57 -07:00
pcase.el * lisp/emacs-lisp/macroexp.el (macroexp-parse-body): Handle cl-declare 2015-02-22 23:50:03 -05:00
pp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
re-builder.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
regexp-opt.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
regi.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ring.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
rx.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
seq.el Add seq-into as a public function 2015-03-09 12:50:24 +01:00
shadow.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
smie.el * lisp/emacs-lisp/smie.el (smie-prec2->grammar): Fix corner case problem. 2015-02-18 20:31:17 -05:00
subr-x.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
syntax.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tabulated-list.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tcover-ses.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tcover-unsafep.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
testcover.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
timer.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
tq.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
trace.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
unsafep.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
warnings.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00