1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 05:30:45 -08:00
emacs/lisp
João Távora 0bb97ad8b8 Fix icomplete-force-complete-and-exit for no-input situations
If there is no minibuffer input, but the user has already cycled some
pre-calculated completions, we should be calling
minibuffer-force-complete-and-exit instead of
minibuffer-complete-and-exit.  The former is guaranteed to be fast in
this situation and yields the desired "selected" completion, while the
latter will just give us the default, ignoring all the cycling of
icomplete-{forward|backward}-completions.

* lisp/icomplete.el (icomplete-force-complete-and-exit): Add
comments and fix for empty input but some completions calculated.
2019-11-02 02:35:45 +00:00
..
calc Fix optional parameter passing in calc-fin-* functions 2019-10-19 11:46:17 +02:00
calendar Clean up previous icalendar.el change 2019-10-21 21:21:50 +02:00
cedet * lisp/cedet/ (semantic-analyze-possible-completions): Add flags arg 2019-10-31 19:10:58 -04:00
emacs-lisp Don't refuse to install packages without a "footer line" 2019-11-02 01:30:36 +01:00
emulation Remove more XEmacs compat code from viper-*.el 2019-10-21 21:19:25 +02:00
erc Make ERC respect erc-channel-hide-list 2019-10-28 15:31:39 +01:00
eshell * lisp/eshell/em-term.el: Remove commented out XEmacs compat code. 2019-10-28 16:17:41 +01:00
gnus Make the debbugs groups also include robot messages 2019-10-30 00:17:57 +01:00
image Fix image-converter probes 2019-10-30 01:02:48 +01:00
international Use text properties instead of truncating strings 2019-10-07 20:11:26 +02:00
language Omit one more superfluous "-" in regexp 2019-10-05 03:15:12 -07:00
leim/quail Remove obsolete doc references to XEmacs (Bug#37899) 2019-10-28 15:55:10 +01:00
mail Try to not put SMTP passwords in the *Messages* buffer 2019-10-21 22:38:44 +02:00
mh-e lisp/*.el: Force non-nil result to t, to match docstring 2019-10-14 23:53:16 +02:00
net Fix some minor Tramp problems 2019-10-31 11:13:13 +01:00
nxml lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
obsolete Remove obsolete doc references to XEmacs (Bug#37899) 2019-10-28 15:55:10 +01:00
org lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
play Remove XEmacs compat code from decipher.el 2019-10-20 23:05:40 +02:00
progmodes Make ant regexp in compilation-error-regexp-alist-alist more lax 2019-11-01 15:20:42 +03:00
term Update X keysym mapping 2019-09-28 17:08:19 +03:00
textmodes Support \pagebreak[0] for paragraph-separate in latex-mode 2019-10-30 22:35:19 +01:00
url Make url-cookie.el be more resistant against bogus data 2019-10-29 22:53:00 +01:00
vc Rework vc stash bindings 2019-10-31 10:53:05 +01:00
abbrev.el * lisp/abbrev.el (abbrev-prefix-mark): Fix a typo. (Bug#36715) 2019-07-18 15:44:51 +03:00
align.el Declare unused vhdl code in align.el obsolete 2019-10-04 17:11:53 +02:00
allout-widgets.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
allout.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ansi-color.el Remove XEmacs compat code from ansi-color.el 2019-06-19 22:08:19 +02:00
apropos.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
arc-mode.el arc-mode.el: Remove XEmacs compat code 2019-05-19 20:37:54 +02:00
array.el Add conditional operator xor to subr.el 2019-08-06 13:38:47 +02:00
auth-source-pass.el Use PASSWORD_STORE_DIR in auth-source-pass when set 2019-11-02 01:33:40 +01:00
auth-source.el lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
autoarg.el
autoinsert.el Various doc fixes for auto-insert-mode 2019-10-22 18:06:01 +02:00
autorevert.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
avoid.el Fix two mouse drag and drop issues (Bug#28620, Bug#36269) 2019-08-04 09:21:18 +02:00
battery.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
bindings.el Bind Scroll_Lock to scroll-lock-mode globally 2019-10-04 18:02:45 +02:00
bookmark.el Remove support for upgrading from old bookmark file format 2019-09-08 22:48:20 +02:00
bs.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
buff-menu.el Make list-buffers--refresh preserve marks 2019-10-13 22:56:44 +02:00
button.el button-* function doc string clarifications 2019-10-12 21:47:47 +02:00
calculator.el Remove no-longer-needed integer overflow code 2019-07-22 16:36:50 -07:00
case-table.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
cdl.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
ChangeLog.1
ChangeLog.2
ChangeLog.3 ; Fix typo, insure -> ensure in ChangeLogs 2019-07-05 21:50:29 -04:00
ChangeLog.4
ChangeLog.5 Merge from origin/emacs-26 2019-07-06 12:51:30 -07:00
ChangeLog.6
ChangeLog.7 Update author/maintainer info 2019-05-26 01:00:16 -07:00
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11
ChangeLog.12 Update author/maintainer info 2019-05-26 01:00:16 -07:00
ChangeLog.13
ChangeLog.14
ChangeLog.15 Update author/maintainer info 2019-05-26 01:00:16 -07:00
ChangeLog.16
ChangeLog.17 lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
char-fold.el * lisp/char-fold.el: Rename char-fold-make-table to char-fold--make-table. 2019-07-29 01:55:34 +03:00
chistory.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
cmuscheme.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
color.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
comint.el Respect buffer-local values in comint-read-input-ring 2019-10-01 21:22:28 +02:00
completion.el * lisp/completion.el (completion-kill-region): Doc fix. 2019-09-21 10:05:20 +03:00
composite.el Allow Zs characters to be composed 2019-09-07 12:19:06 +03:00
COPYING
cus-dep.el Report progress during custom-make-dependencies instead of file count 2019-06-18 15:24:10 +02:00
cus-edit.el Don't discard customizations in progress when adding comments (Bug#5358) 2019-09-27 18:06:36 +02:00
cus-face.el Added face parameter :extend. 2019-10-14 14:18:39 +02:00
cus-start.el Provide default value for tab-name/frame-name reading minibuffer 2019-10-20 19:30:30 +03:00
cus-theme.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
custom.el Fix load-theme bug with user-emacs-directory 2019-09-01 09:56:59 -07:00
dabbrev.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
delim-col.el Make delimit-columns-region say what it does 2019-07-09 04:50:37 +02:00
delsel.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
descr-text.el Make description of text properties on the form `(string ...)' work 2019-07-30 12:09:12 +02:00
desktop.el * lisp/desktop.el (desktop-read): With argument, ask the user for DIRNAME. 2019-09-26 12:17:20 +02:00
dframe.el Remove final XEmacs compat code from dframe.el 2019-09-09 01:13:54 +02:00
dired-aux.el dired-dwim-target uses most recently visited window instead of next window. 2019-10-27 02:20:15 +03:00
dired-x.el Add some sanity checks to dired-x.el key bindings 2019-10-09 09:38:11 +02:00
dired.el Font-lock symlinks in dired buffers better 2019-10-31 00:31:32 +01:00
dirtrack.el (dirtrack-toggle, dirtrackp): Remove obsolete aliases 2019-05-18 07:25:19 +02:00
disp-table.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
display-fill-column-indicator.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
display-line-numbers.el Resurrect display-line-number-mode in client frames 2019-06-07 17:32:17 +03:00
dnd.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
doc-view.el Adapt doc-view to latest image-mode changes 2019-10-25 22:19:46 +02:00
dom.el Add a new `dom-search' function 2019-09-27 00:33:45 +02:00
dos-fns.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
dos-vars.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
dos-w32.el
double.el
dynamic-setting.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ebuff-menu.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
echistory.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
ecomplete.el New function time-convert 2019-08-05 18:37:29 -07:00
edmacro.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ehelp.el ehelp.el: Suppress warning 2019-06-12 16:15:30 +02:00
elec-pair.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
electric.el Correctly reindent previous line in electric-indent-mode 2019-07-02 16:10:45 +01:00
elide-head.el
emacs-lock.el lisp/*.el: Force non-nil result to t, to match docstring 2019-10-17 02:08:43 +02:00
env.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
epa-dired.el
epa-file.el Preserve more markers when reverting .gpg files 2019-09-04 15:20:00 +02:00
epa-hook.el
epa-mail.el Suppress interactive-only warnings in epa*.el 2019-06-12 16:17:25 +02:00
epa.el Change the lighter in epa-info-mode 2019-09-27 17:49:37 +02:00
epg-config.el Add -unknown to version-regexp-alist 2019-10-13 04:59:44 +02:00
epg.el Make display of S/MIME signatures slightly better 2019-10-23 10:50:29 +02:00
expand.el Cleanup of TODO to prefer report-emacs-bug 2019-05-28 08:12:17 -04:00
ezimage.el Remove XEmacs compat code from ezimage.el 2019-10-19 01:13:42 +02:00
face-remap.el Fix internal-lisp-face-attributes to match face. 2019-10-20 16:45:21 +02:00
facemenu.el Fix usage of remove-text-properties 2019-08-01 17:04:53 +03:00
faces.el set-face-font doc string update 2019-11-01 18:32:29 +01:00
ffap.el Remove XEmacs compat code from ffap.el 2019-10-17 15:25:07 +02:00
filecache.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
fileloop.el
filenotify.el Distinguish different file notification events 2019-07-31 21:22:05 +02:00
files-x.el Invalidate dir-locals-directory-cache when writing dir-local file 2019-08-18 15:49:29 -07:00
files.el Default exotic image formats (like .webp) to image-mode 2019-10-29 21:42:39 +01:00
filesets.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
find-cmd.el
find-dired.el Add file sorting options to find-dired and grep-find (bug#36110) 2019-06-20 00:55:07 +03:00
find-file.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
find-lisp.el New function time-convert 2019-08-05 18:37:29 -07:00
finder.el Make finder-exit use quit-window (Bug#33610) 2019-07-20 12:23:07 +03:00
flow-ctrl.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
foldout.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
follow.el Remove obsolete doc references to XEmacs (Bug#37899) 2019-10-28 15:55:10 +01:00
font-core.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
font-lock.el Ensure that font-local variables are buffer-local 2019-10-31 14:06:08 +01:00
format-spec.el Fix last change to format-spec 2019-07-20 16:46:04 +01:00
format.el
forms.el Fix usage of remove-text-properties 2019-08-01 17:04:53 +03:00
frame.el Provide default value for tab-name/frame-name reading minibuffer 2019-10-20 19:30:30 +03:00
frameset.el * lisp/frameset.el (frameset-restore): Make sure last-focus frame has focus. 2019-08-18 01:40:32 +03:00
fringe.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
generic-x.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
help-at-pt.el
help-fns.el Added face parameter :extend. 2019-10-14 14:18:39 +02:00
help-macro.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
help-mode.el Factor out the lambda from help-function-def 2019-10-11 21:58:26 +02:00
help.el Upcase parameters in things like "&optional (arg 3)" 2019-10-09 09:06:33 +02:00
hex-util.el
hexl.el Revert "Apply font-lock in hexl-mode buffers" 2019-06-27 16:28:22 +02:00
hfy-cmap.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
hi-lock.el Hi-lock lines up to right margin (Bug#15934) 2019-08-23 13:26:36 +02:00
hilit-chg.el
hippie-exp.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
hl-line.el Extend face hl-line after end-of-line 2019-10-14 14:18:41 +02:00
htmlfontify.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
ibuf-ext.el Make completion in the `E' command in *Ibuffer* work 2019-10-07 18:06:03 +02:00
ibuf-macs.el
ibuffer.el Fix customizing ibuffer-help-buffer-modes 2019-09-28 21:06:39 +02:00
icomplete.el Fix icomplete-force-complete-and-exit for no-input situations 2019-11-02 02:35:45 +00:00
ido.el lisp/*.el: Force non-nil result to t, to match docstring 2019-10-14 23:53:16 +02:00
ielm.el Add doc strings to the ielm * variables 2019-06-20 14:13:18 +02:00
iimage.el Fix usage of remove-text-properties 2019-08-01 17:04:53 +03:00
image-dired.el Correct some more custom type specs 2019-10-11 14:17:08 +02:00
image-file.el Include ImageMagick file name regexps in image-file-name-regexp 2019-09-26 21:26:33 +02:00
image-mode.el Default exotic image formats (like .webp) to image-mode 2019-10-29 21:42:39 +01:00
image.el Default exotic image formats (like .webp) to image-mode 2019-10-29 21:42:39 +01:00
imenu.el Fix the previous imenu commit 2019-09-20 15:01:52 +02:00
indent.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
info-look.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
info-xref.el
info.el Fix display of Info files on TTY frames 2019-10-19 12:12:31 +03:00
informat.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
isearch.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
isearchb.el Suppress warning in isearchb about iswitchb being obsolete 2019-06-17 12:37:02 +02:00
jit-lock.el
jka-cmpr-hook.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
jka-compr.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
json.el Improve pretty-printing of multiple JSON snippets in a region 2019-08-02 18:05:13 +02:00
jsonrpc.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
kermit.el Fix TODO to convert defvar with leading '*' to defcustom 2019-06-09 10:08:33 +03:00
kmacro.el Rewrite the kmacro register function to avoid using obsolete functions 2019-06-12 18:21:35 +02:00
ldefs-boot.el ; Auto-commit of loaddefs files. 2019-11-01 06:27:08 -07:00
linum.el Merge from origin/emacs-26 2019-06-07 07:50:49 -07:00
loadhist.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
loadup.el * lisp/loadup.el: Load minibuffer after cl-generic 2019-10-27 13:21:21 -04:00
locate.el
lpr.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
ls-lisp.el Avoid signaling errors from ls-lisp--insert-directory on macOS 2019-08-31 09:54:05 +03:00
macros.el Print macro modified macro keys as characters not integers 2019-08-23 08:38:45 -04:00
Makefile.in Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
makesum.el Use lexical-binding in makesum.el and add tests 2019-05-29 20:47:16 +02:00
man.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
master.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
mb-depth.el
md4.el
menu-bar.el Make menu bar entries only point to named functions, not lambdas 2019-10-09 05:27:03 +02:00
midnight.el Add FIXMEs for subsecond support 2019-08-17 15:43:05 -07:00
minibuf-eldef.el
minibuffer.el * lisp/minibuffer.el: Tweak and undo parts of recent changes 2019-10-29 16:17:14 -04:00
misc.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
misearch.el
mouse-copy.el
mouse-drag.el
mouse.el Inhibit undo-in-region for mouse-drag-region (bug#37700) 2019-10-31 17:41:29 +01:00
mpc.el
msb.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
mwheel.el Change font size in correct window using mouse wheel 2019-10-11 02:16:11 +02:00
newcomment.el Doc clarification in two comment-* functions 2019-08-17 16:35:59 -07:00
notifications.el
novice.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
obarray.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
outline.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
paren.el Use lexical-binding in paren.el and add tests 2019-05-26 11:22:27 +02:00
password-cache.el password-cache: differentiate null values from non-existent entries 2019-08-12 01:43:19 +02:00
pcmpl-cvs.el
pcmpl-gnu.el Fix :version in recent commit 2019-09-19 14:39:34 +02:00
pcmpl-linux.el
pcmpl-rpm.el
pcmpl-unix.el
pcmpl-x.el
pcomplete.el * lisp/pcomplete.el: Mark 'pcomplete' command as obsolete 2019-10-03 10:36:00 -04:00
pixel-scroll.el
plstore.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
printing.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
proced.el Add conditional operator xor to subr.el 2019-08-06 13:38:47 +02:00
profiler.el Use the elisp xref backend in profiler buffers 2019-07-30 12:04:21 +02:00
ps-bdf.el Fixes for "Maintainer:" and related lines 2019-05-19 21:34:27 -07:00
ps-def.el Remove XEmacs compat code from ps-print 2019-06-19 22:30:10 +02:00
ps-mule.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ps-print.el ; * lisp/ps-print.el: Doc fix. 2019-09-09 01:13:54 +02:00
ps-samp.el Remove retired maintainers from comments 2019-06-04 12:42:47 -07:00
README
recentf.el * lisp/recentf.el (recentf-mode): Doc fix. (Bug#37772) 2019-10-17 20:10:35 +03:00
rect.el * lisp/rect.el (string-rectangle): Inherit input method in minibuffer 2019-10-15 11:08:18 -04:00
register.el Make register-preview ignore empty registers 2019-09-21 00:19:11 +02:00
registry.el lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
repeat.el
replace.el ; Fix typo in previous commit 2019-10-09 15:16:07 +02:00
reposition.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
reveal.el Allow reveal.el to toggle `display' properties 2019-09-21 12:04:00 +02:00
rfn-eshadow.el
rot13.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
rtree.el
ruler-mode.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
savehist.el Remove obsolete doc references to XEmacs (Bug#37899) 2019-10-28 15:55:10 +01:00
saveplace.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
sb-image.el
scroll-all.el
scroll-bar.el Remove no-longer-needed integer overflow code 2019-07-22 16:36:50 -07:00
scroll-lock.el Bind Scroll_Lock to scroll-lock-mode globally 2019-10-04 18:02:45 +02:00
select.el Change gui--selection-value-internal comment into doc string 2019-09-13 14:57:23 +02:00
server.el Fix some file-mode races 2019-09-16 18:00:59 -07:00
ses.el Fix some &rest body edebug specs 2019-10-16 04:44:22 +02:00
shadowfile.el lisp/*.el: Force non-nil result to t, to match docstring 2019-10-17 02:08:43 +02:00
shell.el * lisp/shell.el (shell): Make shell buffer the current buffer. (Bug#37745) 2019-10-17 18:46:53 +02:00
simple.el Inhibit undo-in-region for mouse-drag-region (bug#37700) 2019-10-31 17:41:29 +01:00
skeleton.el Fix skeleton edebug spec 2019-08-23 02:20:54 +02:00
so-long.el lisp/*.el: Fix typos and improve some docstrings 2019-10-20 12:12:27 +02:00
sort.el Enable sorting paragraphs when the final paragraph has no newline 2019-08-23 03:43:41 +02:00
soundex.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
speedbar.el Customizable tab-line-tabs-function and new buffer-local tab-line-mode. 2019-10-27 01:38:32 +03:00
startup.el Enable tab-bar-mode from X resources 2019-10-13 23:56:17 +03:00
strokes.el Use quit-window in some functions 2019-10-13 05:08:37 +02:00
subr.el subr.el (run-window-configuration-change-hook): Mark obsolete 2019-10-26 08:17:09 -04:00
svg.el Revert "Revert "Add support for paths to svg.el"" 2019-07-31 22:29:29 +02:00
t-mouse.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
tab-bar.el * lisp/tab-bar.el (tab-bar-select-tab): Use set-frame-parameter. 2019-10-31 01:11:05 +02:00
tab-line.el Customizable tab-line-tabs-function and new buffer-local tab-line-mode. 2019-10-27 01:38:32 +03:00
tabify.el Use lexical-binding in tabify.el and add tests 2019-05-25 18:37:33 -07:00
talk.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
tar-mode.el Add a new tar-copy-preserve-time variable 2019-10-14 05:41:45 +02:00
tempo.el Remove XEmacs compat code from tempo.el 2019-06-12 23:26:56 +02:00
term.el Quadruple term-buffer-maximum-size (Bug#37584) 2019-10-07 12:15:48 +02:00
thingatpt.el Make number-at-point recognize some hex numbers 2019-09-20 19:37:54 +02:00
thread.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
thumbs.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
time-stamp.el time-stamp-time-zone: update customization 2019-10-27 08:21:16 -07:00
time.el New function time-convert 2019-08-05 18:37:29 -07:00
timezone.el Fix time-add rounding bug 2019-08-16 16:27:27 -07:00
tmm.el * lisp/tmm.el: Fix broken tmm-prompt (bug#34517) 2019-09-08 23:27:23 +03:00
tool-bar.el tool-bar-map doc string clarification 2019-10-12 07:30:36 +02:00
tooltip.el With tooltip-mode disabled, don't unconditionally clear the echo area 2019-09-16 22:17:51 +02:00
tree-widget.el Remove last XEmacs compat code from tree-widget.el 2019-10-20 22:52:02 +02:00
tutorial.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
type-break.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
uniquify.el Remove outdated comment in uniquify.el 2019-07-06 16:37:09 +02:00
userlock.el * etc/PROBLEMS: Describe navigation problem from Nautilus. (Bug#37573) 2019-10-08 15:41:00 +02:00
vcursor.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
version.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
view.el lisp/*.el, src/*.c: Fix typos in docstrings 2019-09-19 04:32:25 +02:00
vt-control.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
vt100-led.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
w32-fns.el w32--os-description: Fix previous change 2019-05-20 14:34:36 +02:00
w32-vars.el
wdired.el Prevent infinite loop on entering wdired-mode 2019-07-16 11:04:56 +02:00
whitespace.el lisp/*.el: Force non-nil result to t, to match docstring 2019-10-14 23:53:16 +02:00
wid-browse.el Make widget-browse-at always detect an editable-field 2019-09-15 15:21:08 +02:00
wid-edit.el * lisp/wid-edit.el (widget-default-active): Normalize boolean result. 2019-10-16 15:42:41 +02:00
widget.el * lisp/widget.el (define-widget-keywords): Use declare. 2019-06-13 17:42:58 -04:00
windmove.el windmove.el: Suppress warnings for obsolete functions 2019-10-25 16:39:54 +02:00
window.el In 'bury-buffer' don't try to remove current buffer from minibuffer window 2019-10-17 19:35:29 +02:00
winner.el Correct some more custom type specs 2019-10-11 14:17:08 +02:00
woman.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
x-dnd.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
xdg.el
xml.el Replace manually crafted hex regexes with [:xdigit:] 2019-07-06 10:54:25 +03:00
xt-mouse.el Merge branch 'feature/tabs' 2019-10-01 23:15:03 +03:00
xwidget.el

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.