1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-28 07:50:48 -08:00
emacs/lisp
Olivier Certner c8b9922e26 ediff: Merges with ancestor: Fix computation of hunks and proposed merge
Hunks were not computed correctly because the diff3 command was
invoked with arguments in an incorrect order.  The correct order is
the local file first, the base (or "ancestor") second and the other
file third.  This erroneous behavior had two consequences.  First, the
output of diff3 would change, since it tries to merge chunks according
to maximal matches between the second and first files, and the second
and third files.  Second, ediff, more precisely, `ediff-do-merge',
would consequently try to merge the reverse of the changes from the
base to the other file.

* lisp/vc/ediff-diff.el (ediff-setup-diff-regions3): In the arguments
to `ediff-exec-process', swap the other file with the ancestor (only
when merging with an ancestor).

(ediff-extract-diffs3): Match the hunk data for the ancestor and the
other file correctly.  The local variable `three-way-comp' indicates
this is a merge with ancestors when it is nil.

(Bug#59182)
2022-11-17 11:40:09 +02:00
..
calc Load compiled "calc-loaddefs", if any 2022-09-27 23:15:24 +02:00
calendar ; Fix typos 2022-11-11 15:52:37 +01:00
cedet ; Fix typos (duplicate words) 2022-11-17 09:34:24 +01:00
emacs-lisp * lisp/emacs-lisp/shortdoc.el (sequence): Don't use cl-lib (bug#59319) 2022-11-17 09:55:45 +01:00
emulation Make some versions in docs match package version 2022-09-01 11:12:06 +02:00
erc Improve new connections in erc-handle-irc-url 2022-11-16 21:34:36 -08:00
eshell esh-mode: Add repeat-map for eshell-{forward,backward}-argument 2022-11-17 11:36:07 +02:00
gnus ; Fix typos (duplicate words) 2022-11-17 09:34:24 +01:00
image ; Fix several symbol name typos 2022-10-26 23:04:23 +02:00
international ; * emoji.el (emoji--define-transient): Adapt to recent changes in transient. 2022-11-03 12:40:57 +01:00
language ; Fix typos 2022-11-11 15:52:37 +01:00
leim/quail ; * lisp/*.el: Fix typos in docstrings 2022-11-17 08:48:02 +01:00
mail Remove redundant library installation instructions 2022-11-11 04:29:29 +01:00
mh-e ; Fix typos (duplicate words) 2022-11-17 09:34:24 +01:00
net ; Fix typos (duplicate words) 2022-11-17 09:34:24 +01:00
nxml Normalize some syntax table definitions 2022-11-04 15:04:45 +01:00
obsolete Remove redundant let-bindings of inhibit-point-motion-hooks 2022-10-07 12:16:47 -04:00
org ; Fix typos (duplicate words) 2022-11-17 09:34:24 +01:00
play ; Fix sit-for calling convention in zone.el 2022-10-28 22:34:52 +02:00
progmodes ; Fix typos (duplicate words) 2022-11-17 09:34:24 +01:00
term Minor fixes to IM locale handling 2022-10-06 10:56:27 +08:00
textmodes Remove redundant library installation instructions 2022-11-11 04:29:29 +01:00
url Accommodate ircs:// URLs in url-irc and browse-url 2022-11-16 21:34:36 -08:00
vc ediff: Merges with ancestor: Fix computation of hunks and proposed merge 2022-11-17 11:40:09 +02:00
abbrev.el ; Fix several symbol name typos 2022-10-26 23:04:23 +02:00
align.el Prefer :risky defcustom keyword 2022-07-11 11:30:00 +02:00
allout-widgets.el ; Fix typos in symbol names 2022-10-27 23:04:37 +02:00
allout.el Delete many items obsolete since 24.3 2022-09-09 11:27:30 +02:00
ansi-color.el Pacify recent unused/ignored lexvar warnings 2022-10-26 16:35:59 +03:00
ansi-osc.el ; Fix typos 2022-11-11 15:52:37 +01:00
apropos.el ; * lisp/apropos.el (apropos): Doc fix. (Bug#59248) 2022-11-16 16:13:45 +02:00
arc-mode.el Delete many items obsolete since 24.3 2022-09-09 11:27:30 +02:00
array.el Fix namespacing issues in array.el 2022-08-10 11:21:24 +02:00
auth-source-pass.el Make auth-source-pass behave more like other backends 2022-11-16 21:34:36 -08:00
auth-source.el Improve don't save bookmark context from encrypted files 2022-09-22 13:14:46 +02:00
autoinsert.el Fix auto-insert-alist ada-mode entry to match current ELPA ada-mode 2022-10-27 03:29:20 -07:00
autorevert.el Modernize `auto-revert-notify-exclude-dir-regexp' 2022-10-26 13:58:42 +02:00
avoid.el Silence byte-compiler warning about x-pointer-invisible 2022-05-27 09:42:12 +02:00
battery.el ; * lisp/battery.el (battery-bsd-apm): No need for `executable-find'. 2022-10-06 20:07:23 +02:00
bindings.el Make previous-buffer and next-buffer repeatable 2022-10-30 14:14:13 +01:00
bookmark.el Fix two typos in a doc string 2022-11-16 20:34:28 -06:00
bs.el Make 't' in bs-mode be more defensive 2022-11-10 01:31:22 +01:00
buff-menu.el New command 'project-list-buffers' bound to 'C-x p C-b' (bug#59153) 2022-11-15 20:54:39 +02:00
button.el Add support for user-customizable icons 2022-07-28 14:39:38 +02:00
calculator.el
case-table.el
cdl.el
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5 ; Fix typos 2022-07-19 14:13:25 +02:00
ChangeLog.6
ChangeLog.7 ; Fix typos 2022-11-11 15:52:37 +01:00
ChangeLog.8
ChangeLog.9 ; Fix typos: prefer American spelling 2022-07-13 13:04:22 +02:00
ChangeLog.10 ; Prefer HTTPS to HTTP in many URLs 2022-10-15 13:06:45 +02:00
ChangeLog.11
ChangeLog.12 ; Fix typos 2022-08-08 14:23:29 +02:00
ChangeLog.13
ChangeLog.14 ; Prefer HTTPS to HTTP in many URLs 2022-10-15 13:06:45 +02:00
ChangeLog.15 ; Fix typos 2022-11-11 15:52:37 +01:00
ChangeLog.16 ; Fix typos (duplicate words) 2022-11-17 09:34:24 +01:00
ChangeLog.17 ; Fix typos 2022-11-11 15:52:37 +01:00
char-fold.el Use format-prompt' in describe-char-fold-equivalences' 2022-09-02 15:11:50 +02:00
chistory.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
cmuscheme.el Make prompt read-only in inferior-scheme-mode 2022-05-12 14:15:12 +02:00
color.el Merge from origin/emacs-28 2022-05-28 07:06:30 +02:00
comint.el comint: Add repeat-map for comint-{next,previous}-prompt 2022-11-17 11:34:57 +02:00
completion.el ; * lisp/completion.el: Remove code commented out since 1990. 2022-07-12 12:22:57 +02:00
composite.el Fix deletion of composed text 2022-06-27 15:32:53 +03:00
COPYING
cus-dep.el Ensure that cus-load doesn't add things twice 2022-09-24 12:15:58 +02:00
cus-edit.el Prefer defvar-keymap in cus-edit.el 2022-10-31 16:42:26 +01:00
cus-face.el Update font scaling documentation to not talk about "face height" 2022-06-20 01:26:05 +02:00
cus-start.el Abolish max-specpdl-size (bug#57911) 2022-09-19 19:30:03 +02:00
cus-theme.el Prefer defvar-keymap in cus-theme.el 2022-11-12 07:02:30 +01:00
custom.el Tag themes with properties 2022-10-15 17:22:48 +02:00
dabbrev.el Remove redundant let-bindings of inhibit-point-motion-hooks 2022-10-07 12:16:47 -04:00
delim-col.el
delsel.el Revert "Make mouse-2 respect delete-selection mode" 2022-07-13 13:37:05 +02:00
descr-text.el Fix 'describe-char' in "C" locale 2022-08-10 15:31:59 +03:00
desktop.el Revert "Decrease use of the word "Emacsen" in docs" 2022-10-01 22:34:47 +02:00
dframe.el Remove some XEmacs compat code for display-graphic-p 2022-05-15 01:10:11 +02:00
dired-aux.el * lisp/dired-aux.el (dired-check-process): Use progress reporter. 2022-11-04 20:23:55 +01:00
dired-x.el Move dired-guess commands from dired-x to dired 2022-08-17 16:21:09 +02:00
dired.el ; * lisp/dired.el (dired--unhide): Remove FIXME. (Bug#59047) 2022-11-12 09:04:42 +02:00
dirtrack.el ; * lisp/dirtrack.el: Restore important information in commentary. 2022-07-12 20:00:16 +03:00
disp-table.el ; Minor improvements in 'standard-display-by-replacement-char' 2022-09-08 10:14:10 +03:00
display-fill-column-indicator.el
display-line-numbers.el Add new minor mode `header-line-indent-mode' 2022-05-13 21:24:12 +02:00
dnd.el Fix some misleading quoting in cl-case 2022-09-13 18:19:26 +02:00
doc-view.el docview: fixes for imenu generation 2022-09-30 15:08:40 +02:00
dom.el dom-print: Fix missing entities quoting 2022-10-30 09:40:06 -04:00
dos-fns.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
dos-vars.el
dos-w32.el
double.el
dynamic-setting.el More fixes to last change 2022-11-15 19:48:39 +08:00
ebuff-menu.el Delete many items obsolete since 24.3 2022-09-09 11:27:30 +02:00
echistory.el
ecomplete.el ; Fix several symbol name typos 2022-10-26 23:04:23 +02:00
edmacro.el * lisp/edmacro.el (edmacro-sanitize-for-string): Fix condition. 2022-08-19 13:41:31 +02:00
ehelp.el Fix electric-help-map problem when help-char has meta-prefix 2022-04-14 15:51:04 +02:00
elec-pair.el Make buffer-local-value obsolete as a generalized variable 2022-08-23 12:22:42 +02:00
electric.el Make buffer-local-value obsolete as a generalized variable 2022-08-23 12:22:42 +02:00
elide-head.el elide-head: Make trailing "/" in URL optional 2022-10-30 14:32:24 +01:00
emacs-lock.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
env.el * test/lisp/env-tests.el: New file. 2022-08-05 11:47:05 +02:00
epa-dired.el
epa-file.el
epa-hook.el Improve don't save bookmark context from encrypted files 2022-09-22 13:14:46 +02:00
epa-ks.el Merge from origin/emacs-28 2022-09-21 10:25:06 +02:00
epa-mail.el * lisp/epa-mail.el (epa-mail-mode-map): Use defvar-keymap. 2022-07-02 06:36:26 +02:00
epa.el Prefer defvar-keymap in lisp/epa*.el 2022-09-13 11:06:40 +02:00
epg-config.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
epg.el Fix epg's reliance on an implicit GnuPG command. 2022-10-06 14:53:36 +02:00
expand.el
ezimage.el ; Delete stale and incorrect comment in ezimage.el 2022-08-08 21:33:24 +02:00
face-remap.el ; Improve documentation of text-scale adjust commands 2022-11-13 08:56:35 +02:00
facemenu.el
faces.el Add flat-button to docstring of 'set-face-attribute' 2022-11-16 16:43:05 +02:00
ffap.el Further ffap-read-file-or-url tweaks 2022-09-20 12:39:29 +02:00
filecache.el
fileloop.el
filenotify.el Enable `dont-follow' for inotify file notifications 2022-09-16 17:23:59 +02:00
files-x.el Audit some plist uses with new predicate argument 2022-10-22 19:33:12 +03:00
files.el Pacify recent unused/ignored lexvar warnings 2022-10-26 16:35:59 +03:00
filesets.el Delete many items obsolete since 24.3 2022-09-09 11:27:30 +02:00
find-cmd.el
find-dired.el * lisp/find-dired.el (lookfor-dired): Make obsolete. 2022-08-04 12:35:24 +02:00
find-file.el One more fix for find-file.el 2022-08-30 19:09:00 +03:00
find-lisp.el Add some new find-lisp commands 2022-09-06 12:54:42 +02:00
finder.el Make finder-mode inherit special-mode 2022-08-12 15:08:19 +02:00
flow-ctrl.el
foldout.el Fix handling double-click-time nil or t 2022-05-02 12:03:08 +02:00
follow.el ; Fix several symbol name typos 2022-10-26 23:04:23 +02:00
font-core.el Delete fast-lock.el and lazy-lock.el 2022-07-28 15:32:42 +02:00
font-lock.el Remove aliases of with-silent-modifications 2022-10-07 12:25:09 -04:00
format-spec.el Make format-spec accept function substitutions 2022-09-29 15:39:27 +02:00
format.el Remove redundant let-bindings of inhibit-point-motion-hooks 2022-10-07 12:16:47 -04:00
forms.el Remove redundant let-bindings of inhibit-point-motion-hooks 2022-10-07 12:16:47 -04:00
frame.el Document the new "XRandR 1.5" value 2022-09-27 15:29:33 +02:00
frameset.el ; * lisp/frameset.el: Fix a typo in a comment. 2022-05-04 12:06:10 +03:00
fringe.el Make the bookmark fringe icon look like a bookmark 2022-08-15 21:15:42 -07:00
generic-x.el Delete many items obsolete since 24.3 2022-09-09 11:27:30 +02:00
help-at-pt.el ; Fix last change 'display-local-help' and its documentation 2022-04-24 15:47:08 +03:00
help-fns.el cl-generic: Fix advertised-calling-convention declarations 2022-10-16 12:01:47 -04:00
help-macro.el Make help-for-help echo key on failure 2022-10-16 13:03:59 +02:00
help-mode.el Fix spacing in *Help* buttons 2022-07-22 22:43:38 +02:00
help.el Prefer defvar-keymap in help.el 2022-10-29 08:21:59 +02:00
hex-util.el ; * lisp/hex-util.el: Mention ash instead of lsh. 2022-08-09 13:20:00 +02:00
hexl.el ; Fix typos in Lisp symbols 2022-09-20 12:21:40 +02:00
hfy-cmap.el Don't generate separate autoload file for htmlfontify 2022-06-05 18:23:17 +02:00
hi-lock.el Prefer :risky defcustom keyword 2022-07-11 11:30:00 +02:00
hilit-chg.el Merge from origin/emacs-28 2022-09-21 10:25:06 +02:00
hippie-exp.el
hl-line.el Fix hl-line-mode/global-hl-line-mode logic again 2022-10-13 10:08:55 +02:00
htmlfontify.el Remove aliases of with-silent-modifications 2022-10-07 12:25:09 -04:00
ibuf-ext.el * lisp/ibuf-ext.el (ibuffer-remove-alist): Simplify. 2022-08-09 21:58:00 +02:00
ibuf-macs.el Make ibuffer-aif obsolete in favor of if-let 2022-08-09 18:15:56 +02:00
ibuffer.el Make ibuffer-aif obsolete in favor of if-let 2022-08-09 18:15:56 +02:00
icomplete.el ; Fix typos 2022-11-11 15:52:37 +01:00
ido.el Pacify recent unused/ignored lexvar warnings 2022-10-26 16:35:59 +03:00
ielm.el Rename comint-fl-* to comint-fontify-input-* and mention it in NEWS 2022-09-30 21:15:06 +02:00
iimage.el Remove many items obsolete since 24.1 2022-07-08 14:10:38 +02:00
image-file.el Correct the usage of `image-file-name-regexps' 2022-09-21 13:53:50 +02:00
image-mode.el Don't auto-resize image if echo area is non-empty 2022-09-26 21:10:58 +02:00
image.el Move image commands to the 'i' sub map 2022-10-04 15:09:33 +02:00
imenu.el ; Fix typos 2022-09-28 17:34:59 +02:00
indent.el Prefer defvar-keymap in several cases 2022-09-13 15:05:38 +02:00
info-look.el * lisp/info-look.el (mapc): Add Eglot manual's index. 2022-10-20 12:45:31 +01:00
info-xref.el
info.el Declare variable Info-minibuf-history 2022-10-26 21:09:14 +02:00
informat.el Make some additional defcustom types more restrictive 2022-07-06 19:29:51 +02:00
isearch.el * lisp/isearch.el (isearch-search): Don't bind inhibit-point-motion-hooks 2022-10-07 14:07:17 -04:00
isearchb.el
jit-lock.el Remove aliases of with-silent-modifications 2022-10-07 12:25:09 -04:00
jka-cmpr-hook.el
jka-compr.el * lisp/jka-compr.el (jka-compr-load): Add MUST-SUFFIX argument. 2022-11-05 17:39:17 +01:00
json.el
jsonrpc.el ; Fix typos: prefer American spelling 2022-07-14 12:13:31 +02:00
kermit.el
keymap.el * lisp/keymap.el (defvar-keymap): Don't use pcase. 2022-11-17 09:38:59 +02:00
kmacro.el Fix remaining byte-compile warnings in loaddefs.el 2022-07-31 11:29:52 +02:00
ldefs-boot.el ; Auto-commit of loaddefs files. 2022-11-15 05:09:10 +01:00
loadhist.el * lisp/loadhist.el (loadhist-unload-element): Remove auxiliary function info 2022-09-03 10:54:50 -04:00
loadup.el cconv.el: Fix regression in cconv-tests-interactive-closure-bug51695 2022-10-28 11:33:24 -04:00
locate.el Give a better error in locate-default-make-command-line 2022-02-07 04:58:49 +01:00
lpr.el ; Fix mistakes in 'declare function' forms 2022-05-14 16:19:12 +03:00
ls-lisp.el Delete aliases obsolete since 21.1 and 22.1 2022-07-31 11:01:57 +02:00
macros.el kmacro: Represent it as an OClosure 2022-04-01 20:07:33 -04:00
Makefile.in Add trampoline AOT compilation target (bug#58318) 2022-10-11 21:19:21 +02:00
man.el * lisp/man.el (Man-mode-map): Prefer defvar-keymap. 2022-11-02 15:07:39 +01:00
master.el
mb-depth.el
md4.el
menu-bar.el Add Eglot to the menu bar 2022-10-20 20:50:34 +03:00
midnight.el Make some defcustom types more restrictive 2022-07-05 18:33:29 +02:00
minibuf-eldef.el Remove redundant let-bindings of inhibit-point-motion-hooks 2022-10-07 12:16:47 -04:00
minibuffer.el * lisp/minibuffer.el (set-message-functions): New user option. 2022-11-13 20:57:50 +02:00
misc.el Add duplicate-dwim (bug#56418) 2022-07-26 14:23:30 +02:00
misearch.el
mouse-copy.el
mouse-drag.el
mouse.el Fix some no-X build warnings 2022-08-22 19:22:33 +02:00
mpc.el Delete many items obsolete since 24.3 2022-09-09 11:27:30 +02:00
msb.el Drop support for the dead third-party w3 package 2022-07-09 17:27:49 +02:00
mwheel.el ; Fix warning in mwheel.el 2022-07-04 17:01:53 +02:00
newcomment.el Revert "Allow commenting out white space lines in latex-mode" 2022-05-31 20:20:23 +02:00
notifications.el (with-demoted-errors): Warn on missing format arg 2022-02-04 19:39:53 -05:00
novice.el
obarray.el
outline.el * lisp/outline.el (outline-minor-mode): Ensure margins are either 0 or 1. 2022-11-07 10:14:45 +02:00
paren.el Add a basic widget type for buffer predicates 2022-09-04 16:29:06 +02:00
password-cache.el
pcmpl-cvs.el
pcmpl-git.el pcomplete: Generate completions from --help messages 2022-09-14 21:58:04 +02:00
pcmpl-gnu.el pcomplete: Generate completions from --help messages 2022-09-14 21:58:04 +02:00
pcmpl-linux.el pcomplete: Generate completions from --help messages 2022-09-14 21:58:04 +02:00
pcmpl-rpm.el pcomplete: Generate completions from --help messages 2022-09-14 21:58:04 +02:00
pcmpl-unix.el pcomplete: Generate completions from --help messages 2022-09-14 21:58:04 +02:00
pcmpl-x.el pcomplete: Generate completions from --help messages 2022-09-14 21:58:04 +02:00
pcomplete.el * lisp/pcomplete.el (pcomplete-arg): Simplify 2022-10-07 12:54:29 -04:00
pgtk-dnd.el Fix PGTK DND after a source leaves without dropping anything 2022-07-23 15:00:34 +08:00
pixel-scroll.el Small adjustments to precision pixel scrolling 2022-09-21 19:32:52 +08:00
plstore.el Autoload safe local property for plstore-encrypt-to 2022-07-06 20:53:52 +02:00
printing.el ; Prefer HTTPS to HTTP in many URLs 2022-10-15 13:06:45 +02:00
proced.el ; * lisp/proced.el (proced-mode): Manually reflow docstring. 2022-10-04 02:47:03 +02:00
profiler.el Prefer defvar-keymap in profiler.el 2022-11-03 14:29:11 +01:00
ps-bdf.el
ps-mule.el
ps-print.el Merge from origin/emacs-28 2022-08-13 06:30:27 +02:00
ps-samp.el
README
recentf.el Do not connect unreachable remote hosts in recentf 2022-08-29 12:05:02 +02:00
rect.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
register.el
registry.el
repeat.el * lisp/repeat.el (describe-repeat-maps): Improve the output. 2022-11-17 09:28:32 +02:00
replace.el ; Fix typos 2022-11-11 15:52:37 +01:00
reposition.el
reveal.el Prefer defvar-keymap in several cases 2022-09-13 15:05:38 +02:00
rfn-eshadow.el
rot13.el Print "decrypted" rot13 text is buffer is read-only 2022-11-05 00:07:07 +01:00
rtree.el
ruler-mode.el * lisp/ruler-mode.el (ruler-mode-map): Use defvar-keymap. 2022-07-02 06:36:26 +02:00
savehist.el Remove redundant library installation instructions 2022-11-11 04:29:29 +01:00
saveplace.el Fix namespace problem in saveplace.el 2022-08-05 12:28:59 +02:00
scroll-all.el
scroll-bar.el Improve scroll-bar-mode/default-frame-alist interaction docs 2022-03-04 16:55:57 +01:00
scroll-lock.el * lisp/scroll-lock.el (scroll-lock-mode-map): Prefer defvar-keymap. 2022-05-11 16:12:00 +02:00
select.el Prevent selection converter from signalling if buffer is narrowed 2022-08-13 17:49:42 +08:00
server.el Enable/disable 'server-mode' when starting/stopping the server 2022-11-16 21:15:19 -08:00
ses.el Merge from origin/emacs-28 2022-07-14 11:37:42 +02:00
shadowfile.el Revert "Decrease use of the word "Emacsen" in docs" 2022-10-01 22:34:47 +02:00
shell.el shell: Add repeat-map for shell-{forward,backward}-prompt 2022-11-17 11:36:32 +02:00
simple.el Add face to key bindings suggested by M-x 2022-11-15 04:19:36 +01:00
skeleton.el
so-long.el Merge from origin/emacs-28 2022-07-14 11:37:42 +02:00
sort.el Make sorting not change buffer modification status always 2022-05-03 21:23:40 +02:00
soundex.el
speedbar.el Remove some XEmacs references in speedbar.el 2022-09-12 13:09:23 +02:00
sqlite-mode.el Fix cl-generic bootstrap problems 2022-06-24 11:04:51 +02:00
sqlite.el
startup.el Set `comp-no-spawn' earlier using -no-comp-spawn 2022-10-26 08:30:09 +02:00
strokes.el Prefer defvar-keymap in several cases 2022-09-13 15:05:38 +02:00
subr.el ; * lisp/subr.el (match-buffers): Fix typo 2022-11-15 23:07:55 +01:00
svg.el
t-mouse.el t-mouse.el: Make sure we apply the setting to new terminals 2022-08-30 17:55:03 -04:00
tab-bar.el * lisp/tab-bar.el: More improvements for tab-bar-auto-width (bug#59208) 2022-11-13 20:16:17 +02:00
tab-line.el ; * lisp/tab-line.el (tab-line-cache-key-function): Fix docstring (bug#57848). 2022-11-10 20:35:58 +02:00
tabify.el
talk.el
tar-mode.el Merge from origin/emacs-28 2022-09-21 10:25:06 +02:00
tempo.el
term.el Delete many items obsolete since 24.3 2022-09-09 11:27:30 +02:00
thingatpt.el Teach thing-at-point to recognize bracketed IPv6 URLs 2022-11-09 05:15:11 -08:00
thread.el * lisp/thread.el (thread-list-mode-map): Prefer defvar-keymap. 2022-11-09 15:10:24 +01:00
time-stamp.el
time.el New command 'world-clock-copy-time-as-kill' 2022-10-05 16:33:23 +02:00
timezone.el
tmm.el
tool-bar.el Prefer defvar-keymap in some trivial cases 2022-07-20 09:27:30 +02:00
tooltip.el Delete obsolete variable tooltip-use-echo-area 2022-07-09 13:35:41 +02:00
transient.el * lisp/transient.el: Update to package version v0.3.7-173-g81b29ca 2022-10-28 16:27:25 +02:00
tree-widget.el Make the Unicode tree widget prettier 2022-06-05 15:59:37 +02:00
tutorial.el Don't have the tutorial ask to save if we haven't moved 2022-05-20 03:59:39 +02:00
type-break.el Rename timep to type-break-timep 2022-08-04 11:39:23 +02:00
uniquify.el Fix up some prefix registration problems in doc strings 2022-08-04 11:03:10 +02:00
userlock.el
vcursor.el * lisp/vcursor.el (vcursor-map): Prefer defvar-keymap. 2022-10-31 15:20:01 +01:00
version.el Merge from origin/emacs-28 2022-02-03 06:30:29 +01:00
view.el Remove the view-remove-frame-by-deleting variable 2022-10-11 02:39:05 +02:00
w32-fns.el Speed up generation of loaddefs files 2022-05-31 18:08:33 +02:00
w32-vars.el
wdired.el Make wdired match dired with symlink permissions 2022-09-10 08:20:31 +02:00
whitespace.el Merge from origin/emacs-28 2022-11-01 10:30:09 +01:00
wid-browse.el Prefer defvar-keymap in several cases 2022-09-13 15:05:38 +02:00
wid-edit.el Prefer defvar-keymap in several cases 2022-09-13 15:05:38 +02:00
widget.el Drop support for the dead third-party w3 package 2022-07-09 17:27:49 +02:00
windmove.el ; Normalize some "Author" headers 2022-07-20 22:38:01 +02:00
window.el Prefer defvar-keymap in window.el 2022-11-17 09:34:24 +01:00
winner.el Make winner key sequences repeatable in repeat-mode 2022-10-30 13:19:05 +01:00
woman.el Avoid using aliases for color functions 2022-08-09 22:28:08 +02:00
x-dnd.el Fix drag-and-drop bugs on Lucid build 2022-10-25 19:51:08 +08:00
xdg.el Add new function xdg-session-type to xdg.el 2022-09-21 14:00:23 +02:00
xml.el
xt-mouse.el
xwidget.el * lisp/xwidget.el: Improve Commentary. 2022-11-12 07:06:53 +01:00
yank-media.el Fix yank-media utf-16 detection 2022-02-05 08:50:05 +01: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.