1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00
emacs/lisp
Eric Abrahamsen c1b63af445 Change Gnus hash tables into real hash tables
Gnus has used obarrays as makeshift hash tables for groups: group
names are coerced to unibyte and interned in custom obarrays, and
their symbol-value set to whatever value needs to be stored. This
patch replaces those obarrays with actual hash tables.

* lisp/gnus/gnus-util.el (gnus-intern-safe, gnus-create-hash-size):
  Remove functions.
  (gnus-make-hashtable): Change to return a real hash table.
  (gnus-text-property-search): Utility similar to `text-property-any',
  but compares on `equal'. Needed because the 'gnus-group text
  property is now a string.
* lisp/gnus/gnus.el (gnus-gethash, gnus-gethash-safe, gnus-sethash):
  Remove macros.
  (gnus-group-list): New variable holding all group names as an
  ordered list. Used because `gnus-newsrc-hashtb' used to preserve
  `gnus-newsrc-alist' ordering, but now doesn't.
* lisp/gnus/nnmaildir.el (nnmaildir--servers): Change from obarray to
  alist.
  (nnmaildir--up2-1): Remove function.
* lisp/thingatpt.el (thing-at-point-newsgroup-p): This was making use
  of Gnus obarrays, replace with a cond that can handle many different
  possibilities.
* lisp/gnus/gnus-bcklg.el (gnus-backlog-articles): Remove
  gnus-backlog-hashtb, which wasn't doing anything. Just keep a list
  of ident strings in gnus-backlog-articles.
  (gnus-backlog-setup): Delete unnecessary function.
  (gnus-backlog-enter-article, gnus-backlog-remove-oldest-article,
  gnus-backlog-remove-article, gnus-backlog-request-article): Alter
  calls accordingly.
* lisp/gnus/gnus-dup.el (gnus-duplicate-list-max-length): Rename from
  `gnus-duplicate-list-length', for accuracy.
* lisp/gnus/gnus-start.el (gnus-active-to-gnus-format,
  gnus-groups-to-gnus-format, gnus-newsrc-to-gnus-format): Read group
  names as strings.
  (gnus-gnus-to-quick-newsrc-format): Write `gnus-newsrc-alist' using
  the ordering in `gnus-group-list'.
* lisp/gnus/gnus-agent.el:
* lisp/gnus/gnus-async.el:
* lisp/gnus/gnus-cache.el:
* lisp/gnus/gnus-group.el:
* lisp/gnus/gnus-score.el:
* lisp/gnus/gnus-sum.el:
* lisp/gnus/gnus-topic.el:
* lisp/gnus/message.el:
* lisp/gnus/mml.el:
* lisp/gnus/nnagent.el:
* lisp/gnus/nnbabyl.el:
* lisp/gnus/nnvirtual.el:
* lisp/gnus/nnweb.el: In all files, change obarrays to hash-tables,
  and swap `gnus-sethash' for `puthash', `gnus-gethash' for `gethash',
  `mapatoms' for `maphash', etc.
