Skip to content
Snippets Groups Projects
Commit ca515838 authored by steveb's avatar steveb
Browse files

whitespace-mode fix, add flyspell.el.

parent 73c3cc44
No related branches found
No related tags found
No related merge requests found
1998-08-29 Jeff Miller <jmiller@smart.net>
* whitespace-mode.el: added autoload cookie for whitespace-mode
updated toolbar icon to use foregroundToolBarColor.
1998-07-03 Charles G Waldman <cgw@pgt.com>
* image-mode.el: Fixed image-decode to handle start and end args.
......
......@@ -19,8 +19,8 @@
# This XEmacs package contains independent single file lisp packages
VERSION = 1.08
VERSION = 1.09
AUTHOR_VERSION =
MAINTAINER = XEmacs Development Team <xemacs-beta@xemacs.org>
PACKAGE = text-modes
PKG_TYPE = single-file
......@@ -23,7 +23,7 @@
AUTHOR_VERSION =
MAINTAINER = XEmacs Development Team <xemacs-beta@xemacs.org>
PACKAGE = text-modes
PKG_TYPE = single-file
REQUIRES = fsf-compat xemacs-base
REQUIRES = ispell fsf-compat xemacs-base
CATEGORY = oa
......@@ -28,6 +28,7 @@
CATEGORY = oa
ELCS = autoinsert.elc crontab.elc filladapt.elc folding.elc hexl.elc \
ELCS = autoinsert.elc crontab.elc filladapt.elc flyspell.elc folding.elc \
hexl.elc \
image-mode.elc iso-acc.elc iso-ascii.elc iso-cvt.elc iso-insert.elc \
iso-swed.elc nroff-mode.elc scribe.elc swedish.elc tabify.elc \
underline.elc whitespace-mode.elc winmgr-mode.elc ws-mode.elc \
......
flyspell.el 0 → 100644
This diff is collapsed.
......@@ -375,6 +375,7 @@
(whitespace-dehighlight-region beg end)
(whitespace-highlight-region beg end)))
;;;###autoload
(defun whitespace-mode (&optional arg)
"Toggle whitespace mode.
With arg, turn whitespace mode on iff arg is positive.
......@@ -526,7 +527,7 @@
static char * whitespace[] = {
\"28 28 4 1\",
\" c Gray75 s backgroundToolBarColor\",
\". c black\",
\". c black s foregroundToolBarColor\",
\"X c Gray60\",
\"o c white\",
\" \",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment