Files
emacs/lisp
Paul Eggert 6b780a2e97 Merge from origin/emacs-25
9ba51ed Document buffer-swap-text+save-excursion interaction
452aa94 Fix eieio vs cl-generic incompatibilities found in Rudel (bug...
248d5dd Include cl-generic in package--builtin-versions (bug#22817)
8f5a8b6 Improve timing in `tramp-test29-environment-variables'
05ba7a0 Add test for handling environment variables in Tramp
e393d4f * lisp/emacs-lisp/package.el (describe-package-1) (package-st...
5e38887 ; * lisp/net/tramp.el: Fix 2010-10-04 comment typo.  (Bug#23913)
90f2169 ; Spelling fixes
069fc05 Improve documentation of search functions
0a0144a Delete environment variables in Tramp when needed
f624671 Add "New in Emacs 25" section to the FAQ
658daf9 Fix 'vertical-motion' in non-interactive sessions
686b520 Fix memory leak in imagemagick-types
4069b71 Update ELisp manual to match 'string-collate-equalp' doc string
1b2d6a6 Clarify docstring of find-feature-regexp
aac62a6 Add details to cl-lib defining macros' docstrings
d6aa4da Clarify doc string of 'save-buffer'
03bcf11 Un-confuse doc string of 'string-collate-equalp'
c53135b Clarify documentation of 'mouse-on-link-p'

# Conflicts:
#	lisp/emacs-lisp/eieio-core.el
2016-08-05 14:09:08 -07:00
..
2016-06-19 00:53:51 +02:00
2016-07-10 01:18:47 +02:00
2016-08-05 14:09:08 -07:00
2016-08-05 13:35:13 -07:00
2016-08-05 14:06:59 -07:00
2016-08-05 14:09:08 -07:00
2016-06-19 00:47:00 +02:00
2016-08-05 14:07:00 -07:00
2016-05-26 12:55:06 -07:00
2016-06-26 00:16:25 +02:00
2016-07-12 00:55:04 +09:00
2016-05-01 19:27:09 +02:00
2016-05-01 18:53:31 -07:00
2016-05-31 08:07:41 -07:00
2016-05-01 19:27:10 +02:00
2016-07-10 01:18:47 +02:00
2016-06-27 22:20:29 +02:00
2016-06-09 17:56:29 +09:00
2016-08-05 14:09:08 -07:00
2016-05-01 19:27:08 +02:00
2016-05-01 19:27:10 +02:00
2016-05-13 07:45:30 -07:00
2016-05-01 19:27:09 +02:00
2016-07-19 07:34:54 +00:00
2016-08-05 14:09:08 -07:00
2016-04-29 15:23:38 +02:00
2016-08-01 06:24:24 -04:00
2016-07-08 17:22:14 +02:00
2016-08-05 14:09:08 -07:00
2016-05-01 19:27:12 +02:00
2016-05-01 18:07:57 -07:00
2016-08-05 14:07:00 -07:00
2016-08-05 13:35:13 -07:00
2016-07-14 09:55:28 +02:00
2016-08-05 14:07:00 -07:00
2016-06-27 22:25:10 +02:00
2016-06-06 09:30:22 -07:00
2016-08-05 13:35:13 -07:00
2016-05-01 19:27:09 +02:00
2016-07-10 01:18:47 +02:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
'term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.