emacs/lisp
Michael Kifer 4960e7572a * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
of Scott Bronson.
	(ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
	(viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
	Deleted functions.
	(viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
	ex-token-list.
	(viper-get-ex-address-subr): convert registers to char data type.

	* viper-util.el (viper-int-to-char,viper-char-equal): new
	functions.
	(viper-memq-char): use viper-int-to-char.
	(viper-file-checked-in-p): use vc-locking-user, if vc doesn't have
	vc-locking-state.
	(viper-read-key): use viper-read-key-sequence.

	* viper.el (viper-major-mode-modifier-list): added
	inferior-emacs-lisp-mode.
	(this-major-mode-requires-vi-state): new function that uses simple
	heuristics to decide if vi state is appropriate.
	(set-viper-state-in-major-mode): use this-major-mode-requires-vi-state.
	(viper-non-hook-settings): don't advise read-key-sequence.
	(viper-read-key-sequence): new function that replaces the
	previously used advice to read-key-sequence.

	* viper-cmd.el (viper-test-com-defun,viper-exec-change,
	viper-exec-Change,viper-execute-com,viper-insert,viper-append,
	viper-Append,viper-Insert,viper-open-line,viper-Open-line,
	viper-open-line-at-point,viper-substitute,viper-overwrite,
	viper-replace-char-subr,viper-forward-word,viper-forward-Word):
	got rid of the negative character hack.
	(viper-escape-to-state,viper-replace-state-exit-cmd):
	use viper-read-key-sequence.
	(viper-envelop-ESC-key): no need for ad-get-orig-definition.
	(viper-minibuffer-standard-hook,viper-read-string-with-history):
	don't override existing minibuffer-setup-hook.
	(viper-mark-point,viper-goto-mark-subr,viper-brac-function):
	convert registers to char data type.
	(viper-autoindent): use viper-indent-line.

	* viper-keym.el: use viper-exec-key-in-emacs.

	* viper.texi: Added credits, new commands, like :make.

	* ediff-util.el: Copyright years.
	(ediff-choose-syntax-table): New function.
	(ediff-setup): Use ediff-choose-syntax-table.
	(ediff-file-checked-out-p,ediff-file-checked-in-p): check if
	vc-state is available.
	(ediff-make-temp-file): use ediff-coding-system-for-write.

	* ediff-init.el (ediff-with-syntax-table): New macro, uses
	with-syntax-table.
	(ediff-coding-system-for-read): from ediff-diff.el
	(ediff-coding-system-for-write): new variable.
	(ediff-highest-priority): fixed the bug having to do with disappearing
	overlays.
	(ediff-file-remote-p): use file-remote-p, if available.
	(ediff-listable-file): new function.
	(ediff-file-attributes): use ediff-listable-file.

	* ediff-mult.el (ediff-meta-insert-file-info1): use
	ediff-listable-file.

	* ediff-ptch.el (ediff-prompt-for-patch-file): use
	ediff-coding-system-for-read.
	(ediff-patch-file-internal): use ediff-coding-system-for-write.

	* ediff-diff.el (ediff-coding-system-for-read): moved to ediff-init.el.
	(ediff-match-diff3-line,ediff-get-diff3-group): improved pattern.

	* ediff.el: Date of last update, copyright years.

	* ediff-wind (ediff-setup-control-frame): Nill->nil.

	* ediff.texi: added clarifications, acknowledgements.
2001-07-21 05:28:24 +00:00
..
calendar (calendar-goto-islamic-date): Remove 2001-07-16 15:45:28 +00:00
emacs-lisp *** empty log message *** 2001-07-17 07:37:19 +00:00
emulation * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy 2001-07-21 05:28:24 +00:00
eshell (eshell-send-invisible): Renamed from 2001-07-16 12:59:04 +00:00
gnus Some fixes to follow coding conventions in files from Gnus. 2001-07-15 17:42:53 +00:00
international Doc and coding conventions fixes. 2001-07-18 09:06:38 +00:00
language Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
mail (mh-find-progs): Also search in `lib'. 2001-07-19 13:04:43 +00:00
net Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
obsolete Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
play *** empty log message *** 2001-07-17 07:37:19 +00:00
progmodes (compilation-parse-errors): `linenum' might return a this-error using 2001-07-19 21:46:37 +00:00
term (ignore-key, sun-esc-bracket, meta-flag): Remove. 2001-07-17 18:37:47 +00:00
textmodes Doc and coding conventions fixes. 2001-07-18 09:06:38 +00:00
toolbar (tool-bar-add-item-from-menu, tool-bar-add-item): Don't call image-related 2001-07-17 12:59:14 +00:00
.gitignore Remove cus-load.el. 2001-02-07 23:06:47 +00:00
abbrev.el (prepare-abbrev-list-buffer): Get the value of 2000-11-28 13:57:29 +00:00
abbrevlist.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
add-log.el (add-log-current-defun): Check major-mode for `cperl-mode' as well. 2001-03-06 23:33:15 +00:00
align.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
allout.el Fixes to follow coding conventions. 2001-07-16 11:39:42 +00:00
ansi-color.el (ansi-color-for-comint-mode): Add :version. 2001-01-29 15:40:44 +00:00
apropos.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
arc-mode.el Emacs lisp coding convention fixes. 2001-07-14 11:21:08 +00:00
array.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
autoarg.el
autoinsert.el (auto-insert-alist): Add missing final \n. 2000-12-08 17:33:34 +00:00
autorevert.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
avoid.el (mouse-avoidance-too-close-p): Return nil if mouse 2000-11-23 14:23:28 +00:00
battery.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
bindings.el Emacs lisp coding convention fixes. 2001-07-14 11:21:08 +00:00
bookmark.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
bs.el (bs--get-name, bs--get-file-name): Add help-echo to 2001-06-18 10:21:59 +00:00
buff-menu.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
byte-run.el
calculator.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
case-table.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
cdl.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
ChangeLog * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy 2001-07-21 05:28:24 +00:00
ChangeLog.1
ChangeLog.2
ChangeLog.3 Fix problems confusing authors.el. 2001-02-14 20:23:45 +00:00
ChangeLog.4
ChangeLog.5 Fix problems confusing authors.el. 2001-02-15 00:07:38 +00:00
ChangeLog.6
ChangeLog.7 *** empty log message *** 2001-06-08 12:08:28 +00:00
ChangeLog.8 *** empty log message *** 2001-06-08 12:08:28 +00:00
chistory.el (Command-history-setup): Remove extraneous `keymap' 2000-11-28 09:36:33 +00:00
cmuscheme.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
comint.el Emacs lisp coding convention fixes. 2001-07-14 11:21:08 +00:00
compare-w.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
complete.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
completion.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
composite.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
COPYING
cus-dep.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
cus-edit.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
cus-face.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
cus-load.el *** empty log message *** 2001-07-13 10:39:10 +00:00
cus-start.el Emacs lisp coding convention fixes. 2001-07-14 11:21:08 +00:00
custom.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
cvs-status.el Remove useless Version. 2000-12-18 03:17:31 +00:00
dabbrev.el (dabbrev--select-buffers): Fix last change. 2001-06-21 07:42:04 +00:00
delim-col.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
delsel.el (delete-selection-mode): Drop unneeded positional args. 2000-11-03 22:13:18 +00:00
derived.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
desktop.el Added extensible special buffer support to desktop.el. See the 2000-10-13 09:11:16 +00:00
diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp. 2001-06-13 19:52:43 +00:00
diff.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
dired-aux.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
dired-x.el (dired-virtual-guess-dir): Doc fix. 2001-01-06 18:52:57 +00:00
dired.el (dired-insert-set-properties): Fix invalid mouse-face 2001-07-16 10:54:22 +00:00
dirtrack.el (dirtrack-directory-change-hook): Fix :type. 2001-02-07 23:38:46 +00:00
disp-table.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
dos-fns.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
dos-vars.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
dos-w32.el (grep-regexp-alist): Remove definition, since the 2001-06-08 10:57:27 +00:00
double.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
ebuff-menu.el
echistory.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
ediff-diff.el * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy 2001-07-21 05:28:24 +00:00
ediff-help.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
ediff-hook.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
ediff-init.el * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy 2001-07-21 05:28:24 +00:00
ediff-merg.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
ediff-mult.el * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy 2001-07-21 05:28:24 +00:00
ediff-ptch.el * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy 2001-07-21 05:28:24 +00:00
ediff-util.el * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy 2001-07-21 05:28:24 +00:00
ediff-vers.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
ediff-wind.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
ediff.el * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy 2001-07-21 05:28:24 +00:00
edmacro.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
ehelp.el (electric-help-mode-hook): Add defcustom. 2001-03-20 13:37:17 +00:00
electric.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
elide-head.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
emacs-lock.el
emerge.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
enriched.el (enriched-face-ans): Use face-attribute instead 2000-11-29 19:22:47 +00:00
env.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
expand.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
facemenu.el (facemenu-set-face, facemenu-set-face-from-menu): Doc fix. 2001-01-27 11:49:46 +00:00
faces.el (region): Change the background color for the 2001-06-29 17:40:38 +00:00
fast-lock.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
ffap.el (ffap-machine-p): Always return nil if 2001-06-17 10:44:45 +00:00
filecache.el (file-cache-directory-name, file-cache-minibuffer-complete): 2000-12-01 03:35:56 +00:00
files.el (auto-mode-alist): Add configure.ac (autoconf). 2001-06-23 19:44:13 +00:00
find-dired.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
find-file.el (ff-find-the-other-file): Use file-name-nondirectory 2001-07-03 13:02:55 +00:00
find-gc.el
find-lisp.el Fixes to follow coding conventions. 2001-07-16 11:39:42 +00:00
finder-inf.el *** empty log message *** 2001-05-08 12:31:31 +00:00
finder.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
float-sup.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
flow-ctrl.el
foldout.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
follow.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
font-lock.el (c++-keywords): Add Standard C++ operator names. 2001-07-19 13:25:34 +00:00
format.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
forms-d2.dat
forms-d2.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
forms-pass.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
forms.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
frame.el (display-images-p): New function. 2001-07-17 12:58:19 +00:00
generic-x.el
generic.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
gs.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
gud.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
help-macro.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
help.el (describe-function-1): When printing FUNCTION's 2001-07-10 14:09:30 +00:00
hexl.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
hi-lock.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
hilit-chg.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
hippie-exp.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
hl-line.el (hl-line): Doc fix. 2001-01-03 20:18:33 +00:00
icomplete.el (icomplete-mode): Treat an argument like other 2001-04-03 14:48:02 +00:00
ielm.el use lisp-mode-shared-map instead of shared-lisp-mode-map 2000-10-10 17:27:38 +00:00
image-file.el (image-file-name-extensions): Add "tif". 2001-02-20 01:35:18 +00:00
image.el (image-type-regexps): Change type for PS files 2001-03-28 12:39:45 +00:00
imenu.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
indent.el (indent-relative-maybe, indent-relative): Doc fix. 2001-06-22 11:49:18 +00:00
info-look.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
info.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
informat.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
isearch.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't 2001-01-25 17:13:08 +00:00
jit-lock.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
jka-compr.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
kermit.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
lazy-lock.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
ledit.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
loaddefs.el *** empty log message *** 2001-07-16 18:41:09 +00:00
loadhist.el (unload-feature): Call elp-restore-function, 2000-10-31 12:02:51 +00:00
loadup.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
locate.el
log-edit.el Remove $Log$. 2001-05-11 20:42:58 +00:00
log-view.el Remove useless Version. 2000-12-18 03:17:31 +00:00
lpr.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
ls-lisp.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
macros.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
Makefile.in (compile-files): Redirect output of chmod to 2001-05-11 10:53:56 +00:00
makefile.nt (.SUFFIXES): Add .SUFFIXES. 2000-11-27 13:01:27 +00:00
makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD): Use 2001-05-18 12:06:38 +00:00
makesum.el
man.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
map-ynp.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
menu-bar.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
midnight.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
minibuf-eldef.el Initial checkin. 2000-12-09 04:02:59 +00:00
misc.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
mouse-copy.el
mouse-drag.el (mouse-drag-should-do-col-scrolling): Change screen-width to frame-width. 2001-01-08 19:12:12 +00:00
mouse-sel.el (mouse-sel-bindings): Instead of unbinding 2001-07-16 14:31:15 +00:00
mouse.el (mouse-delete-other-windows): Doc fix. 2001-05-15 13:16:59 +00:00
msb.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
mwheel.el (mouse-wheel-scroll-amount): Renamed from `mwheel-scroll-amount'. 2000-11-06 01:43:37 +00:00
newcomment.el (comment-normalize-vars): Use [ \t] for the trailing 2001-03-02 20:31:48 +00:00
novice.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
options.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
paren.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
patcomp.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
paths.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
pcmpl-cvs.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
pcmpl-gnu.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
pcmpl-linux.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
pcmpl-rpm.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
pcmpl-unix.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
pcomplete.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
pcvs-defs.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
pcvs-info.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
pcvs-parse.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
pcvs-util.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
pcvs.el Some fixes to follow coding conventions. 2001-07-16 07:46:48 +00:00
ps-bdf.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
ps-mule.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
ps-print.el Author header fix. 2001-07-16 14:36:26 +00:00
README *** empty log message *** 2001-01-17 18:34:29 +00:00
recentf.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
rect.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
regi.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
register.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
repeat.el Fix license commentary. 2001-07-13 12:59:13 +00:00
replace.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
reposition.el
resume.el
rot13.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
rsz-mini.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
s-region.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
saveplace.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
sb-dir-minus.xpm
sb-dir-plus.xpm
sb-dir.xpm
sb-mail.xpm
sb-pg-minus.xpm
sb-pg-plus.xpm
sb-pg.xpm
sb-tag-gt.xpm
sb-tag-minus.xpm
sb-tag-plus.xpm
sb-tag-type.xpm
sb-tag-v.xpm
sb-tag.xpm
scroll-all.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
scroll-bar.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
select.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
server.el (server-visit-files): Fix variable name typo. 2001-07-20 22:46:18 +00:00
shadowfile.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
shell.el Emacs lisp coding convention fixes. 2001-07-14 11:21:08 +00:00
simple.el (delete-trailing-whitespace): Save match data 2001-07-20 09:40:27 +00:00
skeleton.el Emacs lisp coding convention fixes. 2001-07-14 11:21:08 +00:00
smerge-mode.el (smerge-mode): Force font-lock-multiline to t. 2001-05-10 20:23:48 +00:00
sort.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
soundex.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
speedbar.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
startup.el (command-line-1): Add support for +LINE:COLUMN 2001-07-17 10:56:35 +00:00
strokes.el
subdirs.el Add obsolete. 2000-12-12 15:11:04 +00:00
subr.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
sun-curs.el Fixes to follow coding conventions. 2001-07-16 11:39:42 +00:00
sun-fns.el
tabify.el
talk.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
tar-mode.el (tar-header-block-summarize): Add help-echo to mouse-highlighted text. 2001-06-17 11:23:58 +00:00
tcp.el
tempo.el
term.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
terminal.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
thingatpt.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
time-stamp.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
time.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
timer.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
timezone.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
tmm.el (tmm-get-keymap): Fix handling of :filter. 2001-05-18 13:10:43 +00:00
tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead 2001-05-16 14:53:37 +00:00
type-break.el (type-break): Don't make parent of itself. 2000-12-03 16:17:49 +00:00
uncompress.el
uniquify.el (uniquify-rationalize-file-buffer-names): Undo previous change. 2001-06-27 17:48:40 +00:00
unused.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
userlock.el
vc-cvs.el (vc-cvs-stay-local): doc fix. 2001-07-04 15:51:18 +00:00
vc-hooks.el (vc-mode): Dummy function for doc purposes. 2001-07-11 22:05:01 +00:00
vc-rcs.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
vc-sccs.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
vc.el (vc-do-command): Autoload. 2001-07-16 14:19:17 +00:00
vcursor.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
version.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
view.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
vms-patch.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
vmsproc.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
vt-control.el
vt100-led.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
w32-fns.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
which-func.el Doc fix. 2001-07-16 12:46:31 +00:00
whitespace.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
wid-browse.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
wid-edit.el (widget-color-sample-face-get): Return ((foreground-color . COLOR)) 2001-06-29 17:50:05 +00:00
widget.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
windmove.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
window.el Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
winner.el (winner-equal): Make it a defun. Don't compare Winner 2001-07-09 12:14:45 +00:00
woman.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +00:00
x-apollo.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
x-menu.el Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
xml.el Emacs lisp coding convention fixes. 2001-07-14 11:21:08 +00:00
xscheme.el (scheme-program-name): Don't define here. 2000-11-14 14:34:13 +00:00
xt-mouse.el Some fixes to follow coding conventions. 2001-07-16 12:23:00 +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.