Changeset 4169 for trunk/lisp/ediff-util.el
- Timestamp:
- 09/30/06 09:12:06 (2 years ago)
- Files:
-
- trunk/lisp (modified) (1 prop)
- trunk/lisp/ediff-util.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/ediff-util.el
r4058 r4169 4282 4282 (cdr result))) 4283 4283 4284 (defun ediff-add-to-history (history-var newelt) 4285 (if (fboundp 'add-to-history) 4286 (add-to-history history-var newelt) 4287 (set history-var (cons newelt (symbol-value history-var))))) 4288 4284 4289 (if (fboundp 'copy-sequence) 4285 4290 (defalias 'ediff-copy-list 'copy-sequence)
