1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00
emacs/lisp
Chong Yidong 59f7af816e Use declare forms, where possible, to mark obsolete functions.
* lisp/allout.el (allout-passphrase-hint-string): Likewise.
(allout-init): Use a declare form to mark obsolete.

* lisp/calendar/calendar.el (calendar-version):
* lisp/calendar/icalendar.el (icalendar-extract-ical-from-buffer)
(icalendar-convert-diary-to-ical):
* lisp/cus-edit.el (custom-mode):
* lisp/ansi-color.el (ansi-color-unfontify-region):
* lisp/international/latin1-disp.el (latin1-char-displayable-p):
* lisp/progmodes/cwarn.el (turn-on-cwarn-mode):
* lisp/progmodes/which-func.el (which-func-update-1): Use
define-obsolete-function-alias.

* lisp/bookmark.el (bookmark-jump-noselect): Use a declare form to mark
this function obsolete.

* lisp/calendar/cal-x.el (calendar-two-frame-setup)
(calendar-only-one-frame-setup, calendar-one-frame-setup):
* lisp/calendar/calendar.el (american-calendar, european-calendar)
(calendar-for-loop):
* lisp/comint.el (comint-dynamic-simple-complete)
(comint-dynamic-complete-as-filename, comint-unquote-filename):
* lisp/desktop.el (desktop-load-default):
* lisp/dired-x.el (dired-omit-here-always)
(dired-hack-local-variables, dired-default-directory):
* lisp/emacs-lisp/derived.el (derived-mode-class):
* lisp/emacs-lisp/timer.el (timer-set-time-with-usecs):
* lisp/emacs-lock.el (toggle-emacs-lock):
* lisp/epa.el (epa-display-verify-result):
* lisp/epg.el (epg-sign-keys, epg-start-sign-keys)
(epg-passphrase-callback-function):
* lisp/eshell/esh-util.el (eshell-for):
* lisp/eshell/eshell.el (eshell-remove-from-window-buffer-names)
(eshell-add-to-window-buffer-names):
* lisp/files.el (locate-file-completion):
* lisp/imenu.el (imenu-example--create-c-index)
(imenu-example--create-lisp-index)
(imenu-example--lisp-extract-index-name)
(imenu-example--name-and-position):
* lisp/international/mule-cmds.el (princ-list):
* lisp/international/mule-diag.el (decode-codepage-char):
* lisp/international/mule-util.el (detect-coding-with-priority):
* lisp/iswitchb.el (iswitchb-read-buffer):
* lisp/mail/mailalias.el (mail-complete):
* lisp/mail/sendmail.el (mail-sent-via):
* lisp/mouse.el (mouse-popup-menubar-stuff, mouse-popup-menubar)
(mouse-major-mode-menu):
* lisp/password-cache.el (password-read-and-add):
* lisp/pcomplete.el (pcomplete-parse-comint-arguments):
* lisp/progmodes/sh-script.el (sh-maybe-here-document):
* lisp/replace.el (query-replace-regexp-eval):
* lisp/savehist.el (savehist-load):
* lisp/simple.el (choose-completion-delete-max-match):
* lisp/term.el (term-dynamic-simple-complete):
* lisp/vc/ediff-init.el (ediff-check-version):
* lisp/vc/ediff-wind.el (ediff-choose-window-setup-function-automatically):
* lisp/vc/vc.el (vc-diff-switches-list):
* lisp/view.el (view-return-to-alist-update): Likewise.

* lisp/iswitchb.el (iswitchb-read-buffer): Move code of
iswitchb-define-mode-map here, and delete that obsolete function.

* lisp/subr.el (eval-next-after-load, makehash, insert-string)
(assoc-ignore-representation, assoc-ignore-case): Use declare to
mark obsolete.
(mode-line-inverse-video): Variable deleted.

* lisp/emacs-lisp/byte-run.el (make-obsolete): Doc fix; emphasize that
this applies to functions.

* lisp/erc/erc.el (erc-send-command): Use define-obsolete-function-alias.

* lisp/international/mule-util.el (string-to-sequence): Remove.

* lisp/net/newst-backend.el (newsticker-cache-filename):
* lisp/net/newst-treeview.el (newsticker-groups-filename): Fix
incorrect obsolescence declaration.

* lisp/net/snmp-mode.el (snmp-font-lock-keywords-3): Don't use obsolete
font-lock-reference-face.

* lisp/url/url-parse.el (url-recreate-url-attributes):
* lisp/url/url-util.el (url-generate-unique-filename): Use declare to mark
obsolete.

