1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00
emacs/lisp
Lars Ingebrigtsen bbf389ea6d Audit quoting the quote character in doc strings
* test/src/regex-emacs-tests.el (regex-tests-compare):
(regex-tests-compare):
(regex-tests-match):
* test/lisp/xml-tests.el (xml-parse-tests--qnames):
* test/lisp/mh-e/mh-thread-tests.el (mh-thread-tests-before-from):
* test/lisp/cedet/srecode-utest-template.el (srecode-utest-map-reset):
* test/lisp/calc/calc-tests.el (calc-tests-equal):
* lisp/window.el (get-lru-window):
(get-mru-window):
(get-largest-window):
(quit-restore-window):
(display-buffer):
* lisp/vc/vc-rcs.el (vc-rcs-consult-headers):
* lisp/url/url-auth.el (url-digest-auth-build-response):
* lisp/tutorial.el (tutorial--find-changed-keys):
* lisp/transient.el (transient-suffix-object):
* lisp/textmodes/rst.el (rst-insert-list-new-item):
* lisp/textmodes/bibtex.el (bibtex-clean-entry):
* lisp/tab-bar.el (tab-bar--key-to-number):
(toggle-frame-tab-bar):
* lisp/ses.el (ses-recalculate-cell):
(ses-define-local-printer):
(ses-prin1):
* lisp/progmodes/xref.el (xref--find-ignores-arguments):
* lisp/progmodes/verilog-mode.el (verilog-single-declaration-end):
* lisp/progmodes/tcl.el (tcl-mode-hook):
* lisp/progmodes/gdb-mi.el (gdb-get-buffer-create):
* lisp/progmodes/elisp-mode.el (elisp--xref-make-xref):
* lisp/play/dunnet.el (dun-room-objects):
* lisp/outline.el (outline--cycle-state):
* lisp/org/ox-publish.el (org-publish-find-property):
* lisp/org/ox-html.el (org-html--unlabel-latex-environment):
* lisp/org/org-table.el (org-table-collapse-header):
* lisp/org/org-plot.el (org--plot/prime-factors):
* lisp/org/org-agenda.el (org-agenda--mark-blocked-entry):
(org-agenda-set-restriction-lock):
* lisp/org/ob-lua.el (org-babel-lua-read-string):
* lisp/org/ob-julia.el (org-babel-julia-evaluate-external-process):
(org-babel-julia-evaluate-session):
* lisp/org/ob-core.el (org-babel-default-header-args):
* lisp/obsolete/mouse-sel.el (mouse-select):
(mouse-select-secondary):
* lisp/net/tramp.el (tramp-methods):
* lisp/net/eww.el (eww-accept-content-types):
* lisp/net/dictionary-connection.el (dictionary-connection-status):
* lisp/minibuffer.el (completion-flex--make-flex-pattern):
* lisp/mh-e/mh-mime.el (mh-have-file-command):
* lisp/mh-e/mh-limit.el (mh-subject-to-sequence):
(mh-subject-to-sequence-threaded):
(mh-subject-to-sequence-unthreaded):
* lisp/mail/feedmail.el (feedmail-queue-buffer-file-name):
(feedmail-vm-mail-mode):
* lisp/ls-lisp.el (ls-lisp--sanitize-switches):
* lisp/keymap.el (key-valid-p):
* lisp/international/ccl.el (ccl-compile-branch-blocks):
* lisp/image/image-converter.el (image-convert):
* lisp/gnus/spam.el (spam-backend-check):
* lisp/gnus/nnselect.el (nnselect-generate-artlist):
* lisp/gnus/nnmairix.el (nnmairix-widget-other):
* lisp/gnus/message.el (message-mailto):
* lisp/gnus/gnus-sum.el (gnus-collect-urls-from-article):
* lisp/gnus/gnus-search.el (gnus-search-prepare-query):
* lisp/frame.el (frame-size-history):
* lisp/eshell/esh-var.el (eshell-parse-variable-ref):
* lisp/eshell/em-dirs.el (eshell-expand-multiple-dots):
* lisp/erc/erc-backend.el (erc-bounds-of-word-at-point):
* lisp/emulation/cua-rect.el (cua--rectangle-operation):
* lisp/emacs-lisp/text-property-search.el (text-property-search-forward):
* lisp/emacs-lisp/package.el (package-desc-suffix):
* lisp/emacs-lisp/faceup.el (faceup-test-explain):
* lisp/emacs-lisp/comp.el (comp-curr-allocation-class):
(comp-alloc-class-to-container):
(comp-add-cstrs):
(comp-remove-type-hints-func):
(batch-byte+native-compile):
* lisp/emacs-lisp/cl-macs.el (cl--optimize):
* lisp/elec-pair.el (electric-pair--syntax-ppss):
* lisp/doc-view.el (doc-view-doc-type):
* lisp/cedet/semantic/symref.el (semantic-symref-tool-alist):
(semantic-symref-hit-to-tag-via-db):
(semantic-symref-hit-to-tag-via-buffer):
* lisp/cedet/semantic/lex-spp.el (semantic-lex-spp-get-overlay):
* lisp/cedet/semantic/java.el (semantic-java-doc-keywords-map):
* lisp/cedet/semantic/find.el (semantic-brute-find-tag-by-function):
* lisp/cedet/semantic/db.el (semanticdb-project-predicate-functions):
* lisp/cedet/semantic.el (semantic-working-type):
* lisp/cedet/ede/files.el (ede-flush-directory-hash):
* lisp/calc/calc.el (calc--header-line):
* lisp/auth-source.el (auth-source-pick-first-password):
(auth-source--decode-octal-string):
* etc/themes/modus-themes.el (modus-themes--paren):
(modus-themes--agenda-habit):
* admin/cus-test.el (cus-test-vars-with-changed-state): Fix
quoting in doc strings.  In code examples, the ' character is
quoted with \\=, and regularize 'foo to `foo', and quote strings
like "foo" instead of 'foo'.
2022-04-22 16:17:22 +02:00
..
calc Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
calendar Fix format-seconds error in previous change 2022-04-13 15:57:24 +02:00
cedet Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
emacs-lisp Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
emulation Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
erc Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
eshell Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
gnus Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
image Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
international Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
language Improve the support for the Brahmi script 2022-04-17 20:36:36 +03:00
leim/quail Improve the support for the Brahmi script 2022-04-17 20:36:36 +03:00
mail Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
mh-e Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
net Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
nxml (with-demoted-errors): Warn on missing format arg 2022-02-04 19:39:53 -05:00
obsolete Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
org Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
play Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
progmodes Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
term Fix WebP image support on MS-Windows 2022-04-10 16:45:43 +03:00
textmodes Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
url Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
vc Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
abbrev.el Don't signal errors in abbrev-table-p 2022-02-14 12:00:22 +01:00
align.el Fix regression in tex alignment 2022-04-02 16:36:39 +02:00
allout-widgets.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
allout.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
ansi-color.el ansi-color: don't get stuck on \e 2022-02-06 23:54:07 +01:00
apropos.el Allow using outline minor mode in `M-x apropos-value' 2022-01-23 15:43:19 +01:00
arc-mode.el (archive-*-write-file-member): Fix relative file name 2022-03-24 05:13:11 -04:00
array.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
auth-source-pass.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
auth-source.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
autoinsert.el Fix autoinsert.el byte compilation warning 2022-03-24 11:39:13 +01:00
autorevert.el (with-demoted-errors): Warn on missing format arg 2022-02-04 19:39:53 -05:00
avoid.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
battery.el (battery-status-function) Fix errors in Termux 2022-01-14 09:26:06 +01:00
bindings.el Bind 'imenu' to 'M-g i' globally 2022-04-21 11:57:01 -07:00
bookmark.el Add S-SPC key sequence to bookmark-bmenu-mode-map 2022-04-02 16:01:43 +02:00
bs.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
buff-menu.el Make 't' in Buffer-menu be more defensive 2022-02-24 21:57:34 +02:00
button.el Fix button-buffer-map binding error 2022-04-16 19:32:26 +02:00
calculator.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
case-table.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cdl.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.1 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.2 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.3 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.4 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.5 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.6 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.7 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.8 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.9 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.10 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.11 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.12 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.13 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.14 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.15 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.16 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ChangeLog.17 ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
char-fold.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
chistory.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cmuscheme.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
color.el Fix color-lighten-hsl logic 2022-03-22 15:28:02 +01:00
comint.el * lisp/comint.el (comint-dynamic-list-input-ring): Keep replaced text props. 2022-04-13 20:56:34 +03:00
completion.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
composite.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
COPYING
cus-dep.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cus-edit.el Guard against custom entries that can contain NULs 2022-03-16 18:58:49 +01:00
cus-face.el Fix a default value of the `:underline' face attribute 2022-01-29 14:05:49 +08:00
cus-start.el Fix warning during dumping on MS-DOS 2022-02-17 19:10:24 +08:00
cus-theme.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
custom.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
dabbrev.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
delim-col.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
delsel.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
descr-text.el Make `C-u C-x =' be more verbose about invisible characters 2022-04-22 14:58:59 +02:00
desktop.el Make desktop.el use local-minor-modes when saving 2022-04-17 20:23:05 +02:00
dframe.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
dired-aux.el Link dired-do-find-regexp-and-replace to query-replace 2022-04-21 13:50:41 +02:00
dired-x.el Make dired-directory and dired-subdir-alist buffer-local 2022-02-07 01:31:53 +01:00
dired.el Merge from origin/emacs-28 2022-04-16 13:58:31 -04:00
dirtrack.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
disp-table.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
display-fill-column-indicator.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
display-line-numbers.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
dnd.el Handle mouse movement correctly during DND from one of our own frames 2022-04-04 20:32:46 +08:00
doc-view.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
dom.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
dos-fns.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
dos-vars.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
dos-w32.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
double.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
dynamic-setting.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ebuff-menu.el Allow sorting in electric-buffer-list with `S' 2022-01-24 18:19:38 +01:00
echistory.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ecomplete.el (ecomplete-add-item): Preserve the more complete text 2022-03-06 10:14:42 -05:00
edmacro.el edmacro.el: Silence warnings due to kmacro changes 2022-04-04 09:13:10 -04: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 Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
electric.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
elide-head.el Make old elide-head commands wrappers for mode 2022-01-10 04:30:13 +01:00
emacs-lock.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
env.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
epa-dired.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
epa-file.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
epa-hook.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
epa-ks.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
epa-mail.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
epa.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
epg-config.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
epg.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
expand.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ezimage.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
face-remap.el Make face-remap-set-base work with a single face again 2022-02-23 12:51:09 +01:00
facemenu.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
faces.el Fix mode-line doc string 2022-04-10 03:15:12 +02:00
ffap.el Fix URL-related typos in comments and messages 2022-04-06 09:27:52 +02:00
filecache.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
fileloop.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
filenotify.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
files-x.el Make application configurable in 'with-connection-local-variables' 2022-03-18 12:25:32 +01:00
files.el Fix regression with multiple mode: entries in the prop line 2022-04-19 18:06:31 +02:00
filesets.el ; Fix a typo in filesets.el's doc string 2022-02-18 15:46:57 +02:00
find-cmd.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
find-dired.el Make dired-directory and dired-subdir-alist buffer-local 2022-02-07 01:31:53 +01:00
find-file.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
find-lisp.el Make dired-directory and dired-subdir-alist buffer-local 2022-02-07 01:31:53 +01:00
finder.el Fix URL-related typos in comments and messages 2022-04-06 09:27:52 +02:00
flow-ctrl.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
foldout.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
follow.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
font-core.el Remove unnecessary autoload cookie in font-core.el 2022-01-04 09:52:27 +01:00
font-lock.el Merge from origin/emacs-28 2022-04-13 16:52:50 +03:00
format-spec.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
format.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
forms.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
frame.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
frameset.el * lisp/frame.el: Don't require 'frameset.el' (bug#51883). 2022-01-30 18:40:09 +02:00
fringe.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
generic-x.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
help-at-pt.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
help-fns.el Allow editing variable values in *Help* buffers 2022-04-17 18:59:59 +02:00
help-macro.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
help-mode.el Allow editing variable values in *Help* buffers 2022-04-17 18:59:59 +02:00
help.el Clean up view-emacs-news code 2022-04-18 11:53:59 +02:00
hex-util.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
hexl.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
hfy-cmap.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
hi-lock.el Make hi-lock-face-defaults into a defcustom 2022-01-24 20:18:22 +01:00
hilit-chg.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
hippie-exp.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
hl-line.el Fix setter for hl-line-sticky-flag when hl-line is not loaded 2022-03-24 13:50:55 +08:00
htmlfontify.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
ibuf-ext.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
ibuf-macs.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ibuffer.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
icomplete.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
ido.el Remove the 'C-k' binding in ido-mode 2022-02-13 11:24:22 +01:00
ielm.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
iimage.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
image-dired.el Extend bookmark menu with with handler type column 2022-02-17 12:58:12 +01:00
image-file.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
image-mode.el More robust checks for directory buffers in image-mode 2022-04-01 09:01:35 +02:00
image.el Add new function image-supported-file-p 2022-03-22 15:02:08 +01:00
imenu.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
indent.el Merge from origin/emacs-28 2022-03-01 07:05:15 +01:00
info-look.el Add links to the vtable manual 2022-02-22 03:32:52 +01:00
info-xref.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
info.el Allow searching for regexps with a prefix 2022-04-21 17:05:23 +02:00
informat.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
isearch.el Make isearch-lax-whitespace a user option 2022-04-18 13:36:05 +02:00
isearchb.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
jit-lock.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
jka-cmpr-hook.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
jka-compr.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
json.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
jsonrpc.el * lisp/jsonrpc.el (Version): Bump to 1.0.15. 2022-01-13 13:00:25 +01:00
kermit.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
keymap.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
kmacro.el kmacro: Represent it as an OClosure 2022-04-01 20:07:33 -04:00
ldefs-boot.el Regenerated ldefs-boot.el 2022-04-16 19:42:44 +02:00
linum.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
loadhist.el (function-history): New symbol property (bug#53632) 2022-01-31 11:07:26 -05:00
loadup.el cl-generic: Use OClosures for cl--generic-isnot-nnm-p 2022-03-30 17:08:28 -04:00
locate.el Give a better error in locate-default-make-command-line 2022-02-07 04:58:49 +01:00
lpr.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ls-lisp.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
macros.el kmacro: Represent it as an OClosure 2022-04-01 20:07:33 -04:00
Makefile.in In early bootstrap, use byte-compiled compiler to native compile first files 2022-01-20 18:40:15 +00:00
makesum.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
man.el Add more bookmark types 2022-02-20 13:23:33 +01:00
master.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
mb-depth.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
md4.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
menu-bar.el Better check for when clipboard or primary selection have changed 2022-04-01 20:57:54 +08:00
midnight.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
minibuf-eldef.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
minibuffer.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
misc.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
misearch.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
mouse-copy.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
mouse-drag.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
mouse.el Respect new DND options when dragging to ourselves on Haiku 2022-04-05 00:54:03 +00:00
mpc.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
msb.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
mwheel.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
newcomment.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
notifications.el (with-demoted-errors): Warn on missing format arg 2022-02-04 19:39:53 -05:00
novice.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
obarray.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
outline.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
paren.el ; show-paren: improve previous commit bb69361cbe 2022-02-09 20:48:02 +01:00
password-cache.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
pcmpl-cvs.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
pcmpl-gnu.el (with-demoted-errors): Warn on missing format arg 2022-02-04 19:39:53 -05:00
pcmpl-linux.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
pcmpl-rpm.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
pcmpl-unix.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
pcmpl-x.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
pcomplete.el Pcomplete: Better obey completion-at-point-functions 2022-03-18 11:59:32 -04:00
pixel-scroll.el Interpolate scrolls coming from mice by default 2022-04-08 18:57:29 +08:00
plstore.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
printing.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
proced.el Handle remote system processes 2022-04-05 17:08:03 +02:00
profiler.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ps-bdf.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ps-def.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ps-mule.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
ps-print.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
ps-samp.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
README
recentf.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
rect.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
register.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
registry.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
repeat.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
replace.el Add lazy highlight when reading 'query-replace' arguments 2022-04-10 22:37:04 +03:00
reposition.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
reveal.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
rfn-eshadow.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
rot13.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
rtree.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ruler-mode.el Improve ruler-mode dragging 2022-02-22 15:22:50 +01:00
savehist.el Allow savehist-additional-variables to truncate lists 2022-02-15 11:29:43 +01:00
saveplace.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
scroll-all.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
scroll-bar.el Improve scroll-bar-mode/default-frame-alist interaction docs 2022-03-04 16:55:57 +01:00
scroll-lock.el Fix the Scroll key binding on Windows 2022-02-07 04:58:49 +01:00
select.el Implement DELETE selection target for cross program drags 2022-04-02 14:59:08 +08:00
server.el Ensure local default-directory' when calling process-attributes'. 2022-04-08 12:47:53 +02:00
ses.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
shadowfile.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
shell.el Ensure shell.el loading properly 2022-04-11 12:12:49 +02:00
simple.el Fix indentation in copy-region-as-kill 2022-04-21 16:23:02 +02:00
skeleton.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
so-long.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
sort.el Make sort-numeric-fields resilient towards blank lines 2022-02-03 20:33:58 +01:00
soundex.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
speedbar.el Improve `M-x speedbar' under emacs -nw very slightly 2022-01-23 14:46:55 +01:00
sqlite-mode.el ; Add 2022 to copyright years. 2022-01-01 07:07:15 -05:00
sqlite.el ; Add 2022 to copyright years. 2022-01-01 07:07:15 -05:00
startup.el ; Improve comments for a recently installed bugfix 2022-04-22 15:18:56 +03:00
strokes.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
subr.el ; * subr.el (buffer-match-p): Ensure that (and) is always satisfied 2022-04-17 14:04:46 +02:00
svg.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
t-mouse.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
tab-bar.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
tab-line.el * lisp/tab-line.el (tab-line-format): Use mode-line-window-selected-p. 2022-02-10 20:52:55 +02:00
tabify.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
talk.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
tar-mode.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
tempo.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
term.el Improve the term-clear-full-screen-programs doc string 2022-01-25 12:51:30 +01:00
thingatpt.el Fix (bounds-of-thing-at-point 'number) 2022-03-25 17:32:40 +01:00
thread.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
thumbs.el Add new function image-supported-file-p 2022-03-22 15:02:08 +01:00
time-stamp.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
time.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
timezone.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
tmm.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
tool-bar.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
tooltip.el Fix unrelated help text tooltips if a popup is shown during the delay 2022-01-29 18:57:08 +08:00
transient.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
tree-widget.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
tutorial.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
type-break.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
uniquify.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
userlock.el Fix userlock diagnostic 2022-01-11 08:58:39 -08:00
vcursor.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
version.el Merge from origin/emacs-28 2022-02-03 06:30:29 +01:00
view.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
w32-fns.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
w32-vars.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
wdired.el Add search function to search within filenames in Dired and WDired (bug#14013) 2022-03-28 21:00:32 +03:00
whitespace.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
wid-browse.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
wid-edit.el Fix :match function for the key widget 2022-02-19 13:33:32 +01:00
widget.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
windmove.el Autoload decorator for windmove-mode 2022-01-04 14:15:10 +01:00
window.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
winner.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
woman.el Extend bookmark menu with with handler type column 2022-02-17 12:58:12 +01:00
x-dnd.el Move some X11 drag and drop processing to Lisp 2022-04-06 20:30:24 +08:00
xdg.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
xml.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
xt-mouse.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
xwidget.el * lisp/xwidget.el (xwidget-webkit-edit-mode-map): Pass C-backspace. 2022-01-27 14:07:08 +08: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.