diff options
| author | Richard M. Stallman | 1997-07-08 23:52:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-08 23:52:18 +0000 |
| commit | d32515cd1eb899c2098ea55cdddd22d28bdb9ef4 (patch) | |
| tree | d1961648c36068b7bda42323ea0277f5cf3302dc /src/Makefile.in | |
| parent | 71312b68cf84689ecc8d2d1eaca314143e5b0205 (diff) | |
| download | emacs-d32515cd1eb899c2098ea55cdddd22d28bdb9ef4.tar.gz emacs-d32515cd1eb899c2098ea55cdddd22d28bdb9ef4.zip | |
(shortlisp): Fix typo.
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 93972737105..a4587e04ebe 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -720,7 +720,7 @@ shortlisp= \ | |||
| 720 | ../lisp/international/mule.elc \ | 720 | ../lisp/international/mule.elc \ |
| 721 | ../lisp/international/mule-conf.el \ | 721 | ../lisp/international/mule-conf.el \ |
| 722 | ../lisp/international/mule-cmds.elc \ | 722 | ../lisp/international/mule-cmds.elc \ |
| 723 | ../lisp/ainternational/characters.elc \ | 723 | ../lisp/international/characters.elc \ |
| 724 | ../lisp/language/chinese.elc \ | 724 | ../lisp/language/chinese.elc \ |
| 725 | ../lisp/language/cyrillic.elc \ | 725 | ../lisp/language/cyrillic.elc \ |
| 726 | ../lisp/language/devanagari.elc \ | 726 | ../lisp/language/devanagari.elc \ |