Changeset 4169 for trunk/lisp/mh-e/mh-comp.el
- Timestamp:
- 09/30/06 09:12:06 (2 years ago)
- Files:
-
- trunk/lisp (modified) (1 prop)
- trunk/lisp/mh-e/mh-comp.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp
- Property svn:ignore changed from
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
to
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
pre-mh-loaddefs.el-CMD
- Property svn:ignore changed from
trunk/lisp/mh-e/mh-comp.el
r4098 r4169 128 128 (modify-syntax-entry ?% "." mh-letter-mode-syntax-table)) 129 129 130 (defvar mh-send-args nil130 (defvar mh-send-args "" 131 131 "Extra args to pass to \"send\" command.") 132 132
