emacs/lisp
Glenn Morris 76f2c57691 (elint): New custom group.
(elint-log-buffer): Make it a defcustom.
(elint-scan-preloaded, elint-ignored-warnings)
(elint-directory-skip-re): New options.
(elint-builtin-variables): Doc fix.
(elint-preloaded-env): New variable.
(elint-unknown-builtin-args): Add an entry for encode-time.
(elint-extra-errors): Make it a variable rather than a constant.
(elint-preloaded-skip-re): New constant.
(elint-directory): Skip files matching elint-directory-skip-re.
(elint-features): New variable, local to linted buffers.
(elint-update-env): Initialize elint-features.  Possibly add
elint-preloaded-env to the buffer's environment.
(elint-get-top-forms): Bind elint-current-pos, for log messages.
Skip quoted forms.
(elint-init-form): New function, extracted from elint-init-env.
Make non-list forms a warning rather than an error.
Add the mode-map for define-derived-mode.  Handle define-minor-mode,
easy-menu-define, put that adds an error-condition, and provide.
When requiring cl, also require cl-macs.  Really require cl, to handle
some cl macros.  Store required libraries in the list elint-features,
so as not to re-load them.  Treat cc-require like require.
(elint-init-env): Call elint-init-form to do the work.
Handle eval-and-compile and such like.
(elint-add-required-env): Do not clear messages.
(elint-special-forms): Add handlers for function, defalias, if, when,
unless, and, or.
(elint-form): Add optional argument to ignore elint-special-forms,
useful to prevent recursive calls from handlers.  Doc fix.
Respect elint-ignored-warnings.
(elint-form): Respect elint-ignored-warnings.
(elint-bound-variable, elint-bound-function): New variables.
(elint-unbound-variable): Respect elint-bound-variable.
(elint-get-args): Respect elint-bound-function.
(elint-check-cond-form): Add some simple handling for (f)boundp and
featurep tests.
(elint-check-defalias-form): New handler.
(elint-check-let-form): Make an empty let a warning rather than an error.
(elint-check-setq-form): Make an empty setq a warning rather than an
error.  Respect elint-ignored-warnings.
(elint-check-defvar-form): Accept null doc-strings.
(elint-check-conditional-form): New handler.  Does some simple-minded
checking of featurep and (f)boundp tests.
(elint-put-function-args): New function.
(elint-initialize): Use elint-scan-doc-file rather than
elint-find-builtin-variables.  Use elint-put-function-args.
Possibly scan preloaded-file-list.
(elint-scan-doc-file): Rename from elint-find-builtin-variables and
extend to handle functions as well.
2009-09-22 02:28:28 +00:00
..
calc (calc-graph-lookup): Avoid assignment to free variable `var'. 2009-09-19 21:22:45 +00:00
calendar (diary-display-function): Change the default to fancy display. 2009-09-15 02:34:54 +00:00
emacs-lisp (elint): New custom group. 2009-09-22 02:28:28 +00:00
emulation Replace empty let's with progn'. 2009-09-13 02:14:25 +00:00
erc (line): Define for compiler. 2009-09-19 20:58:19 +00:00
eshell * eshell/em-hist.el: 2009-09-13 02:16:25 +00:00
gnus Fix typos in condition-case handlers. 2009-09-18 07:39:56 +00:00
international (language-info-alist): Improve docstring. 2009-09-11 21:07:02 +00:00
language (japanese-symbol-table): Add entries for cp932-2-byte. 2009-08-27 07:22:47 +00:00
mail Update. 2009-09-15 08:11:42 +00:00
mh-e * gnus/nnheader.el (nnheader-find-file-noselect): 2009-08-28 17:02:53 +00:00
net * net/dig.el: Add "Keywords: comm", as per net-utils.el. (Bug#4501) 2009-09-21 09:51:38 +00:00
nxml (nxml-end-of-heading): Fix typo in condition-case handler. 2009-09-18 07:25:14 +00:00
obsolete Mark face aliases with "-face" suffix as obsolete. 2009-09-01 07:24:13 +00:00
org Add arch tagline 2009-09-17 23:49:15 +00:00
play Remove leading * from defcustom and defface docs. 2009-09-04 07:00:22 +00:00
progmodes (gud-sentinel): Revert indavertant change. 2009-09-20 05:40:50 +00:00
term * simple.el: Add mapping for backspace/delete/clear/tab/escape/return 2009-09-14 01:22:42 +00:00
textmodes (what-page): Make sure we don't inf-loop if 2009-09-16 13:15:10 +00:00
url * url-handlers.el (url-copy-file): Add fifth arg for compatibility 2009-09-13 21:21:40 +00:00
.arch-inventory
.gitignore Ignore all backup files. 2009-08-28 09:50:05 +00:00
abbrev.el * custom.el (custom-delayed-init-variables): New var. 2009-09-11 21:25:44 +00:00
abbrevlist.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
add-log.el Mark face aliases with "-face" suffix as obsolete. 2009-09-01 07:24:13 +00:00
align.el * align.el (align-large-region, align-perl-modes, align-rules-list) 2009-03-26 16:21:25 +00:00
allout.el (top-level): Remove unnecessary progn. 2009-09-18 07:49:47 +00:00
ansi-color.el (ansi-color-get-face-1): Fix typo in handler. 2009-09-17 06:19:57 +00:00
apropos.el (apropos-documentation-check-doc-file): Avoid assignment to free variable `doc'. 2009-09-15 02:37:28 +00:00
arc-mode.el Use default-value rather than default-enable-multibyte-characters. 2009-09-03 06:54:57 +00:00
array.el Comment (minor header format fixes). 2009-01-10 22:53:56 +00:00
autoarg.el Replace last-command-char with last-command-event. 2009-01-09 04:44:15 +00:00
autoinsert.el * gnus/nnheader.el (nnheader-find-file-noselect): 2009-08-28 17:02:53 +00:00
autorevert.el * autorevert.el (auto-revert-handler): Allow 2009-08-02 17:21:16 +00:00
avoid.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
battery.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
bindings.el * bindings.el (mode-line-mode-menu): Add purecopy calls for :help. 2009-09-14 23:28:40 +00:00
bookmark.el (bookmark-write-file): Avoid calling `pp' with large 2009-09-20 14:54:17 +00:00
bs.el Use forward-line rather than goto-line. 2009-08-22 19:29:18 +00:00
buff-menu.el (Buffer-menu-mode-map): Add a menu. 2009-01-15 16:46:07 +00:00
button.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
calculator.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
case-table.el (describe-buffer-case-table): Fix for the case that KEY is a cons. 2009-07-17 12:27:15 +00:00
cdl.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ChangeLog * linum.el (linum-delete-overlays, linum-update-window): 2009-09-22 00:06:28 +00:00
ChangeLog.1 Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ChangeLog.2 Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ChangeLog.3 Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ChangeLog.4 Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ChangeLog.5 Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ChangeLog.6 Format fix for authors.el. 2009-01-15 03:16:42 +00:00
ChangeLog.7 Fix typos. 2009-03-19 09:35:58 +00:00
ChangeLog.8 Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ChangeLog.9 Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ChangeLog.10 Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ChangeLog.11 Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ChangeLog.12 Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ChangeLog.13 Remove `tiny change' for Nikolaj Schumacher. 2009-04-10 04:25:43 +00:00
ChangeLog.14 Split ChangeLog. 2009-07-08 02:34:23 +00:00
chistory.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
cmuscheme.el (scheme-args-to-list): Remove. 2009-02-01 22:32:43 +00:00
comint.el (comint-exec-1): Check command is non-null first. 2009-08-30 22:24:05 +00:00
compare-w.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
complete.el (PC-do-completion): Correct case when completion is unambiguous. 2009-01-28 15:34:32 +00:00
completion.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
composite.el * mail/sendmail.el (send-mail-function): 2009-09-13 00:52:55 +00:00
COPYING
cus-dep.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
cus-edit.el (Custom-mode): Don't use advertised-widget-backward in the docstring. 2009-09-12 19:05:49 +00:00
cus-face.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
cus-start.el * cus-start.el (ns-use-qd-smoothing): Remove. 2009-09-18 15:33:26 +00:00
cus-theme.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
custom.el (custom-initialize-default, custom-initialize-set): CSE. 2009-09-15 04:08:02 +00:00
cvs-status.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
dabbrev.el Define risky-local-variable property here rather than in files.el. 2009-08-26 03:07:25 +00:00
delim-col.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
delsel.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
descr-text.el * descr-text.el (describe-property-list, describe-char): Add 2009-04-07 00:46:11 +00:00
desktop.el (desktop-path): Check user-emacs-directory. 2009-09-15 04:05:12 +00:00
dframe.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
diff-mode.el (diff-hunk-kill): Fix the search of the next hunk (bug#4368). 2009-09-09 14:47:54 +00:00
diff.el Comment (add Author:, based on authors.el). 2009-01-10 22:53:08 +00:00
dired-aux.el (dired-query-alist): Remove spurious backslash. 2009-09-18 15:35:23 +00:00
dired-x.el Put autoloads in dired.el rather than loaddefs.el. 2009-09-11 06:50:14 +00:00
dired.el Update. 2009-09-18 16:59:36 +00:00
dirtrack.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
disp-table.el * NEWS: Declare unibyte sessions obsolete. 2009-08-29 02:25:29 +00:00
dnd.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
doc-view.el * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if 2009-07-17 19:43:49 +00:00
dos-fns.el (dos-reevaluate-defcustoms): Comment out the reevaluation of trash-directory. 2009-09-12 09:45:57 +00:00
dos-vars.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
dos-w32.el * mh-e/mh-comp.el (mh-send-letter): 2009-08-28 04:21:14 +00:00
double.el Replace last-input-char with last-input-event. 2009-01-09 05:00:56 +00:00
ebuff-menu.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
echistory.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ediff-diff.el Follow commenting conventions. 2009-01-31 22:10:22 +00:00
ediff-help.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu) 2009-09-17 02:53:38 +00:00
ediff-init.el 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu> 2009-08-15 05:57:08 +00:00
ediff-merg.el Replace empty let's with progn'. 2009-09-13 02:14:25 +00:00
ediff-mult.el Follow commenting conventions. 2009-01-31 22:10:22 +00:00
ediff-ptch.el Follow commenting conventions. 2009-01-31 22:10:22 +00:00
ediff-util.el * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote 2009-06-08 15:04:47 +00:00
ediff-vers.el * textmodes/ispell.el (ispell-check-version, ispell-send-string): 2009-08-28 16:29:25 +00:00
ediff-wind.el * ediff-wind.el (ediff-make-wide-display): Fix typo in frame parameter 2009-04-16 03:50:30 +00:00
ediff.el 2009-08-15 Michael Kifer <kifer@cs.stonybrook.edu> 2009-08-15 05:57:08 +00:00
edmacro.el * edmacro.el (edmacro-parse-keys): Fix 2008-08-19 change (Bug#3387). 2009-05-26 20:19:26 +00:00
ehelp.el * gnus/nnheader.el (nnheader-find-file-noselect): 2009-08-28 17:02:53 +00:00
electric.el Replace last-input-char with last-input-event. 2009-01-09 05:00:56 +00:00
elide-head.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
emacs-lock.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
emerge.el Use help-print-return-message rather than the now obsolete alias. 2009-08-21 07:24:26 +00:00
env.el * env.el (getenv): When FRAME is non-nil, pass the frame environment 2009-02-10 10:24:59 +00:00
epa-dired.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
epa-file.el Fix the last commit. 2009-09-20 02:16:52 +00:00
epa-hook.el * mail/sendmail.el (send-mail-function): 2009-09-13 00:52:55 +00:00
epa-mail.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
epa.el * net/newst-treeview.el (newsticker-groups-filename): 2009-08-21 14:59:49 +00:00
epg-config.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
epg.el (epg-make-context): Add autoload cookie. 2009-09-12 14:58:55 +00:00
expand.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ezimage.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
face-remap.el Add `text-scale-set' function 2009-06-23 08:27:58 +00:00
facemenu.el * facemenu.el (facemenu-read-color): Use a completion function 2009-08-16 05:25:21 +00:00
faces.el (modeline, modeline-inactive, modeline-highlight, modeline-buffer-id): 2009-09-02 03:06:25 +00:00
ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with line 2009-09-09 02:36:38 +00:00
filecache.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
files-x.el Add arch tagline 2009-08-14 04:47:38 +00:00
files.el * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use 2009-09-21 22:12:28 +00:00
filesets.el Replace empty let's with progn'. 2009-09-13 02:14:25 +00:00
find-cmd.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
find-dired.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
find-file.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
find-lisp.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
finder.el (finder-commentary): Don't delete other windows (Bug#2291). 2009-03-08 19:54:32 +00:00
flow-ctrl.el Comment (fix header format). 2009-01-10 23:04:53 +00:00
foldout.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
follow.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
font-core.el * mail/sendmail.el (send-mail-function): 2009-09-13 00:52:55 +00:00
font-lock.el * startup.el (tutorial-directory): Make it a defcustom. 2009-09-12 03:55:46 +00:00
format-spec.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
format.el Define risky-local-variable property here rather than in files.el. 2009-08-26 03:07:25 +00:00
forms-d2.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
forms-pass.el Fix up comment convention on the arch-tag lines. 2008-04-10 14:10:46 +00:00
forms.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
frame.el * mail/sendmail.el (send-mail-function): 2009-09-13 00:52:55 +00:00
fringe.el Add coding: utf-8 cookie. 2009-06-19 00:45:43 +00:00
generic-x.el Mark face aliases with "-face" suffix as obsolete. 2009-09-01 07:24:13 +00:00
gs.el * gs.el: Undo removal. 2009-01-10 13:16:08 +00:00
help-at-pt.el * help-at-pt.el (help-at-pt-kbd-string): Reflow docstring. 2009-04-14 21:54:49 +00:00
help-fns.el (find-lisp-object-file-name): When looking for autoloaded 2009-09-15 02:35:47 +00:00
help-macro.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
help-mode.el (help-function-cmacro): New button. 2009-09-11 03:39:48 +00:00
help.el * bindings.el (mode-line-mode-menu): Add purecopy calls for :help. 2009-09-14 23:28:40 +00:00
hex-util.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
hexl.el * gnus/nnheader.el (nnheader-find-file-noselect): 2009-08-28 17:02:53 +00:00
hi-lock.el * hi-lock.el (hi-lock--inhibit-font-lock-hook): New var. 2009-04-23 01:34:54 +00:00
hilit-chg.el Mark face aliases with "-face" suffix as obsolete. 2009-09-01 07:24:13 +00:00
hippie-exp.el Remove code for defunct system-types emx, macos, mswindows, 2009-08-22 21:59:40 +00:00
hl-line.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ibuf-ext.el Put autoloads in ibuffer.el rather than loaddefs.el. 2009-09-11 06:47:26 +00:00
ibuf-macs.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ibuffer.el Regenerate with extracted autoloads. 2009-09-11 06:47:48 +00:00
icomplete.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ido.el Comment. 2009-08-22 21:46:56 +00:00
ielm.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
iimage.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
image-dired.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
image-file.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
image-mode.el (image-toggle-display): Let-bind `buffer-file-truename' to nil around the 2009-02-12 21:49:29 +00:00
image.el * startup.el (tutorial-directory): Make it a defcustom. 2009-09-12 03:55:46 +00:00
imenu.el Define risky-local-variable property here rather than in files.el. 2009-08-26 03:07:25 +00:00
indent.el * indent.el (indent-for-tab-command): Fix typo in docstring. 2009-05-20 02:35:45 +00:00
info-look.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
info-xref.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
info.el (info-menu-5): Mark face alias as obsolete. 2009-09-02 03:06:50 +00:00
informat.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
isearch.el (isearch-text-char-description): Propertize escape 2009-09-10 00:54:15 +00:00
isearchb.el Replace last-command-char with last-command-event. 2009-01-09 04:44:15 +00:00
iswitchb.el (iswitchb-read-buffer): When selecting a match from 2009-09-15 11:38:15 +00:00
jit-lock.el * jit-lock.el (jit-lock-stealth-chunk-start): Fix typo in docstring. 2009-04-14 21:40:07 +00:00
jka-cmpr-hook.el automatically handle .xz suffix (XZ-compressed files), too 2009-06-22 14:53:11 +00:00
jka-compr.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
json.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
kermit.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
kmacro.el Replace last-command-char with last-command-event. 2009-01-09 04:44:15 +00:00
ldefs-boot.el (ctl-x-r-map): Define the keys here instead of using autoload. 2009-09-20 18:22:37 +00:00
ledit.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
linum.el * linum.el (linum-delete-overlays, linum-update-window): 2009-09-22 00:06:28 +00:00
loadhist.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
loadup.el Use after-load-functions to GC after loading each file. 2009-09-15 03:46:05 +00:00
locate.el (top-level): Always require dired. 2009-09-11 03:40:35 +00:00
log-edit.el * log-edit.el (log-edit-strip-single-file-name): New var. 2009-08-19 19:55:58 +00:00
log-view.el Mark face aliases with "-face" suffix as obsolete. 2009-09-01 07:24:13 +00:00
longlines.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
lpr.el Remove code for defunct system-types emx, macos, mswindows, 2009-08-22 21:59:40 +00:00
ls-lisp.el Remove code for defunct system-types emx, macos, mswindows, 2009-08-22 21:59:40 +00:00
macros.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
Makefile.in Move comment so it does not get printed every time the rule runs. 2009-09-16 03:10:17 +00:00
makefile.w32-in Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
makesum.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
man.el Use default-value rather than default-enable-multibyte-characters. 2009-09-03 06:54:57 +00:00
master.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
mb-depth.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
md4.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu) 2009-09-17 10:31:15 +00:00
midnight.el M-v correctness. 2009-03-13 19:43:38 +00:00
minibuf-eldef.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
minibuffer.el (completion-initials-expand): Fix typo. 2009-09-02 03:09:10 +00:00
misc.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
misearch.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
mouse-copy.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
mouse-drag.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
mouse-sel.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
mouse.el (minor-mode-menu-from-indicator): Pay attention 2009-09-17 01:32:56 +00:00
msb.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't 2009-09-12 19:03:49 +00:00
newcomment.el * newcomment.el (comment-region): Doc fix (Bug#3370). 2009-05-26 03:16:31 +00:00
novice.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
outline.el Define risky-local-variable property here rather than in files.el. 2009-08-26 03:07:25 +00:00
paren.el Mark face aliases with "-face" suffix as obsolete. 2009-09-01 07:24:13 +00:00
password-cache.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
patcomp.el Fix up comment convention on the arch-tag lines. 2008-04-10 14:10:46 +00:00
paths.el Reformat doc-strings for make-docfile. 2009-09-11 06:42:13 +00:00
pcmpl-cvs.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
pcmpl-gnu.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
pcmpl-linux.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
pcmpl-rpm.el (pcomplete/rpm): Doc fix. 2009-06-23 07:43:17 +00:00
pcmpl-unix.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
pcomplete.el * pcomplete.el (pcomplete-comint-setup): Check for 2009-07-12 16:20:50 +00:00
pcvs-defs.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
pcvs-info.el Mark face aliases with "-face" suffix as obsolete. 2009-09-01 07:24:13 +00:00
pcvs-parse.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
pcvs-util.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line. 2009-09-10 06:23:06 +00:00
pgg-def.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
pgg-gpg.el * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings format 2009-06-18 17:47:48 +00:00
pgg-parse.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator. 2009-09-19 03:18:30 +00:00
pgg-pgp5.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
pgg.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
printing.el Use help-print-return-message rather than the now obsolete alias. 2009-08-21 07:24:26 +00:00
proced.el (proced-mark-alt): Remove alias. 2009-09-12 02:42:22 +00:00
ps-bdf.el Comment (add an author based on ack.texi). 2009-01-10 21:56:18 +00:00
ps-def.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region. 2009-02-25 01:08:45 +00:00
ps-print.el Remove code for defunct system-types emx, macos, mswindows, 2009-08-22 21:59:40 +00:00
ps-samp.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
README
recentf.el Doc fix to commentary (how to enable package). 2009-09-15 11:42:37 +00:00
rect.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
register.el (ctl-x-r-map): Define the keys here instead of using autoload. 2009-09-20 18:22:37 +00:00
repeat.el Replace last-command-char with last-command-event. 2009-01-09 04:44:15 +00:00
replace.el (read-regexp): Return empty string when `default-value' is nil. 2009-08-12 20:56:25 +00:00
reposition.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
reveal.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
rfn-eshadow.el * mail/sendmail.el (send-mail-function): 2009-09-13 00:52:55 +00:00
rot13.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
ruler-mode.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
s-region.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
savehist.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
saveplace.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
sb-image.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
scroll-all.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
scroll-bar.el * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when 2009-02-24 16:11:06 +00:00
scroll-lock.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
select.el * select.el (x-set-selection): Doc fix (Bug#4021). 2009-08-02 23:22:03 +00:00
server.el This fixes bug#4197 (merged to bug#865, though not identical). 2009-09-19 14:56:04 +00:00
ses.el * gnus/nnheader.el (nnheader-find-file-noselect): 2009-08-28 17:02:53 +00:00
sha1.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
shadowfile.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
shell.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
simple.el (hard-newline): Give it a doc-string. 2009-09-17 06:02:20 +00:00
skeleton.el Replace last-command-char with last-command-event. 2009-01-09 04:44:15 +00:00
smerge-mode.el (smerge-remove-props, smerge-refine): 2009-09-08 19:47:07 +00:00
sort.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
soundex.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
speedbar.el (speedbar-track-mouse): Fix typo in condition-case handler. 2009-09-18 07:48:56 +00:00
startup.el The --quick command line option now ignores X resources and Registry settings. 2009-09-17 23:04:41 +00:00
strokes.el Use forward-line rather than goto-line. 2009-08-22 19:29:18 +00:00
subr.el * subr.el (baud-rate): Remove long-obsolete function (Bug#4372). 2009-09-19 19:54:36 +00:00
t-mouse.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
tabify.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
talk.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
tar-mode.el Use default-value rather than default-enable-multibyte-characters. 2009-09-03 06:54:57 +00:00
tempo.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
term.el Use forward-line rather than goto-line. 2009-08-22 19:29:18 +00:00
terminal.el Replace last-input-char with last-input-event. 2009-01-09 05:00:56 +00:00
thingatpt.el * thingatpt.el (thing-at-point-bounds-of-list-at-point): New 2009-04-18 03:39:28 +00:00
thumbs.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
time-stamp.el * time-stamp.el (time-stamp-month-dd-yyyy) 2009-09-19 19:43:37 +00:00
time.el (emacs-uptime, emacs-init-time): Use float-time rather than time-to-seconds. 2009-09-02 03:21:26 +00:00
timezone.el add ability to understand ISO8601 basic format as well as the extended one. 2009-08-14 18:18:39 +00:00
tmm.el Replace last-command-char with last-command-event. 2009-01-09 04:44:15 +00:00
tool-bar.el (tool-bar-mode): Modify all frame parameters when 2009-01-10 09:51:28 +00:00
tooltip.el * mail/sendmail.el (send-mail-function): 2009-09-13 00:52:55 +00:00
tree-widget.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
tutorial.el * keymap.c (QCadvertised_binding): New constant. 2009-09-11 00:58:59 +00:00
type-break.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
uniquify.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
userlock.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
vc-annotate.el * vc-annotate.el (vc-annotate): Use the main file's coding-system to 2009-09-11 10:58:54 +00:00
vc-arch.el * vc-arch.el (vc-arch-diff): Let-bind `process-file-side-effects' with nil. 2009-08-25 08:49:24 +00:00
vc-bzr.el * vc.el (top): print-log method now takes an optional SHORTLOG 2009-09-14 04:38:49 +00:00
vc-cvs.el * vc.el (top): print-log method now takes an optional SHORTLOG 2009-09-14 04:38:49 +00:00
vc-dav.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
vc-dir.el * vc-dir.el (vc-dir-update): Remove debug helper. 2009-08-27 07:25:43 +00:00
vc-dispatcher.el (vc-do-command): Return the process object in 2009-09-20 19:55:36 +00:00
vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face 2009-09-20 19:51:35 +00:00
vc-hg.el * vc.el (top): print-log method now takes an optional SHORTLOG 2009-09-14 04:38:49 +00:00
vc-hooks.el * vc.el (top): print-log method now takes an optional SHORTLOG 2009-09-14 04:38:49 +00:00
vc-mtn.el * vc-mtn.el (vc-mtn-annotate-command): 2009-09-14 04:42:04 +00:00
vc-rcs.el * vc.el (top): print-log method now takes an optional SHORTLOG 2009-09-14 04:38:49 +00:00
vc-sccs.el * vc.el (top): print-log method now takes an optional SHORTLOG 2009-09-14 04:38:49 +00:00
vc-svn.el * vc-mtn.el (vc-mtn-annotate-command): 2009-09-14 04:42:04 +00:00
vc.el * vc.el (top): print-log method now takes an optional SHORTLOG 2009-09-14 04:38:49 +00:00
vcursor.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
version.el Reformat doc-strings for make-docfile. 2009-09-11 06:42:13 +00:00
view.el Use forward-line rather than goto-line. 2009-08-22 19:29:18 +00:00
vt-control.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
vt100-led.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
w32-fns.el * simple.el: Add mapping for backspace/delete/clear/tab/escape/return 2009-09-14 01:22:42 +00:00
w32-vars.el Fix Bug#3888: 2009-07-25 09:31:05 +00:00
wdired.el Replace last-command-char with last-command-event. 2009-01-09 04:44:15 +00:00
whitespace.el * whitespace.el (whitespace-style): Doc fix (Bug#3661). 2009-08-16 14:46:39 +00:00
wid-browse.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
wid-edit.el * keymap.c (QCadvertised_binding): New constant. 2009-09-11 00:58:59 +00:00
widget.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
windmove.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
window.el Define risky-local-variable property here rather than in files.el. 2009-08-26 03:07:25 +00:00
winner.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
woman.el Mark face aliases with "-face" suffix as obsolete. 2009-09-01 07:24:13 +00:00
x-dnd.el Use default-value rather than default-enable-multibyte-characters. 2009-09-03 06:54:57 +00:00
xml.el Add 2009 to copyright years. 2009-01-05 03:18:22 +00:00
xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal) 2009-02-05 07:12:27 +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.