emacs-gpu/lisp
Paul Eggert 662bee7d70 file-attributes cleanup
Mostly, this replaces magic-number calls like (nth 4 A) with
more-informative calls like (file-attribute-access-time A).
It also fixes some documentation and minor timestamp coding
issues that I noticed while looking into this.
* doc/lispref/files.texi (File Attributes):
* lisp/files.el (file-attribute-size)
(file-attribute-inode-number, file-attribute-device-number):
* src/dired.c (Fdirectory_files_and_attributes)
(Ffile_attributes):
Mention which attributes must be integers, or nonnegative integers,
as opposed to merely being numbers.  Remove no-longer-correct
talk about representing large integers as conses of integers.
* doc/lispref/files.texi (Magic File Names):
* doc/misc/gnus.texi (Low-level interface to the spam-stat dictionary):
* lisp/autorevert.el (auto-revert-find-file-function)
(auto-revert-tail-mode, auto-revert-handler):
* lisp/auth-source.el (auth-source-netrc-parse):
* lisp/cedet/ede/files.el (ede--inode-for-dir):
* lisp/cedet/semantic/db-file.el (object-write):
* lisp/cedet/semantic/db-mode.el (semanticdb-kill-hook):
* lisp/cedet/semantic/db.el (semanticdb-needs-refresh-p)
(semanticdb-synchronize):
* lisp/cedet/srecode/table.el (srecode-mode-table-new):
* lisp/desktop.el (desktop-save, desktop-read):
* lisp/dired-aux.el (dired-file-set-difference)
(dired-do-chxxx, dired-do-chmod, dired-copy-file-recursive)
(dired-create-files):
* lisp/dired.el (dired-directory-changed-p, dired-readin):
* lisp/dos-w32.el (w32-direct-print-region-helper):
* lisp/emacs-lisp/autoload.el (autoload-generate-file-autoloads)
(autoload-find-destination, update-directory-autoloads):
* lisp/emacs-lisp/shadow.el (load-path-shadows-same-file-or-nonexistent):
* lisp/epg.el (epg--start, epg-wait-for-completion):
* lisp/eshell/em-ls.el (eshell-ls-filetype-p)
(eshell-ls-applicable, eshell-ls-size-string)
(eshell-ls-file, eshell-ls-dir, eshell-ls-files)
(eshell-ls-entries):
* lisp/eshell/em-pred.el (eshell-predicate-alist)
(eshell-pred-file-type, eshell-pred-file-links)
(eshell-pred-file-size):
* lisp/eshell/em-unix.el (eshell-shuffle-files, eshell/cat)
(eshell-du-sum-directory, eshell/du):
* lisp/eshell/esh-util.el (eshell-read-passwd)
(eshell-read-hosts):
* lisp/files.el (remote-file-name-inhibit-cache)
(find-file-noselect, insert-file-1, dir-locals-find-file)
(dir-locals-read-from-dir, backup-buffer)
(file-ownership-preserved-p, copy-directory)
(read-file-modes):
* lisp/find-lisp.el (find-lisp-format):
* lisp/gnus/gnus-agent.el (gnus-agent-unfetch-articles)
(gnus-agent-read-agentview, gnus-agent-expire-group-1)
(gnus-agent-request-article, gnus-agent-regenerate-group)
(gnus-agent-update-files-total-fetched-for)
(gnus-agent-update-view-total-fetched-for):
* lisp/gnus/gnus-cache.el (gnus-cache-read-active)
(gnus-cache-update-file-total-fetched-for)
(gnus-cache-update-overview-total-fetched-for):
* lisp/gnus/gnus-cloud.el (gnus-cloud-file-new-p):
* lisp/gnus/gnus-score.el (gnus-score-score-files):
* lisp/gnus/gnus-start.el (gnus-save-newsrc-file)
(gnus-master-read-slave-newsrc):
* lisp/gnus/gnus-sum.el (gnus-summary-import-article):
* lisp/gnus/gnus-util.el (gnus-file-newer-than)
(gnus-cache-file-contents):
* lisp/gnus/mail-source.el (mail-source-delete-old-incoming)
(mail-source-callback, mail-source-movemail):
* lisp/gnus/nneething.el (nneething-create-mapping)
(nneething-make-head):
* lisp/gnus/nnfolder.el (nnfolder-read-folder):
* lisp/gnus/nnheader.el (nnheader-file-size)
(nnheader-insert-nov-file):
* lisp/gnus/nnmail.el (nnmail-activate):
* lisp/gnus/nnmaildir.el (nnmaildir--group-maxnum)
(nnmaildir--new-number, nnmaildir--update-nov)
(nnmaildir--scan, nnmaildir-request-scan)
(nnmaildir-request-update-info)
(nnmaildir-request-expire-articles):
* lisp/gnus/nnmh.el (nnmh-request-list-1)
(nnmh-request-expire-articles, nnmh-update-gnus-unreads):
* lisp/gnus/nnml.el (nnml-request-expire-articles):
* lisp/gnus/spam-stat.el (spam-stat-save, spam-stat-load)
(spam-stat-process-directory, spam-stat-test-directory):
* lisp/ido.el (ido-directory-too-big-p)
(ido-file-name-all-completions):
* lisp/image-dired.el (image-dired-get-thumbnail-image)
(image-dired-create-thumb-1):
* lisp/info.el (info-insert-file-contents):
* lisp/ls-lisp.el (ls-lisp-insert-directory)
(ls-lisp-handle-switches, ls-lisp-classify-file)
(ls-lisp-format):
* lisp/mail/blessmail.el:
* lisp/mail/feedmail.el (feedmail-default-date-generator)
(feedmail-default-message-id-generator):
* lisp/mail/mailabbrev.el (mail-abbrevs-sync-aliases)
(mail-abbrevs-setup):
* lisp/mail/mspools.el (mspools-size-folder):
* lisp/mail/rmail.el (rmail-insert-inbox-text):
* lisp/mail/sendmail.el (sendmail-sync-aliases):
* lisp/mh-e/mh-alias.el (mh-alias-tstamp):
* lisp/net/ange-ftp.el (ange-ftp-parse-netrc)
(ange-ftp-write-region, ange-ftp-file-newer-than-file-p)
(ange-ftp-cf1):
* lisp/net/eudcb-mab.el (eudc-mab-query-internal):
* lisp/net/eww.el (eww-read-bookmarks):
* lisp/net/netrc.el (netrc-parse):
* lisp/net/newst-backend.el (newsticker--image-get):
* lisp/nxml/rng-loc.el (rng-get-parsed-schema-locating-file):
* lisp/obsolete/fast-lock.el (fast-lock-save-cache):
* lisp/obsolete/vc-arch.el (vc-arch-state)
(vc-arch-diff3-rej-p):
* lisp/org/ob-eval.el (org-babel--shell-command-on-region):
* lisp/org/org-attach.el (org-attach-commit):
* lisp/org/org-macro.el (org-macro-initialize-templates):
* lisp/org/org.el (org-babel-load-file)
(org-file-newer-than-p):
* lisp/org/ox-html.el (org-html-format-spec):
* lisp/org/ox-publish.el (org-publish-find-date)
(org-publish-cache-ctime-of-src):
* lisp/pcmpl-gnu.el (pcomplete/tar):
* lisp/pcmpl-rpm.el (pcmpl-rpm-packages):
* lisp/play/cookie1.el (cookie-snarf):
* lisp/progmodes/cmacexp.el (c-macro-expansion):
* lisp/ps-bdf.el (bdf-file-mod-time):
* lisp/server.el (server-ensure-safe-dir):
* lisp/simple.el (shell-command-on-region):
* lisp/speedbar.el (speedbar-item-info-file-helper)
(speedbar-check-obj-this-line):
* lisp/thumbs.el (thumbs-cleanup-thumbsdir):
* lisp/time.el (display-time-mail-check-directory)
(display-time-file-nonempty-p):
* lisp/url/url-cache.el (url-is-cached):
* lisp/url/url-file.el (url-file-asynch-callback):
* lisp/vc/diff-mode.el (diff-delete-if-empty):
* lisp/vc/pcvs-info.el (cvs-fileinfo-from-entries):
* lisp/vc/vc-bzr.el (vc-bzr-state-heuristic):
* lisp/vc/vc-cvs.el (vc-cvs-checkout-model)
(vc-cvs-state-heuristic, vc-cvs-merge-news)
(vc-cvs-retrieve-tag, vc-cvs-parse-status, vc-cvs-parse-entry):
* lisp/vc/vc-hg.el (vc-hg--slurp-hgignore-1)
(vc-hg--ignore-patterns-valid-p)
(vc-hg--cached-dirstate-search, vc-hg-state-fast):
* lisp/vc/vc-hooks.el (vc-after-save):
* lisp/vc/vc-rcs.el (vc-rcs-workfile-is-newer):
* lisp/vc/vc-svn.el (vc-svn-merge-news, vc-svn-parse-status):
* lisp/vc/vc.el (vc-checkout, vc-checkin, vc-revert-file):
* lisp/xdg.el (xdg-mime-apps):
Prefer (file-attribute-size A) to (nth 7 A), and similarly
for other file attributes accessors.
* doc/lispref/files.texi (File Attributes):
* doc/lispref/intro.texi (Version Info):
* doc/lispref/os.texi (Idle Timers):
* lisp/erc/erc.el (erc-string-to-emacs-time):
* lisp/files.el (file-attribute-access-time)
(file-attribute-modification-time)
(file-attribute-status-change-time):
* lisp/net/tramp-compat.el:
(tramp-compat-file-attribute-modification-time)
(tramp-compat-file-attribute-size):
* src/buffer.c (syms_of_buffer):
* src/editfns.c (Fget_internal_run_time):
* src/fileio.c (Fvisited_file_modtime)
(Fset_visited_file_modtime):
* src/keyboard.c (Fcurrent_idle_time):
* src/process.c (Fprocess_attributes):
Defer implementation details about timestamp format to the
section that talks about timestamp format, to make it easier
to change the documentation later if timestamp formats are
extended.
* lisp/gnus/gnus-util.el (gnus-file-newer-than):
* lisp/speedbar.el (speedbar-check-obj-this-line):
* lisp/vc/vc-rcs.el (vc-rcs-workfile-is-newer):
Prefer time-less-p to doing it by hand.
* lisp/ls-lisp.el (ls-lisp-format): Inode numbers are no longer conses.
* lisp/vc/vc-bzr.el (vc-bzr-state-heuristic):
Use eql, not eq, to compare integers that might be bignums.
* lisp/org/ox-publish.el (org-publish-cache-ctime-of-src):
Prefer float-time to doing time arithmetic by hand.
2018-09-23 18:32:59 -07:00
..
calc Merge from origin/emacs-26 2018-09-10 13:12:38 -07:00
calendar Fix ambiguity in nil DST flag 2018-09-21 14:25:19 -07:00
cedet file-attributes cleanup 2018-09-23 18:32:59 -07:00
emacs-lisp file-attributes cleanup 2018-09-23 18:32:59 -07:00
emulation (viper-read-key, viper-read-key-sequence): Remove 2018-09-12 21:47:39 -04:00
erc file-attributes cleanup 2018-09-23 18:32:59 -07:00
eshell file-attributes cleanup 2018-09-23 18:32:59 -07:00
gnus file-attributes cleanup 2018-09-23 18:32:59 -07:00
image Merge from origin/emacs-26 2018-02-17 07:50:28 -08:00
international Merge from origin/emacs-26 2018-08-26 15:10:50 -07:00
language Reinstate the 'tis620-2533' character set 2018-08-11 11:15:57 +03:00
leim/quail New input methods hawaiian-postfix and hawaiian-prefix 2018-09-20 10:21:18 +03:00
mail file-attributes cleanup 2018-09-23 18:32:59 -07:00
mh-e file-attributes cleanup 2018-09-23 18:32:59 -07:00
net file-attributes cleanup 2018-09-23 18:32:59 -07:00
nxml file-attributes cleanup 2018-09-23 18:32:59 -07:00
obsolete file-attributes cleanup 2018-09-23 18:32:59 -07:00
org file-attributes cleanup 2018-09-23 18:32:59 -07:00
play file-attributes cleanup 2018-09-23 18:32:59 -07:00
progmodes file-attributes cleanup 2018-09-23 18:32:59 -07:00
term Audit use of lsh and fix glitches 2018-08-21 13:44:32 -07:00
textmodes Fix build error: use string :version in defcustom 2018-09-10 12:17:06 -05:00
url file-attributes cleanup 2018-09-23 18:32:59 -07:00
vc file-attributes cleanup 2018-09-23 18:32:59 -07:00
abbrev.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
align.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
allout-widgets.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
allout.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
ansi-color.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
apropos.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
arc-mode.el Prune most-positive-fixnum from Lisp source 2018-08-22 20:46:08 -07:00
array.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
auth-source-pass.el * lisp/auth-source-pass.el: Update version to 4.0.1 2018-06-05 15:53:43 +02:00
auth-source.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
autoarg.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
autoinsert.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
autorevert.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
avoid.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
battery.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
bindings.el Merge from origin/emacs-26 2018-04-14 07:50:45 -07:00
bookmark.el Merge from origin/emacs-26 2018-07-28 07:50:36 -07:00
bs.el Fix bs-show with wide characters (Bug#17822) 2018-09-19 18:48:07 -04:00
buff-menu.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
button.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
calculator.el * lisp/calculator.el: Fix doc typo. 2018-09-03 12:57:10 -07:00
case-table.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cdl.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.1 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.2 Use “Cc” for email copies, as per RFC 5322. 2018-05-20 11:02:50 -07:00
ChangeLog.3 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.4 Use “Cc” for email copies, as per RFC 5322. 2018-05-20 11:02:50 -07:00
ChangeLog.5 Use “Cc” for email copies, as per RFC 5322. 2018-05-20 11:02:50 -07:00
ChangeLog.6 ; Spelling and grammar fixes. 2018-02-17 09:17:28 -08:00
ChangeLog.7 Use “Cc” for email copies, as per RFC 5322. 2018-05-20 11:02:50 -07:00
ChangeLog.8 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.9 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.10 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.11 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.12 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.13 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.14 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.15 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.16 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ChangeLog.17 Update copyright year to 2018 2018-01-01 00:57:59 -08:00
char-fold.el Rename src/regex.c to src/regex-emacs.c. 2018-08-05 19:36:09 -07:00
chistory.el command-history-mode inherits from special-mode 2018-02-20 15:31:07 -05:00
cmuscheme.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
color.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
comint.el Detect Chinese sudo password prompts (Bug#31075) 2018-08-23 22:50:15 -04:00
completion.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
composite.el Audit use of lsh and fix glitches 2018-08-21 13:44:32 -07:00
COPYING
cus-dep.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
cus-edit.el Add new macro dolist-with-progress-reporter 2018-06-17 18:28:34 +09:00
cus-face.el Fix theme application 2018-06-19 07:38:47 -07:00
cus-start.el Merge from origin/emacs-26 2018-09-10 13:12:38 -07:00
cus-theme.el Minor cus-theme.el simplifications 2018-07-13 11:28:16 -04:00
custom.el Minor custom.el simplifications 2018-07-13 11:28:16 -04:00
dabbrev.el Fix incorrect spelling of dabbrev-ignored-buffer-regexps in docstrings. 2018-09-11 21:45:01 +03:00
delim-col.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
delsel.el * lisp/delsel.el (minibuffer-keyboard-quit): Remove old redundant code. 2018-09-16 23:54:04 -04:00
descr-text.el Make 'tis620-2533' character set be an alias for 'thai-iso8859-11' 2018-07-28 20:34:57 +03:00
desktop.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
dframe.el Don't bind dframe events on load (Bug#29599) 2018-01-02 20:53:42 -05:00
dired-aux.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
dired-x.el * lisp/dired-x.el (dired-jump): Support archive-subfile-mode 2018-09-13 00:50:22 +03:00
dired.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
dirtrack.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
disp-table.el Audit use of lsh and fix glitches 2018-08-21 13:44:32 -07:00
display-line-numbers.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
dnd.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
doc-view.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
dom.el (dom-texts): Don't return contents of <script> as text 2018-04-13 00:14:32 +02:00
dos-fns.el Audit use of lsh and fix glitches 2018-08-21 13:44:32 -07:00
dos-vars.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
dos-w32.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
double.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
dynamic-setting.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ebuff-menu.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
echistory.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ecomplete.el * lisp/ecomplete.el: Add completion-table; use lexical-binding and cl-lib 2018-01-23 12:14:48 -05:00
edmacro.el Audit use of lsh and fix glitches 2018-08-21 13:44:32 -07:00
ehelp.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
elec-pair.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
electric.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
elide-head.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
emacs-lock.el Merge from origin/emacs-26 2018-07-07 09:27:44 -07:00
env.el Avoid destroying match data in 'setenv' (Bug#32201) 2018-07-21 21:10:20 -04:00
epa-dired.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
epa-file.el Move epa-pinentry-mode to epg-config (Bug#26298) 2018-05-23 07:53:58 -04:00
epa-hook.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
epa-mail.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
epa.el * lisp/epa.el (epa-decrypt-file): Apply epa-pinentry-mode (Bug#30363). 2018-06-03 12:48:14 -04:00
epg-config.el ; Remove tracing for epg-tests (Bug#23561) 2018-07-16 07:12:07 -04:00
epg.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
expand.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ezimage.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
face-remap.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
facemenu.el Audit use of lsh and fix glitches 2018-08-21 13:44:32 -07:00
faces.el ; Fix doc typos related to indefinite articles 2018-02-16 15:16:15 -05:00
ffap.el Explicitly require cl-lib where needed 2018-03-16 20:41:17 -04:00
filecache.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
filenotify.el Merge from origin/emacs-26 2018-03-04 17:16:39 -08:00
files-x.el Prevent `modify-file-local-variable-prop-line' from adding extra ';' 2018-08-24 21:54:16 -04:00
files.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
filesets.el Make 'filesets-save-config' save filesets added by 'filesets-add-buffer' 2018-09-15 12:31:44 +03:00
find-cmd.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
find-dired.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
find-file.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
find-lisp.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
finder.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
flow-ctrl.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
foldout.el * lisp/foldout.el (outline-minor-mode): Remove pointless check. 2018-04-25 14:45:30 -04:00
follow.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
font-core.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
font-lock.el More alias-related tedium 2018-04-20 18:55:04 -04:00
format-spec.el * lisp/net/imap.el: Use lexical-binding and cl-lib 2018-01-23 14:13:50 -05:00
format.el * lisp/format.el (format-proper-list-p): New alias. 2018-07-15 18:30:16 -07:00
forms.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
frame.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
frameset.el In frameset save pixel values with frame-resize-pixelwise non-nil (Bug#30141) 2018-03-17 10:58:17 +01:00
fringe.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
generic-x.el Remove many items obsolete since Emacs 22.1 2018-03-10 19:15:56 -08:00
help-at-pt.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
help-fns.el Prefer \... to control chars in .el literals 2018-03-29 17:43:08 -07:00
help-macro.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
help-mode.el Merge from origin/emacs-26 2018-05-23 01:35:05 -07:00
help.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
hex-util.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
hexl.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
hfy-cmap.el More alias-related tedium 2018-04-20 18:55:04 -04:00
hi-lock.el Improve documentation of last change 2018-08-15 05:37:45 +03:00
hilit-chg.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
hippie-exp.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
hl-line.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
htmlfontify.el The tedious game of whack-a-mole with compiler warnings continues 2018-04-20 18:34:39 -04:00
ibuf-ext.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
ibuf-macs.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
ibuffer.el Merge from origin/emacs-26 2018-08-14 09:06:43 -07:00
icomplete.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
ido.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
ielm.el Make ielm accept an optional buffer name param 2018-07-21 14:00:11 +03:00
iimage.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
image-dired.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
image-file.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
image-mode.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
image.el Audit use of lsh and fix glitches 2018-08-21 13:44:32 -07:00
imenu.el Merge from origin/emacs-26 2018-09-15 09:20:32 -07:00
indent.el Preserve nonblank whitespace when indenting (Bug#32200) 2018-07-22 10:52:48 -04:00
info-look.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
info-xref.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
info.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
informat.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
isearch.el Let isearch-yank-kill enable isearch-mode if needed (Bug#21419) 2018-06-07 08:42:55 -04:00
isearchb.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
jit-lock.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
jka-cmpr-hook.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
jka-compr.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
json.el Audit use of lsh and fix glitches 2018-08-21 13:44:32 -07:00
jsonrpc.el jsonrpc-shutdown's cleanup also kills stderr buffer 2018-08-12 13:26:06 +01:00
kermit.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
kmacro.el Merge from origin/emacs-26 2018-05-15 09:09:48 -07:00
ldefs-boot.el ; Auto-commit of loaddefs files. 2018-09-01 07:22:46 -04:00
linum.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
loadhist.el Explicitly require cl-lib where needed 2018-03-16 20:41:17 -04:00
loadup.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
locate.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
lpr.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
ls-lisp.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
macros.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
Makefile.in Fix typo caught by zsh 2018-08-12 09:01:20 -07:00
makesum.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
man.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
master.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
mb-depth.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
md4.el Audit use of lsh and fix glitches 2018-08-21 13:44:32 -07:00
menu-bar.el Complement to last commit 2018-09-22 11:47:40 -04:00
midnight.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
minibuf-eldef.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
minibuffer.el Fix off-by-one history pruning (bug#31211) 2018-05-02 20:18:07 -04:00
misc.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
misearch.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
mouse-copy.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
mouse-drag.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
mouse.el Merge from origin/emacs-26 2018-06-23 07:50:59 -07:00
mpc.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
msb.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
multifile.el * lisp/multifile.el: New file, extracted from etags.el 2018-09-22 11:46:35 -04:00
mwheel.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
newcomment.el Merge from origin/emacs-26 2018-06-02 10:29:38 -07:00
notifications.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
novice.el Remove many items obsolete since Emacs 22.1 2018-03-10 19:15:56 -08:00
obarray.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
outline.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
paren.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
password-cache.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
pcmpl-cvs.el uniqify -> uniquify 2018-03-04 18:01:41 -08:00
pcmpl-gnu.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
pcmpl-linux.el uniqify -> uniquify 2018-03-04 18:01:41 -08:00
pcmpl-rpm.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
pcmpl-unix.el uniqify -> uniquify 2018-03-04 18:01:41 -08:00
pcmpl-x.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
pcomplete.el * lisp/pcomplete.el (pcomplete-here): Move before first reference. 2018-03-15 12:32:22 -04:00
pixel-scroll.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
plstore.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
printing.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
proced.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
profiler.el 0x%x → %#x in elisp formats 2018-07-23 01:10:07 -07:00
ps-bdf.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
ps-def.el Remove some declare-function stub definitions 2018-03-23 16:28:24 -04:00
ps-mule.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
ps-print.el Audit use of lsh and fix glitches 2018-08-21 13:44:32 -07:00
ps-samp.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
README
recentf.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
rect.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
register.el Improve description of window configs in 'register-val-describe' 2018-07-16 20:57:06 +02:00
registry.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
repeat.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
replace.el Fix a previous commit 2018-09-21 05:27:01 +09:00
reposition.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
reveal.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
rfn-eshadow.el Merge from origin/emacs-26 2018-09-10 13:12:38 -07:00
rot13.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
rtree.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
ruler-mode.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
savehist.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
saveplace.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
sb-image.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
scroll-all.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
scroll-bar.el Fix problem with 'scroll-bar-adjust-thumb-portion' nil (Bug#32002) 2018-07-28 09:08:30 +02:00
scroll-lock.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
select.el The tedious game of whack-a-mole with compiler warnings continues 2018-04-20 18:34:39 -04:00
server.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
ses.el Quieten ses.el compilation 2018-03-01 20:28:03 -05:00
shadowfile.el ; Remove instrumentation for Bug#32226 2018-08-12 17:38:24 +02:00
shell.el * lisp/comint.el: Clean up namespace 2018-07-18 10:23:20 -04:00
simple.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
skeleton.el Merge from origin/emacs-26 2018-07-02 19:19:26 -07:00
sort.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
soundex.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
speedbar.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
startup.el Merge from origin/emacs-26 2018-08-10 11:37:11 -07:00
strokes.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
subr.el Move bignump, fixnump from C to Lisp 2018-08-21 19:24:38 -07:00
svg.el Merge from origin/emacs-26 2018-01-01 01:13:04 -08:00
t-mouse.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
tabify.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
talk.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tar-mode.el Audit use of lsh and fix glitches 2018-08-21 13:44:32 -07:00
tempo.el ; Fix doc typos related to indefinite articles 2018-02-16 15:16:15 -05:00
term.el * lisp/term.el (term-read-noecho): Mark obsolete. 2018-07-29 21:13:48 -04:00
thingatpt.el Merge from origin/emacs-26 2018-09-15 09:20:32 -07:00
thread.el * lisp/thread.el: Remove more useless runtime requires. 2018-09-10 15:01:07 -04:00
thumbs.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
time-stamp.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
time.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
timezone.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tmm.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tool-bar.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
tooltip.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
tree-widget.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
tutorial.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
type-break.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
uniquify.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
userlock.el Explicitly require cl-lib where needed 2018-03-16 20:41:17 -04:00
vcursor.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
version.el More alias-related tedium 2018-04-20 18:55:04 -04:00
view.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
vt-control.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
vt100-led.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
w32-fns.el Read Windows OS info for report-emacs-bug from Registry 2018-09-07 17:41:21 +03:00
w32-vars.el Remove variables labeled as obsolete that do nothing 2018-03-23 19:52:09 -04:00
wdired.el Fix wdired handling of symlinks when restoring filename property 2018-09-13 22:19:22 +02:00
whitespace.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
wid-browse.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
wid-edit.el ; Fix doc typos related to indefinite articles 2018-02-16 17:33:57 -05:00
widget.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
windmove.el * lisp/windmove.el (windmove-default-keybindings): Allow list of modifiers. 2018-01-12 00:10:39 +02:00
window.el Prune most-positive-fixnum from Lisp source 2018-08-22 20:46:08 -07:00
winner.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
woman.el Ensure woman2-roff-buffer restores functions on error (Bug#30908) 2018-04-26 07:37:48 -04:00
x-dnd.el Audit use of lsh and fix glitches 2018-08-21 13:44:32 -07:00
xdg.el file-attributes cleanup 2018-09-23 18:32:59 -07:00
xml.el Make DISCARD-COMMENTS in `libxml-parse-{html,xml}-region' obsolete 2018-04-14 17:14:01 +02:00
xt-mouse.el Optionally add argument description in minor mode DOC (bug#10754) 2018-07-01 23:34:53 -04:00
xwidget.el Update copyright year to 2018 2018-01-01 00:57:59 -08: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.