1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00
emacs/lisp
Dmitry Antipov 58cc0a010b Omit buffer_slot_type_mismatch and use generic predicates to enforce
the type of per-buffer values where appropriate.
* src/lisp.h (struct Lisp_Buffer_Objfwd): Rename slottype member to
predicate, which is how it's really used now.  Adjust comment.
* src/buffer.h (buffer_slot_type_mismatch): Remove prototype.
* src/buffer.c (buffer_slot_type_mismatch): Remove.
(DEFVAR_PER_BUFFER, defvar_per_buffer): Rename type argument to
predicate.  Adjust comment.
(syms_of_buffer): Use Qsymbolp for major-mode.  Use Qintegerp for
fill-column, left-margin, tab-width, buffer-saved-size,
left-margin-width, right-margin-width, left-fringe-width,
right-fringe-width, scroll-bar-width and buffer-display-count.
Use Qstringp for default-directory, buffer-file-name,
buffer-file-truename and buffer-auto-save-file-name.  Use Qfloatp for
scroll-up-aggressively and scroll-down-aggressively.  Use Qnumberp for
line-spacing.
* src/data.c (store_symval_forwarding): Adjust to call the predicate.
* lisp/cus-start.el (toplevel): Only allow float values for
scroll-up-aggressively and scroll-down-aggressively.
Allow any number for line-spacing.
2013-01-10 14:30:16 +04:00
..
calc Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.org 2013-01-02 18:37:57 -08:00
calendar Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
cedet Merge from emacs-24; up to 2012-12-06T07:33:20Z!rgm@gnu.org 2013-01-02 18:37:57 -08:00
emacs-lisp Merge from emacs-24 2013-01-09 22:43:02 -05:00
emulation Auto-commit of loaddefs files. 2013-01-01 07:22:35 -05:00
erc * lisp/erc/erc-backend.el (312): Fix typo. 2013-01-03 17:31:52 -08:00
eshell Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
gnus * mml-smime.el (epg-sub-key-fingerprint): Autoload. 2013-01-09 14:11:16 +09:00
international Merge from emacs-24; up to 2012-12-08T12:11:29Z!eliz@gnu.org 2013-01-09 00:30:21 -08:00
language Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mail * lisp/mail/rmail.el (rmail-set-header-1): Handle multi-line headers 2013-01-03 11:41:59 -08:00
mh-e Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
net * net/tramp.el (tramp-eshell-directory-change): Check remote-path 2013-01-09 10:49:27 +01:00
nxml Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
obsolete Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
org Merge from emacs-24; up to 2012-12-08T12:11:29Z!eliz@gnu.org 2013-01-09 00:30:21 -08:00
play Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
progmodes Merge from emacs-24 2013-01-09 22:43:02 -05:00
term Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
textmodes * lisp/textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate): 2013-01-09 01:50:40 +02:00
url Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
vc * lisp/vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'. 2013-01-08 12:34:35 -05:00
.gitignore
abbrev.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
align.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
allout-widgets.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
allout.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
ansi-color.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
apropos.el Introduce apropos-user-option' and update apropos-variable'. (Bug#13276) 2013-01-07 23:00:55 +01:00
arc-mode.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
array.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
autoarg.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
autoinsert.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
autorevert.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
avoid.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
battery.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
bindings.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
bookmark.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
bs.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
buff-menu.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
button.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
calculator.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
case-table.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
cdl.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog Omit buffer_slot_type_mismatch and use generic predicates to enforce 2013-01-10 14:30:16 +04:00
ChangeLog.1 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.2 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.3 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.4 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.5 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.6 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.7 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.8 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.9 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.10 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.11 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.12 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.13 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.14 Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog.15 Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
chistory.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
cmuscheme.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
color.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
comint.el Merge from emacs-24; up to 2012-12-08T12:11:29Z!eliz@gnu.org 2013-01-09 00:30:21 -08:00
completion.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
composite.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
COPYING
cus-dep.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
cus-edit.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
cus-face.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
cus-start.el Omit buffer_slot_type_mismatch and use generic predicates to enforce 2013-01-10 14:30:16 +04:00
cus-theme.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
custom.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
dabbrev.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
delim-col.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
delsel.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
descr-text.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
desktop.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
dframe.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
dired-aux.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
dired-x.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
dired.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
dirtrack.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
disp-table.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
dnd.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
doc-view.el * lisp/doc-view.el (doc-view-pdfdraw-program): Allow "pdfdraw" name. 2013-01-10 00:05:24 -05:00
dos-fns.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
dos-vars.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
dos-w32.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
double.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
dynamic-setting.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ebuff-menu.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
echistory.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
edmacro.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ehelp.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
electric.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
elide-head.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
emacs-lock.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
env.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
epa-dired.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
epa-file.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
epa-hook.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
epa-mail.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
epa.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
epg-config.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
epg.el * epg.el: Silence byte-compiler warnings. 2013-01-05 07:54:08 +09:00
expand.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ezimage.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
face-remap.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
facemenu.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
faces.el Merge from emacs-24 2013-01-09 22:43:02 -05:00
ffap.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
filecache.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
files-x.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
files.el * lisp/view.el (view--enable, view--disable): Rename from view-mode-enable 2013-01-03 21:53:48 -05:00
filesets.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
find-cmd.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
find-dired.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
find-file.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
find-lisp.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
finder.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
flow-ctrl.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
foldout.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
follow.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
font-core.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
font-lock.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
format-spec.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
format.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
forms.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
frame.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
fringe.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
generic-x.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
gs.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
help-at-pt.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
help-fns.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
help-macro.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
help-mode.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
help.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
hex-util.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
hexl.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
hfy-cmap.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
hi-lock.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
hilit-chg.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
hippie-exp.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
hl-line.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
htmlfontify.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ibuf-ext.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ibuf-macs.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ibuffer.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
icomplete.el icomplete-prospects-height fix (tiny change) 2013-01-04 00:20:49 -08:00
ido.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
ielm.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
iimage.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
image-dired.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
image-file.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
image-mode.el * lisp/image-mode.el (image-mode-winprops): Don't throw away the fallback 2013-01-09 17:47:27 -05:00
image.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
imenu.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
indent.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
info-look.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
info-xref.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
info.el * lisp/info.el (Info-read-node-name-2): Don't duplicate suffixes for single completion. 2013-01-08 02:28:55 +02:00
informat.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
isearch.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
isearchb.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
iswitchb.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
jit-lock.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
jka-cmpr-hook.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
jka-compr.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
json.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
kermit.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
kmacro.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ldefs-boot.el Bump version to 24.2.92 2013-01-09 18:45:32 -08:00
linum.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
loadhist.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
loadup.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
locate.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
lpr.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ls-lisp.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
macros.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
Makefile.in Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
makefile.w32-in Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
makesum.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
man.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
master.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mb-depth.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
md4.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
menu-bar.el Introduce apropos-user-option' and update apropos-variable'. (Bug#13276) 2013-01-07 23:00:55 +01:00
midnight.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
minibuf-eldef.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
minibuffer.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
misc.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
misearch.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mouse-copy.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mouse-drag.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mouse.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mpc.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
msb.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mwheel.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
newcomment.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
notifications.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
novice.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
outline.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
paren.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
password-cache.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
pcmpl-cvs.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
pcmpl-gnu.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
pcmpl-linux.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
pcmpl-rpm.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
pcmpl-unix.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
pcomplete.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
printing.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
proced.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
profiler.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
ps-bdf.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ps-def.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ps-mule.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ps-print.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ps-samp.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
README
recentf.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
rect.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
register.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
repeat.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
replace.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
reposition.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
reveal.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
rfn-eshadow.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
rot13.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ruler-mode.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
savehist.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
saveplace.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
sb-image.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
scroll-all.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
scroll-bar.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
scroll-lock.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
select.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
server.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
ses.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
shadowfile.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
shell.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
simple.el Merge from emacs-24 2013-01-09 22:43:02 -05:00
skeleton.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
sort.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
soundex.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
speedbar.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
startup.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
strokes.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
subr.el * lisp/subr.el (internal--called-interactively-p--get-frame): Find aliases 2013-01-03 22:42:11 -05:00
t-mouse.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
tabify.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
talk.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
tar-mode.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
tempo.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
term.el Merge from emacs-24; up to 2012-12-06T20:16:38Z!monnier@iro.umontreal.ca 2013-01-04 11:22:37 -08:00
thingatpt.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
thumbs.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
time-stamp.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
time.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
timezone.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
tmm.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
tool-bar.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
tooltip.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
tree-widget.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
tutorial.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
type-break.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
uniquify.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
userlock.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
vcursor.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
version.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
view.el * lisp/view.el (view--enable, view--disable): Rename from view-mode-enable 2013-01-03 21:53:48 -05:00
vt100-led.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
vt-control.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
w32-common-fns.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
w32-fns.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
w32-vars.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
wdired.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
whitespace.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
wid-browse.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
wid-edit.el wid-edit.el (widget-default-get): Work for inlined elements (Bug#12670) 2013-01-07 11:24:35 +00:00
widget.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
windmove.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
window.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
winner.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
woman.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
x-dnd.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
xml.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
xt-mouse.el Update copyright notices for 2013. 2013-01-01 09:11:05 +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.