Mercurial > emacs
changeset 66908:3a70e0ff7404
(lisp, shortlisp): Add rfn-eshadow.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Wed, 16 Nov 2005 02:38:24 +0000 |
parents | 904ed14c0a43 |
children | 0b64508ebd90 |
files | src/Makefile.in |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Makefile.in Wed Nov 16 02:30:58 2005 +0000 +++ b/src/Makefile.in Wed Nov 16 02:38:24 2005 +0000 @@ -724,6 +724,7 @@ ${lispsource}help.elc \ ${lispsource}indent.elc \ ${lispsource}isearch.elc \ + ${lispsource}rfn-eshadow.elc \ ${lispsource}loadup.el \ ${lispsource}loaddefs.el \ ${lispsource}bindings.elc \ @@ -819,6 +820,7 @@ ../lisp/help.elc \ ../lisp/indent.elc \ ../lisp/isearch.elc \ + ../lisp/rfn-eshadow.elc \ ../lisp/loadup.el \ ../lisp/loaddefs.el \ ../lisp/bindings.elc \