* src/xdisp.c (mode_line_inverse_video): Delete obsolete variable.
2012-09-25 12:13:02 +08:00
..
calc * lisp/calc/calc.el: Fix last change by removing the whole chunk, since it 2012-09-20 09:44:45 -04:00
calendar Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
cedet Bump version to 24.2 2012-08-16 00:12:37 +08:00
emacs-lisp Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
emulation Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
erc Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
eshell Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
gnus message-in-body-p should not alter anything. 2012-09-17 07:41:39 -04:00
international Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
language language/chinese.el ("Chinese-GB", "Chinese-BIG5", "Chinese-CNS", "Chinese-EUC-TW"): Add chinese-gbk to coding-priority property of these language environment. 2012-09-14 00:21:58 +09:00
mail Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
mh-e Update release logs 2012-08-24 17:53:39 +08:00
net Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
nxml Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07:00
obsolete * lisp/files.el (read-only-mode): New minor mode. 2012-08-29 11:11:51 -04:00
org Standardize some license notices 2012-09-24 08:58:20 -07:00
play Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
progmodes Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
term Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
textmodes Fix uses of long-obsolete font-lock-reference face. 2012-09-24 19:39:33 +08:00
url Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
vc Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
.gitignore
abbrev.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
align.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
allout-widgets.el Better seed support for (random). 2012-08-31 18:04:26 -07:00
allout.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
ansi-color.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
apropos.el Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07:00
arc-mode.el Fix minor Y10k bugs. 2012-05-03 23:13:18 -07:00
array.el
autoarg.el
autoinsert.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
autorevert.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
avoid.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
battery.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
bindings.el Convert toggle-read-only calls to read-only-mode. 2012-09-23 18:21:34 +08:00
bookmark.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
bs.el Convert toggle-read-only calls to read-only-mode. 2012-09-23 18:21:34 +08:00
buff-menu.el * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width): Doc fixes. 2012-09-24 21:18:50 -04:00
button.el
calculator.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
case-table.el
cdl.el
ChangeLog Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8 Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
ChangeLog.9 Spelling fixes. 2012-05-28 23:16:49 -07:00
ChangeLog.10
ChangeLog.11
ChangeLog.12
ChangeLog.13
ChangeLog.14
ChangeLog.15 Spelling fixes. 2012-05-28 23:16:49 -07:00
chistory.el
cmuscheme.el
color.el * lisp/color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000): 2012-08-13 15:10:35 -04:00
comint.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
completion.el Prefer typical American spelling for "acknowledgment". 2012-07-24 22:48:19 -07:00
composite.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
COPYING
cus-dep.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
cus-edit.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
cus-face.el Fixes: debbugs:11805 2012-08-21 23:41:35 +02:00
cus-start.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
cus-theme.el
custom.el Doc fixes for defface and friends. 2012-09-18 13:14:42 +08:00
dabbrev.el * lisp/dabbrev.el (dabbrev-expand): Make "no expansion found" a user-error. 2012-05-11 13:31:30 -04:00
delim-col.el
delsel.el * lisp/delsel.el (delete-selection-pre-hook): Don't propagate the 2012-08-08 22:18:50 -04:00
descr-text.el Make C-u C-x = report on empty overlays at point. 2012-08-20 19:12:16 +08:00
desktop.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
dframe.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
dired-aux.el * lisp/dired-aux.el (dired-diff): Remove (require 'diff) since 2012-09-20 12:03:51 +03:00
dired-x.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
dired.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
dirtrack.el Move define-obsolete-variable-alias before the var's definition. 2012-05-12 23:05:06 -04:00
disp-table.el
dnd.el
doc-view.el * doc-view.el (doc-view-display): Better fix for the cl-assertion 2012-09-20 21:53:40 +02:00
dos-fns.el Move define-obsolete-variable-alias before the var's definition. 2012-05-12 23:05:06 -04:00
dos-vars.el
dos-w32.el Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
double.el
dynamic-setting.el
ebuff-menu.el Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07:00
echistory.el
edmacro.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
ehelp.el Remove unread-command-char. 2012-09-12 15:16:36 -04:00
electric.el Fix electric-pair-mode/delete-selection-mode interaction. 2012-07-14 13:32:23 +08:00
elide-head.el
emacs-lock.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
env.el Further GV/CL cleanups. 2012-06-22 17:24:54 -04:00
epa-dired.el
epa-file.el
epa-hook.el
epa-mail.el Fix bug when a name has no key. 2012-09-17 05:49:55 -04:00
epa.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
epg-config.el Tweaks to Customize interface. Set custom-reset-button-menu to t. 2012-04-22 21:58:00 +08:00
epg.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
expand.el
ezimage.el
face-remap.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
facemenu.el Convert more defvars to defcustoms. 2012-05-04 13:14:14 +08:00
faces.el * faces.el (help-argument-name): Always inherit from italic. 2012-08-26 10:57:07 +08:00
ffap.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
filecache.el
files-x.el
files.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
filesets.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
find-cmd.el
find-dired.el
find-file.el Convert more defvars to defcustoms. 2012-05-04 13:14:14 +08:00
find-lisp.el
finder.el
flow-ctrl.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
foldout.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
follow.el deactive->inactive, inactivate->deactivate spelling fixes (Bug#10150) 2012-07-29 00:16:45 -07:00
font-core.el
font-lock.el Remove several obsolete vars and functions unlikely to be still in use. 2012-09-24 20:23:25 +08:00
format-spec.el
format.el
forms.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
frame.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
fringe.el * fringe.el: Docstring and minor code improvements. 2012-08-05 11:52:02 +08:00
generic-x.el Fix uses of long-obsolete font-lock-reference face. 2012-09-24 19:39:33 +08:00
gs.el
help-at-pt.el
help-fns.el * help-fns.el (describe-variable): Fix typo. (bug#12346) 2012-09-11 15:43:06 +02:00
help-macro.el
help-mode.el Improvements to local-variable reporting in `describe-variable'. 2012-08-05 16:41:12 +08:00
help.el Make Temp Buffer Resize Mode less intrusive (Bug#1806). 2012-09-22 14:56:08 +02:00
hex-util.el
hexl.el Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07:00
hfy-cmap.el
hi-lock.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
hilit-chg.el
hippie-exp.el Prefer typical American spelling for "acknowledgment". 2012-07-24 22:48:19 -07:00
hl-line.el
htmlfontify.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
ibuf-ext.el lisp/ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): Shortcut completing-read if not needed 2012-09-23 06:54:50 -05:00
ibuf-macs.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
ibuffer.el Auto-commit of loaddefs files. 2012-09-24 06:20:50 -04:00
icomplete.el * lisp/icomplete.el (icomplete-minibuffer-setup, icomplete-completions): 2012-06-22 13:37:28 -04:00
ido.el Merge from emacs-24; up to 2012-05-07T14:57:18Z!michael.albinus@gmx.de 2012-09-21 11:03:48 +08:00
ielm.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
iimage.el
image-dired.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
image-file.el
image-mode.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
image.el Remove LIBRARIES arg from w32_delayed_load and friends. 2012-09-23 17:16:57 +08:00
imenu.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
indent.el
info-look.el Rename configure.in to configure.ac. 2012-07-08 21:52:49 -07:00
info-xref.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
info.el Use Isearch lax whitespace mode in Info. 2012-09-12 23:51:46 +03:00
informat.el
isearch.el * lisp/replace.el (query-replace-read-from): Use `read-regexp' instead 2012-09-21 00:57:13 +03:00
isearchb.el
iswitchb.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
jit-lock.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
jka-cmpr-hook.el
jka-compr.el
json.el strict key encoding for json.el 2012-08-21 21:29:22 -04:00
kermit.el
kmacro.el * lisp/kmacro.el (kmacro-call-macro): Restore repeat message. (Bug#11817) 2012-07-06 17:34:49 -04:00
ldefs-boot.el Auto-commit of loaddefs files. 2012-09-01 07:17:44 -04:00
linum.el
loadhist.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
loadup.el Macro-expand interpreted code during load. 2012-09-04 13:40:25 -04:00
locate.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
longlines.el
lpr.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
ls-lisp.el
macros.el
Makefile.in Update .PHONY listings in makefiles. 2012-07-30 09:20:35 -07:00
makefile.w32-in Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
makesum.el
man.el Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07:00
master.el
mb-depth.el
md4.el
menu-bar.el * calc/calc-prog.el (math-do-defmath): Use backquote forms. Fix 2012-08-07 18:12:20 +02:00
midnight.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
minibuf-eldef.el
minibuffer.el Fix 2012-09-11T14:06:33Z!bastien1@free.fr. 2012-09-11 19:43:21 +02:00
misc.el misc.el (forward-to-word, backward-to-word): Use (interactive "^p"). 2012-08-22 19:12:35 +02:00
misearch.el Merge from emacs-24 branch; up to 2012-05-01T10:20:43Z!rgm@gnu.org 2012-07-21 14:13:23 +08:00
mouse-copy.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
mouse-drag.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
mouse.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
mpc.el Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07:00
msb.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
mwheel.el
newcomment.el Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07:00
notifications.el * notifications.el (notifications-on-action-signal) 2012-07-27 12:56:03 +02:00
novice.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
outline.el
paren.el * lisp/paren.el (show-paren-delay): Add a :set function. Doc fix. (Bug#12297) 2012-08-29 21:44:11 -04:00
password-cache.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
pcmpl-cvs.el
pcmpl-gnu.el * lisp/pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz. (tiny change) 2012-09-07 20:59:04 -04:00
pcmpl-linux.el
pcmpl-rpm.el Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07:00
pcmpl-unix.el Use completion-table-with-quoting for comint and pcomplete. 2012-04-25 14:53:57 -04:00
pcomplete.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
printing.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
proced.el lisp/proced.el: new command proced-renice 2012-09-23 07:34:23 -05:00
ps-bdf.el
ps-def.el
ps-mule.el
ps-print.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
ps-samp.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
README
recentf.el
rect.el Deactivate the mark on more copy operations, and indicate the copied region. 2012-07-29 12:45:48 +08:00
register.el * lisp/register.el (register-separator): Rename from 2012-09-09 10:10:56 +02:00
repeat.el Misc doc fixes. 2012-09-22 23:24:26 +08:00
replace.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
reposition.el
reveal.el
rfn-eshadow.el
rot13.el
ruler-mode.el
savehist.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
saveplace.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
sb-image.el
scroll-all.el
scroll-bar.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
scroll-lock.el
select.el Merge from emacs-24; up to 2012-04-20T05:47:55Z!eliz@gnu.org 2012-05-05 12:32:58 +08:00
server.el Better seed support for (random). 2012-08-31 18:04:26 -07:00
ses.el Add a utility function buffer-narrowed-p, and use it. 2012-09-07 16:58:31 +08:00
shadowfile.el
shell.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
simple.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
skeleton.el Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.ca 2012-08-28 09:01:59 -07:00
sort.el * sort.el (sort-regexp-fields): Doc fix. 2012-08-03 16:15:24 +08:00
soundex.el
speedbar.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
startup.el * lisp/startup.el (command-line-ns-option-alist): Add -g and --geometry. 2012-09-19 08:47:01 +02:00
strokes.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
subr.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
t-mouse.el
tabify.el
talk.el
tar-mode.el * tar-mode.el (tar-header-data-end): Only ignore size for files of 2012-08-13 12:34:25 +02:00
tempo.el
term.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
terminal.el
thingatpt.el * lisp/thingatpt.el (forward-same-syntax): Handle no ARG case. 2012-05-25 19:40:47 -07:00
thumbs.el
time-stamp.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
time.el Fix glitches caused by addition of psec to timers. 2012-09-12 23:09:45 -07:00
timezone.el
tmm.el * tmm.el (tmm-prompt): Use string-prefix-p. 2012-06-07 12:35:00 -04:00
tool-bar.el
tooltip.el Fix and improve GUD Tooltip mode. 2012-08-14 21:48:39 +03:00
tree-widget.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
tutorial.el Merge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu@gmail.com 2012-08-11 10:13:55 +08:00
type-break.el Better seed support for (random). 2012-08-31 18:04:26 -07:00
uniquify.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
userlock.el Let ESC ESC quit in read-char-choice, and use it in userlock.el. 2012-09-07 18:19:58 +08:00
vcursor.el
version.el Add option to ask bzr itself for the emacs bzr revision 2012-09-15 13:00:45 -07:00
view.el Use declare forms, where possible, to mark obsolete functions. 2012-09-25 12:13:02 +08:00
vt100-led.el
vt-control.el
w32-fns.el Replace w32-init-info through the magic of custom-initialize-delay 2012-05-26 14:58:01 -07:00
w32-vars.el
wdired.el * wdired.el (wdired-mode, wdired-change-to-wdired-mode): Doc fixes. 2012-08-05 12:19:21 +08:00
whitespace.el Fix whitespace-display-mappings. 2012-08-03 14:51:11 +03:00
wid-browse.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
wid-edit.el Tweaks to Customize interface. Set custom-reset-button-menu to t. 2012-04-22 21:58:00 +08:00
widget.el
windmove.el Update docstrings and comments to use "init file" terminology. 2012-09-17 13:41:04 +08:00
window.el Make Temp Buffer Resize Mode less intrusive (Bug#1806). 2012-09-22 14:56:08 +02:00
winner.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
woman.el Spelling fixes. 2012-08-26 03:29:37 -07:00
x-dnd.el
xml.el * xml.el (xml-escape-string): Don't refer to xml-entity-alist. 2012-08-19 14:37:15 +08:00
xt-mouse.el Misc minor changes. 2012-07-17 04:15:06 -04: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.