* test/lisp/gnus/gnus-test-headers.el (gnus-headers-make-dependency-table,
  gnus-headers-loop-dependencies): New tests to make sure we're
  building `gnus-newsgroup-dependencies' correctly.
2019-03-22 10:23:30 -07:00
..
calc Be safer about "%" in message formats 2019-03-07 09:05:56 -08:00
calendar Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
cedet Fix more regular expression typos 2019-03-18 17:02:29 -07:00
emacs-lisp Fix the error message when modifying maps in-place (Bug#34941) 2019-03-22 10:31:23 +01:00
emulation Fix defining keyboard macros in CUA mode 2019-03-20 11:21:54 +02:00
erc Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
eshell ; Eval overlooked lambda in recent Eshell changes 2019-03-21 21:50:12 +00:00
gnus Change Gnus hash tables into real hash tables 2019-03-22 10:23:30 -07:00
image Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
international Fix misuses of NULL when talking about the NUL character 2019-03-21 23:55:28 -04:00
language More regexp corrections and tweaks 2019-03-10 23:11:21 -07:00
leim/quail Add notice and fix missing character 2019-03-15 09:58:29 +02:00
mail Fix more regular expression typos 2019-03-18 17:02:29 -07:00
mh-e Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
net Fix Bug#24394, Bug#34172 2019-03-22 14:38:06 +01:00
nxml Fix more regular expression typos 2019-03-18 17:02:29 -07:00
obsolete Fix more regular expression typos 2019-03-18 17:02:29 -07:00
org More minor regex cleanup 2019-03-19 18:47:53 -07:00
play Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
progmodes Merge from origin/emacs-26 2019-03-20 13:47:07 -07:00
term Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
textmodes More minor regex cleanup 2019-03-19 18:47:53 -07:00
url Merge from origin/emacs-26 2019-03-20 13:47:07 -07:00
vc Fix misuses of NULL when talking about the NUL character 2019-03-21 23:55:28 -04:00
abbrev.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
align.el Fix more regular expression typos 2019-03-18 17:02:29 -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 More regexp corrections and tweaks 2019-03-08 09:09:40 -08: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 Merge from origin/emacs-26 2019-03-09 10:07:46 -08: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 Update copyright year to 2019 2019-01-01 01:01:13 +00: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 Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08: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 Dired: Use invisibility-spec instead of selective-display 2019-03-17 13:35:20 -04:00
dirtrack.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
disp-table.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08: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 Adjust previous electric.el and elec-pair.el change 2019-01-25 17:32:18 +00:00
elide-head.el Update copyright year to 2019 2019-01-01 01:01:13 +00: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 Merge from origin/emacs-26 2018-12-31 17:57:29 -08: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 Adapt filenotify-tests for emba 2019-01-06 15:42:57 +01:00
files-x.el Do not hardcode "/bin/sh" in compile. Bug#24338, Bug#29723 2019-03-09 16:44:24 +01:00
files.el Do not hardcode "/bin/sh" in compile. Bug#24338, Bug#29723 2019-03-09 16:44:24 +01: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 Merge from origin/emacs-26 2018-12-31 17:57:29 -08: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 * lisp/frame.el (frame-monitor-attributes): Fall back to the last monitor 2019-03-19 23:43:18 +02: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 Be more defensive regarding elements of 'load-history' 2019-03-01 11:44:52 +02: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 Remove some obsolete stub files from etc/ 2019-01-11 18:53:10 -05: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 New command ido-switch-to-completions. 2019-03-08 20:00:49 +01:00
ielm.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08: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 Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
image-mode.el Merge from origin/emacs-26 2019-01-30 09:12:15 -08:00
image.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
imenu.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
indent.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08: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 Fix misuses of NULL when talking about the NUL character 2019-03-21 23:55:28 -04: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-03-10 17:50:09 -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 Merge from origin/emacs-26 2018-12-31 17:57:29 -08: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 Merge from origin/emacs-26 2018-12-31 17:57:29 -08: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 * lisp/replace.el (flush-lines): Return the number of deleted lines. 2019-02-28 23:32:39 +02: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 Avoid using obsolete accept-process-output arg 2019-01-15 14:09:11 -08: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 Merge from origin/emacs-26 2019-03-20 13:47:07 -07:00
simple.el Minor fixes for the last change 2019-03-22 11:59:11 +03: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 * lisp/speedbar.el: Minor tweaks 2019-03-10 03:54:46 -04:00
startup.el * lisp/startup.el (load--user-init-file): Support early-init.elc as well. 2019-02-16 16:52:53 +02:00
strokes.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
subr.el Fix Bug#24394, Bug#34172 2019-03-22 14:38:06 +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
vt-control.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
vt100-led.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 Merge from origin/emacs-26 2018-12-31 17:57:29 -08: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 Update copyright year to 2019 2019-01-01 01:01:13 +00:00
widget.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
windmove.el Directional window swap states (bug#34656) 2019-02-27 23:12:00 +02:00
window.el Rewrite minibuffer window resizing code 2019-03-11 09:57:23 +01:00
winner.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
woman.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08: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 Merge from origin/emacs-26 2018-12-31 17:57:29 -08: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.