1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
emacs/lisp
Stefan Monnier 17a722982c * lisp/mail/footnote.el: Add TEXT and POINTERS together
Rather than adding POINTERS and TEXT separately to footnote--markers-alist,
add them together, so we don't need footnote--first-text-marker because
the TEXT part is never nil.

(footnote--insert-numbered-footnote): Return marker.
(footnote--insert-text-marker, footnote--insert-pointer-marker):
Delete functions.
(footnote--insert-markers): New function to replace them.
(footnote--insert-footnote): Adjust accordingly.
Simplify pointless `unless`.
(footnote--first-text-marker): Remove.  Replace all calls by
(cadr (car footnote--markers-alist)) or just footnote--markers-alist.
2019-05-02 11:00:20 -04:00
..
calc * lisp/calc/calc-forms.el (calc-hms-notation): Fix interactive 2019-03-27 10:31:41 +01:00
calendar * lisp/calendar/time-date.el (date-to-time): 'signal' only takes 2 args 2019-04-19 23:28:07 -04:00
cedet Properly bracket concat of comment-start-skip (Bug#34805) 2019-04-15 20:28:03 -04:00
emacs-lisp * lisp/emacs-lisp/edebug.el: Better handle instrumentation of end-of-defun 2019-05-01 12:45:37 -04:00
emulation Merge from origin/emacs-26 2019-04-21 07:51:36 -07:00
erc Omit/rewrite useless regexp repetitions 2019-04-12 19:43:41 -07:00
eshell Merge from origin/emacs-26 2019-04-21 07:51:36 -07:00
gnus Restore previous calling signature of gnus-set-info 2019-05-01 19:04:56 +02:00
image Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
international * lisp/international/mule-util.el: Avoid setq; clarify meaning of -1. 2019-04-29 16:32:52 -04:00
language More regexp corrections and tweaks 2019-03-10 23:11:21 -07:00
leim/quail ; Fix copyright years 2019-04-04 20:41:02 -04:00
mail * lisp/mail/footnote.el: Add TEXT and POINTERS together 2019-05-02 11:00:20 -04:00
mh-e Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
net Fix tramp-compat-file-name-quoted-p 2019-05-02 09:51:41 +02:00
nxml Fix more regular expression typos 2019-03-18 17:02:29 -07:00
obsolete Fix some strings in wordstar mode 2019-04-24 19:44:48 -04:00
org Omit/rewrite useless regexp repetitions 2019-04-12 19:43:41 -07:00
play use view-mode on score file for ease of scrolling and quitting 2019-05-02 10:18:14 -04:00
progmodes CC Mode: Fix multiline block comments in macros. 2019-05-02 14:33:05 +00:00
term Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
textmodes Improve regexp advice again, and unchain ranges 2019-04-02 15:01:34 -07:00
url Omit/rewrite useless regexp repetitions 2019-04-12 19:43:41 -07:00
vc Support amending the last commit using VC-Hg 2019-04-21 00:39:36 +03:00
abbrev.el * lisp/subr.el (setq-default): Define as a macro 2019-04-01 12:35:10 -04:00
align.el Omit/rewrite useless regexp repetitions 2019-04-12 19:43:41 -07:00
allout-widgets.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
allout.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
ansi-color.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
apropos.el Be more defensive regarding elements of 'load-history' 2019-03-01 11:44:52 +02:00
arc-mode.el Fix regexp branches that subsume other branches 2019-04-19 09:02:25 -07:00
array.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
auth-source-pass.el More minor regex cleanup 2019-03-19 18:47:53 -07:00
auth-source.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
autoarg.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
autoinsert.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
autorevert.el * lisp/autorevert.el (auto-revert-avoid-polling): Fix :set form. 2019-04-30 15:55:13 +02:00
avoid.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
battery.el * lisp/battery.el (battery-bsd-apm): Group indices together; use pcase 2019-03-13 10:27:46 -04:00
bindings.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
bookmark.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
bs.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
buff-menu.el Fix UI of Buffer-menu 2019-01-12 13:51:50 +02:00
button.el Distinguish buttons from widgets (bug#34506) 2019-04-07 03:56:27 +01:00
calculator.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
case-table.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
cdl.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.1 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.2 Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ChangeLog.3 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.4 Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ChangeLog.5 Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ChangeLog.6 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.7 Merge from origin/emacs-26 2019-01-18 07:50:47 -08:00
ChangeLog.8 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.9 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.10 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.11 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.12 ; Fix some trivial doc typos 2019-01-12 14:47:33 -08:00
ChangeLog.13 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.14 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.15 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.16 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ChangeLog.17 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
char-fold.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
chistory.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
cmuscheme.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
color.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
comint.el Remove buggy regexp use in comint-output-filter 2019-03-18 17:44:52 -07:00
completion.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
composite.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
COPYING
cus-dep.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
cus-edit.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
cus-face.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
cus-start.el Rewrite minibuffer window resizing code 2019-03-11 09:57:23 +01:00
cus-theme.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
custom.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
dabbrev.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
delim-col.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
delsel.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
descr-text.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
desktop.el * lisp/desktop.el (desktop--v2s): Add case for defstructs (bug#35131) 2019-04-04 13:46:30 -04:00
dframe.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
dired-aux.el Dired: Use invisibility-spec instead of selective-display 2019-03-17 13:35:20 -04:00
dired-x.el More checks for live buffers. 2019-01-28 22:27:22 +02:00
dired.el Fix rgrep in dired using directory for search file pattern 2019-04-11 23:51:13 +03:00
dirtrack.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
disp-table.el Use display-graphic-p and display-multi-frame-p in more cases 2019-04-06 22:43:59 -06:00
display-line-numbers.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
dnd.el Fix DND on MS-Windows with files from UNC directories 2019-03-02 20:07:36 +02:00
doc-view.el * lisp/doc-view.el (doc-view--text-view-mode): Derive from text-mode. 2019-03-13 18:22:57 -04:00
dom.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
dos-fns.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
dos-vars.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
dos-w32.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
double.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
dynamic-setting.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ebuff-menu.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
echistory.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ecomplete.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
edmacro.el Don't signal error from "C-x C-k l" about mouse events 2019-01-05 11:36:16 +02:00
ehelp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
elec-pair.el * lisp/elec-pair.el: Do modify+undo more carefully 2019-02-18 19:00:44 -05:00
electric.el Backport: Avoid using obsolete indent-relative-maybe 2019-04-22 16:13:46 +01:00
elide-head.el Small elide-head.el update 2019-04-05 20:33:07 -04:00
emacs-lock.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
env.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
epa-dired.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
epa-file.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
epa-hook.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
epa-mail.el Don't clobber epa-mail-aliases 2019-02-24 08:46:54 -08:00
epa.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
epg-config.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
epg.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
expand.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ezimage.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
face-remap.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
facemenu.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
faces.el Use display-graphic-p and display-multi-frame-p in more cases 2019-04-06 22:43:59 -06:00
ffap.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
filecache.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
fileloop.el Rename multifile.el to fileloop.el 2019-02-07 12:23:09 +03:00
filenotify.el Small code clean-up of file-notify-add-watch 2019-05-02 15:45:04 +02:00
files-x.el Bind enable-local-variables' in hack-connection-local-variables' 2019-03-24 14:24:31 +01:00
files.el Fix Bug#35241 2019-04-17 14:04:37 +02:00
filesets.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
find-cmd.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
find-dired.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
find-file.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
find-lisp.el Don’t assume CURRENT_TIME_LIST 2019-02-10 23:54:35 -08:00
finder.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
flow-ctrl.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
foldout.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
follow.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
font-core.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
font-lock.el Refrain from splicing anonymous faces in text properties 2019-04-29 17:29:47 -04:00
format-spec.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
format.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
forms.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
frame.el Backport: * lisp/frame.el (frame--size-history): Fix infloop. (Bug#35272) 2019-04-14 15:52:07 -06:00
frameset.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
fringe.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
generic-x.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
help-at-pt.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
help-fns.el * lisp/help-fns.el (help-fns-describe-variable-functions): New hook 2019-04-12 12:37:00 -04:00
help-macro.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
help-mode.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
help.el * lisp/help.el (function-called-at-point): Use Elisp's forward-sexp-function 2019-05-01 12:37:48 -04:00
hex-util.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
hexl.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
hfy-cmap.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
hi-lock.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
hilit-chg.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
hippie-exp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
hl-line.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
htmlfontify.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ibuf-ext.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
ibuf-macs.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ibuffer.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
icomplete.el Rework last commit to icomplete and minibuffer.el. 2019-01-23 12:30:54 -05:00
ido.el Add a new user option 'ido-big-directories'. 2019-04-19 10:31:02 +02:00
ielm.el Use lexical-binding by default for M-:, --eval, and *scratch* 2019-04-25 14:36:03 -04:00
iimage.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
image-dired.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
image-file.el Replace use of obsolete string-make-unibyte 2019-04-28 16:45:13 -04:00
image-mode.el Merge from origin/emacs-26 2019-01-30 09:12:15 -08:00
image.el Merge from origin/emacs-26 2019-04-21 07:51:36 -07:00
imenu.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
indent.el Backport: Avoid using obsolete indent-relative-maybe 2019-04-22 16:13:46 +01:00
info-look.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
info-xref.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
info.el Merge from origin/emacs-26 2019-04-21 07:51:38 -07:00
informat.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
isearch.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
isearchb.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
jit-lock.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
jka-cmpr-hook.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
jka-compr.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
json.el Improve replace-buffer-contents/replace-region-contents 2019-02-23 21:31:15 +01:00
jsonrpc.el Update more copyright years 2018-12-31 18:47:22 -08:00
kermit.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
kmacro.el Merge from origin/emacs-26 2019-02-01 08:40:53 -08:00
ldefs-boot.el ; Auto-commit of loaddefs files. 2019-05-01 06:27:17 -07:00
linum.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
loadhist.el Be more defensive regarding elements of 'load-history' 2019-03-01 11:44:52 +02:00
loadup.el Rename CANNOT_DUMP to HAVE_UNEXEC 2019-02-01 13:05:39 -08:00
locate.el * lisp/locate.el (locate-mode): Setup invisibility for Dired commands 2019-03-18 14:25:49 -04:00
lpr.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ls-lisp.el Make ls-lisp.el behave like Posix hosts when directory doesn't exist 2019-02-15 15:45:23 +02:00
macros.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
Makefile.in Remove etc/GNUS-NEWS (bug#34662) 2019-03-05 22:15:02 -08:00
makesum.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
man.el Merge from origin/emacs-26 2019-02-20 12:07:22 -08:00
master.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
mb-depth.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
md4.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
menu-bar.el Rename multifile.el to fileloop.el 2019-02-07 12:23:09 +03:00
midnight.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
minibuf-eldef.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
minibuffer.el * lisp/minibuffer.el (completion-table-subvert): Fix typo from rev 5697ca55cb 2019-03-20 09:58:28 -04:00
misc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
misearch.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
mouse-copy.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
mouse-drag.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
mouse.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
mpc.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
msb.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
mwheel.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
newcomment.el Backport: Fix comment-empty-lines docstring (bug#35152) 2019-04-11 11:41:45 +01:00
notifications.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
novice.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
obarray.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
outline.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
paren.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
password-cache.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
pcmpl-cvs.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
pcmpl-gnu.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
pcmpl-linux.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
pcmpl-rpm.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
pcmpl-unix.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
pcmpl-x.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
pcomplete.el * lisp/pcomplete.el: Improve heuristic to rely less on c-t-subvert. 2019-03-20 12:30:53 -04:00
pixel-scroll.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
plstore.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
printing.el * lisp/printing.el: Use lexical-binding 2019-04-09 16:28:42 -04:00
proced.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
profiler.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ps-bdf.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ps-def.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ps-mule.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ps-print.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ps-samp.el Merge from origin/emacs-26 2019-02-20 12:07:22 -08:00
README
recentf.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
rect.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
register.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
registry.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
repeat.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
replace.el Inhibit displaying help buffer in main window in perform-replace 2019-04-10 23:48:13 +03:00
reposition.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reveal.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
rfn-eshadow.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
rot13.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
rtree.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ruler-mode.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
savehist.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
saveplace.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
sb-image.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
scroll-all.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
scroll-bar.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
scroll-lock.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
select.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
server.el Use lexical-binding by default for M-:, --eval, and *scratch* 2019-04-25 14:36:03 -04:00
ses.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
shadowfile.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
shell.el Fix Bug#34943 2019-03-23 09:55:04 +01:00
simple.el Minor region-noncontiguous-p simplification 2019-05-01 00:39:54 +01:00
skeleton.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
sort.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
soundex.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
speedbar.el 2019-03-26 regex cleanup 2019-03-26 19:07:21 -07:00
startup.el Use lexical-binding by default for M-:, --eval, and *scratch* 2019-04-25 14:36:03 -04:00
strokes.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
subr.el Move side-effect-free from unsafep.el to subr.el 2019-04-21 19:04:13 +01:00
svg.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
t-mouse.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
tabify.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
talk.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
tar-mode.el * lisp/tar-mode.el (tar--try-jka-compr): Remove. (Bug#34251) 2019-02-17 23:07:43 +02:00
tempo.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
term.el Fix more regular expression typos 2019-03-18 17:02:29 -07:00
thingatpt.el Change Gnus hash tables into real hash tables 2019-03-22 10:23:30 -07:00
thread.el Update more copyright years 2018-12-31 18:47:22 -08:00
thumbs.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
time-stamp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
time.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
timezone.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
tmm.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
tool-bar.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
tooltip.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
tree-widget.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
tutorial.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
type-break.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
uniquify.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
userlock.el Make help for file supersession more readable 2019-03-09 16:47:38 +01:00
vcursor.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
version.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
view.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
vt100-led.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
vt-control.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
w32-fns.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
w32-vars.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
wdired.el Make wdired-mode ignore ls file indicators 2019-04-25 19:17:23 +02:00
whitespace.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
wid-browse.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
wid-edit.el Distinguish buttons from widgets (bug#34506) 2019-04-07 03:56:27 +01:00
widget.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
windmove.el * lisp/windmove.el (windmove-display-in-direction): Support consecutive calls 2019-04-25 00:40:27 +03:00
window.el Use display-graphic-p and display-multi-frame-p in more cases 2019-04-06 22:43:59 -06:00
winner.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
woman.el 2019-03-26 regex cleanup 2019-03-26 19:07:21 -07:00
x-dnd.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
xdg.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
xml.el Fix regexp branches that subsume other branches 2019-04-19 09:02:25 -07:00
xt-mouse.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
xwidget.el Update copyright year to 2019 2019-01-01 01:01:13 +00: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.