emacs/lisp
Radon Rosborough 24acb31c04 Add early init file, stop package-initialize insertion
Discussion on emacs-devel leading up to this change (approximately 150
messages):

- https://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00154.html
- https://lists.gnu.org/archive/html/emacs-devel/2017-08/msg00433.html
- https://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00023.html
- https://lists.gnu.org/archive/html/emacs-devel/2017-09/msg00599.html
- https://lists.gnu.org/archive/html/emacs-devel/2017-10/msg00332.html

* lisp/startup.el (early-init-file): New variable.
(load-user-init-file): New function.
(command-line): Load the early init file using `load-user-init-file'.
Move the check for an invalid username to just before that, and move
the initialization of the package system to just after.  Load the
regular init file using `load-user-init-file'.
* lisp/emacs-lisp/package.el (package--ensure-init-file): Remove
definition, usage, and documentation.
(package--init-file-ensured): Remove definition and usage.

* src/lread.c (Vuser_init_file): Note change in semantics due to its
usage while loading the early init file.

* doc/emacs/custom.texi: Document early init file.
* doc/emacs/package.texi: Document changes to when package-initialize
is called.  Change terminology for package 'loading'.
* doc/lispref/os.texi: Document early init file.  Update startup
summary.
* doc/lispref/package.texi: Document changes to when
package-initialize is called, and advise against calling it in the
init file.  Change terminology for package 'loading'.
* doc/misc/org.texi: Don't recommend to call package-initialize in the
init file.
2018-02-17 13:36:16 +02:00
..
calc Update copyright year to 2018 2018-01-01 00:57:59 -08:00
calendar Quieten compilation of icalendar.el 2018-02-16 19:11:59 -08:00
cedet Merge from origin/emacs-26 2018-01-09 15:29:25 -08:00
emacs-lisp Add early init file, stop package-initialize insertion 2018-02-17 13:36:16 +02:00
emulation Update copyright year to 2018 2018-01-01 00:57:59 -08:00
erc Merge from origin/emacs-26 2018-01-09 15:29:25 -08:00
eshell Remove some more face aliases obsolete since 22.1 2018-01-10 15:47:33 -05:00
gnus Merge from origin/emacs-26 2018-02-13 09:26:20 -08:00
image Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
international ; * lisp/international/mule-cmds.el (reset-language-environment): Comment. 2018-02-16 18:57:45 -08:00
language Update copyright year to 2018 2018-01-01 00:57:59 -08:00
leim/quail Doc string fix in latin-alt.el 2018-02-09 18:22:07 +02:00
mail Recognize more system descriptions in report-emacs-bug 2018-01-29 23:01:28 -08:00
mh-e Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
net Fix handling of file notifications in tramp-gvfs.el 2018-02-11 10:26:57 +01:00
nxml Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
obsolete Fix iswitchb highlighting: don't mutate buffer name 2018-02-08 18:47:06 -08:00
org Merge from origin/emacs-26 2018-02-05 07:50:22 -08:00
play Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
progmodes Merge from origin/emacs-26 2018-02-13 09:26:20 -08:00
term Stop keeping multiple doc copies for items defined multiple times 2018-02-13 14:22:16 -08:00
textmodes Merge from origin/emacs-26 2018-02-16 09:44:04 -08:00
url Merge from emacs-26 2018-01-26 20:45:38 -05:00
vc Merge from origin/emacs-26 2018-02-16 09:44:04 -08:00
abbrev.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
align.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
allout-widgets.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
allout.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
ansi-color.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
apropos.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
arc-mode.el * lisp/arc-mode.el (archive-extract): Let-bind `create-lockfiles' to nil 2018-01-25 23:40:52 +02:00
array.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
auth-source-pass.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
auth-source.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
autoarg.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
autoinsert.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
autorevert.el Finish changes in autorevert from commit 530bb2dc68 2018-01-22 09:12:16 +01:00
avoid.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
battery.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
bindings.el Merge from origin/emacs-26 2018-02-13 09:26:20 -08:00
bookmark.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
bs.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
buff-menu.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
button.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
calculator.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
case-table.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cdl.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.1 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.2 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.3 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.4 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.5 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.6 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.7 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.8 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.9 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.10 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.11 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.12 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.13 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.14 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.15 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.16 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.17 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
char-fold.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
chistory.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cmuscheme.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
color.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
comint.el * lisp/comint.el (comint-after-pmark-p): Check if buffer has a live process. 2018-02-10 23:46:13 +02:00
completion.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
composite.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
COPYING Merge from Gnulib 2017-10-01 18:31:10 -07:00
cus-dep.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cus-edit.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
cus-face.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cus-start.el Fix handling of modifier keys on macOS 2018-02-04 20:44:45 +01:00
cus-theme.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
custom.el * lisp/custom.el (defcustom): Fix docstring (Bug#27891). 2018-01-30 22:14:02 -05:00
dabbrev.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
delim-col.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
delsel.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
descr-text.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
desktop.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
dframe.el Don't bind dframe events on load (Bug#29599) 2018-01-02 20:53:42 -05:00
dired-aux.el * lisp/dired.el (dired-get-marked-files): Add new optional arg 'error'. 2018-02-06 23:32:08 +02:00
dired-x.el * lisp/dired.el (dired-get-marked-files): Add new optional arg 'error'. 2018-02-06 23:32:08 +02:00
dired.el * lisp/dired.el (dired-get-marked-files): Add new optional arg 'error'. 2018-02-06 23:32:08 +02:00
dirtrack.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
disp-table.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
display-line-numbers.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
dnd.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
doc-view.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
dom.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
dos-fns.el Replace (default-value 'enable-multibyte-characters) with t 2018-01-25 13:35:37 -05:00
dos-vars.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
dos-w32.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
double.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
dynamic-setting.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ebuff-menu.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
echistory.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ecomplete.el * lisp/ecomplete.el: Add completion-table; use lexical-binding and cl-lib 2018-01-23 12:14:48 -05:00
edmacro.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ehelp.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
elec-pair.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
electric.el Ignore escape characters for context-sensitive quotes (Bug#29812) 2018-01-07 13:52:59 +01:00
elide-head.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
emacs-lock.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
env.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
epa-dired.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
epa-file.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
epa-hook.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
epa-mail.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
epa.el Merge from origin/emacs-26 2018-01-09 15:29:25 -08:00
epg-config.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
epg.el * lisp/epg.el (epg-start-sign): Replace obsolete functions. 2018-01-09 15:10:43 -05:00
expand.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ezimage.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
face-remap.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
facemenu.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
faces.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ffap.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
filecache.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
filenotify.el Handle quoted remote file names for file notifications 2018-02-02 18:51:25 +01:00
files-x.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
files.el * lisp/window.el (display-buffer--maybe-at-bottom): New function (bug#30314). 2018-02-10 23:55:34 +02:00
filesets.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
find-cmd.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
find-dired.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
find-file.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
find-lisp.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
finder.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
flow-ctrl.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
foldout.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
follow.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
font-core.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
font-lock.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
format-spec.el * lisp/net/imap.el: Use lexical-binding and cl-lib 2018-01-23 14:13:50 -05:00
format.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
forms.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
frame.el * lisp/frame.el (toggle-frame-maximized/fullscreen): Add frame arg. 2018-01-12 00:14:35 +02:00
frameset.el Use text-pixels values only when saving framesets (Bug#30141) 2018-01-22 10:52:32 +01:00
fringe.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
generic-x.el Remove some more face aliases obsolete since 22.1 2018-01-10 15:47:33 -05:00
help-at-pt.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
help-fns.el Add support for module functions to C-h f (Bug#30163). 2018-02-02 20:31:40 +01:00
help-macro.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
help-mode.el * lisp/emacs-lisp/ert.el (describe-symbol-backends): Add ourselves 2018-01-22 22:00:55 -05:00
help.el * lisp/help.el: Rework describe-key's handling of up and double clicks 2018-01-30 11:58:12 -05:00
hex-util.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
hexl.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
hfy-cmap.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
hi-lock.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
hilit-chg.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
hippie-exp.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
hl-line.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
htmlfontify.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ibuf-ext.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
ibuf-macs.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
ibuffer.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
icomplete.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ido.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ielm.el * lisp/ielm.el: Bring up the debugger when requested 2018-01-20 12:51:06 -05:00
iimage.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
image-dired.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
image-file.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
image-mode.el * lisp/tar-mode.el (tar-summarize-buffer): Let-bind `create-lockfiles' to nil 2018-01-28 23:27:32 +02:00
image.el Merge from origin/emacs-26 2018-02-13 09:26:20 -08:00
imenu.el * lisp/imenu.el (imenu-generic-expression): Rephrase doc (Bug#30294). 2018-02-01 19:26:40 -05:00
indent.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
info-look.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
info-xref.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
info.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
informat.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
isearch.el ; Small fixes and indentation 2018-02-06 23:24:42 +02:00
isearchb.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
jit-lock.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
jka-cmpr-hook.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
jka-compr.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
json.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
kermit.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
kmacro.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
ldefs-boot.el ; Auto-commit of loaddefs files. 2018-02-01 07:27:10 -05:00
linum.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
loadhist.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
loadup.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
locate.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
lpr.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ls-lisp.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
macros.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
Makefile.in Update copyright year to 2018 2018-01-01 00:57:59 -08:00
makesum.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
man.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
master.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
mb-depth.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
md4.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
menu-bar.el Replace (default-value 'enable-multibyte-characters) with t 2018-01-25 13:35:37 -05:00
midnight.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
minibuf-eldef.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
minibuffer.el * lisp/window.el (display-buffer--maybe-at-bottom): New function (bug#30314). 2018-02-10 23:55:34 +02:00
misc.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
misearch.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
mouse-copy.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
mouse-drag.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
mouse.el * lisp/mouse.el: Rework the mouse-1-click remapping 2018-01-30 12:41:29 -05:00
mpc.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
msb.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
mwheel.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
newcomment.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
notifications.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
novice.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
obarray.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
outline.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
paren.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
password-cache.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
pcmpl-cvs.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
pcmpl-gnu.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
pcmpl-linux.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
pcmpl-rpm.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
pcmpl-unix.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
pcmpl-x.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
pcomplete.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
pixel-scroll.el Make pixel-wise scrolling less laggy 2018-01-07 09:17:09 +02:00
plstore.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
printing.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
proced.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
profiler.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ps-bdf.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ps-def.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
ps-mule.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
ps-print.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
ps-samp.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
README A few more minor quoting fixes in a script and a text file 2015-09-16 16:09:31 -07:00
recentf.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
rect.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
register.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
registry.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
repeat.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
replace.el ; Small fixes and indentation 2018-02-06 23:24:42 +02:00
reposition.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
reveal.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
rfn-eshadow.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
rot13.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
rtree.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
ruler-mode.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
savehist.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
saveplace.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
sb-image.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
scroll-all.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
scroll-bar.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
scroll-lock.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
select.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
server.el Don't flash previous buffer when connecting with emacsclient 2018-02-16 17:43:04 +02:00
ses.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
shadowfile.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
shell.el Fix Bug#29149 in shell.el 2018-01-14 10:00:11 +01:00
simple.el Merge from origin/emacs-26 2018-02-05 07:50:22 -08:00
skeleton.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
sort.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
soundex.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
speedbar.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
startup.el Add early init file, stop package-initialize insertion 2018-02-17 13:36:16 +02:00
strokes.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
subr.el Merge from origin/emacs-26 2018-02-09 11:12:48 -08:00
svg.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
t-mouse.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tabify.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
talk.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tar-mode.el * lisp/tar-mode.el (tar-summarize-buffer): Let-bind `create-lockfiles' to nil 2018-01-28 23:27:32 +02:00
tempo.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
term.el Merge from origin/emacs-26 2018-01-31 07:50:23 -08:00
thingatpt.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
thumbs.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
time-stamp.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
time.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
timezone.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tmm.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tool-bar.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tooltip.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
tree-widget.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tutorial.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
type-break.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
uniquify.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
userlock.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
vcursor.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
version.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
view.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
vt-control.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
vt100-led.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32-fns.el Replace (default-value 'enable-multibyte-characters) with t 2018-01-25 13:35:37 -05:00
w32-vars.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
wdired.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
whitespace.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
wid-browse.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
wid-edit.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
widget.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
windmove.el * lisp/windmove.el (windmove-default-keybindings): Allow list of modifiers. 2018-01-12 00:10:39 +02:00
window.el * lisp/window.el (display-buffer--maybe-at-bottom): New function (bug#30314). 2018-02-10 23:55:34 +02:00
winner.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
woman.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
x-dnd.el Replace (default-value 'enable-multibyte-characters) with t 2018-01-25 13:35:37 -05:00
xdg.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
xml.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
xt-mouse.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
xwidget.el Update copyright year to 2018 2018-01-01 00:57:59 -08: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.