1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00
emacs/lisp/emacs-lisp
Jonas Bernoulli 69e1c203e9 * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing.
(eieio-override-prin1): Don't quote kewords and booleans.
(object-write) <eieio-default-superclass>: Don't put closing parens
on new line, avoid needless empty lines, align values that are objects
with the slot keyword (instead of beginning on the same line).
(eieio-list-prin1): Align value with slot keyword; increase
eieio-print-depth before printing members of the list.

Fixes: debbugs:13115
2012-12-11 21:16:05 -05:00
..
.gitignore
advice.el * lisp/emacs-lisp/advice.el (ad-should-compile): Don't compile advice if the 2012-11-26 14:56:14 -05:00
authors.el Move NT-specific include file to the NT include directory 2012-08-01 23:19:48 -07:00
autoload.el * lisp/emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the 2012-10-07 11:15:16 -04:00
avl-tree.el
backquote.el
benchmark.el New emacs-lisp-byte-code-mode; misc minor changes. 2012-09-09 21:16:13 -04:00
bindat.el
byte-opt.el * emacs-lisp/byte-opt.el (toplevel): Add compare-window-configurations, 2012-11-06 11:37:06 +04:00
byte-run.el * lisp/emacs-lisp/byte-run.el (defun-declarations-alist): Fix last change. 2012-11-20 12:54:00 -05:00
bytecomp.el Merge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka@jpl.org 2012-11-23 17:57:09 -08:00
cconv.el
chart.el
check-declare.el
checkdoc.el Use new names for hooks rather than obsolete aliases 2012-11-12 19:11:46 -08:00
cl-extra.el Further cleanup of the "cl-" namespace. Fit CL in 80 columns. 2012-12-06 16:29:29 -05:00
cl-indent.el
cl-lib.el Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.ca 2012-12-09 18:00:42 -08:00
cl-loaddefs.el * lisp/emacs-lisp/cl-macs.el (cl-tagbody): New macro. 2012-12-06 22:56:57 -05:00
cl-macs.el * lisp/emacs-lisp/cl-macs.el (cl-tagbody): New macro. 2012-12-06 22:56:57 -05:00
cl-seq.el Further cleanup of the "cl-" namespace. Fit CL in 80 columns. 2012-12-06 16:29:29 -05:00
cl.el Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.ca 2012-12-09 18:00:42 -08:00
copyright.el Merge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu@gmail.com 2012-08-11 10:13:55 +08:00
crm.el
debug.el * lisp/emacs-lisp/debug.el (debug): Fix hard-coded frame counts. 2012-12-06 23:31:24 -05:00
derived.el derived-mode-make-docstring tweak for bug#11277 2012-11-27 11:40:04 -05:00
disass.el Autoload more carefully from Lisp. Follow aliases for function properties. 2012-07-25 21:27:33 -04:00
easy-mmode.el Misc doc fixes. 2012-09-22 23:24:26 +08:00
easymenu.el Improve documentation of easy-menu-define. 2012-10-24 11:48:50 +08:00
edebug.el Make called-interactively-p work for edebug or advised code. 2012-11-19 23:24:09 -05:00
eieio-base.el Spelling fixes. 2012-10-04 22:57:24 -07:00
eieio-custom.el Update CEDET from upstream. 2012-10-02 02:10:29 +08:00
eieio-datadebug.el Use new names for hooks rather than obsolete aliases 2012-11-12 19:11:46 -08:00
eieio-opt.el Merge CEDET upstream. 2012-10-25 22:13:16 +02:00
eieio-speedbar.el Update CEDET from upstream. 2012-10-02 02:10:29 +08:00
eieio.el * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing. 2012-12-11 21:16:05 -05:00
eldoc.el
elint.el
elp.el * lisp/emacs-lisp/nadvice.el: New package. 2012-11-12 15:43:43 -05:00
ert-x.el * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding. 2012-11-22 22:26:09 -05:00
ert.el * emacs-lisp/ert.el, emacs-lisp/ert-x.el: Use cl-lib and lexical-binding. 2012-11-22 22:26:09 -05:00
ewoc.el
find-func.el Autoload more carefully from Lisp. Follow aliases for function properties. 2012-07-25 21:27:33 -04:00
find-gc.el
float-sup.el
generic.el
gulp.el
gv.el Backport fix for bug#12879 from trunk 2012-11-14 20:27:52 -05:00
helper.el
lisp-mnt.el
lisp-mode.el Make eval-defun on a pre-defined defcustom call any :set function 2012-12-08 17:04:43 -08:00
lisp.el
macroexp.el * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): 2012-10-26 11:59:40 -04:00
map-ynp.el Allow scrolling in y-or-n-p. 2012-09-09 14:43:47 +08:00
nadvice.el Make called-interactively-p work for edebug or advised code. 2012-11-19 23:24:09 -05:00
package-x.el Standardize some more license notices 2012-09-24 09:36:42 -07:00
package.el * lisp/emacs-lisp/package.el (package-generate-autoloads): Kill buffer 2012-10-28 16:41:49 -04:00
pcase.el * lisp/emacs-lisp/pcase.el (pcase--mark-used): New. 2012-09-28 08:18:38 -04:00
pp.el
re-builder.el
regexp-opt.el Doc fixes. 2012-08-15 00:28:23 +08:00
regi.el
ring.el
rx.el * lisp/emacs-lisp/rx.el (rx-constituents): Don't define as constant. 2012-08-10 17:03:10 -04:00
shadow.el load-path-shadows-font-lock-keywords tweak 2012-09-11 00:13:21 -07:00
smie.el
syntax.el * lisp/emacs-lisp/syntax.el (syntax-propertize-function): Doc fix. 2012-11-17 15:33:01 +08:00
tabulated-list.el Standardize some more license notices 2012-09-24 09:36:42 -07:00
tcover-ses.el
tcover-unsafep.el
testcover.el * lisp/emacs-lisp/testcover.el (testcover-after): Add gv-expander. 2012-09-26 10:41:05 -04:00
timer.el Merge from emacs-24; up to 2012-05-08T14:11:47Z!monnier@iro.umontreal.ca 2012-10-05 00:38:05 -07:00
tq.el
trace.el * lisp/emacs-lisp/trace.el: Rewrite, use nadvice and lexical-binding. 2012-11-20 14:30:37 -05:00
unsafep.el
warnings.el