aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJuanma Barranquero2002-10-04 10:09:35 +0000
committerJuanma Barranquero2002-10-04 10:09:35 +0000
commit52402e4fc50aae9c32f04ec22a1a873631a29bad (patch)
tree3e143006ac0fa5700432295271da6a108d50609b /lib-src
parent3078db32227ef57e0f8d8677fc715d4d6119ff55 (diff)
downloademacs-52402e4fc50aae9c32f04ec22a1a873631a29bad.tar.gz
emacs-52402e4fc50aae9c32f04ec22a1a873631a29bad.zip
(lisp): Load devanagari.el, not .elc.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/makefile.w32-in14
2 files changed, 11 insertions, 7 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index cd13341d8ca..dde2b717ac6 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12002-10-04 Juanma Barranquero <lektu@terra.es>
2
3 * makefile.w32-in (lisp): Load devanagari.el, not .elc.
4
12002-09-30 Markus Rost <rost@math.ohio-state.edu> 52002-09-30 Markus Rost <rost@math.ohio-state.edu>
2 6
3 * emacsclient.c (main): Remove reference to SERVER_HOME_DIR 7 * emacsclient.c (main): Remove reference to SERVER_HOME_DIR
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 293cf24a420..cda0ab1734a 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/makefile.w32-in
@@ -2,17 +2,17 @@
2# Copyright (c) 2000-2001 Free Software Foundation, Inc. 2# Copyright (c) 2000-2001 Free Software Foundation, Inc.
3# 3#
4# This file is part of GNU Emacs. 4# This file is part of GNU Emacs.
5# 5#
6# GNU Emacs is free software; you can redistribute it and/or modify 6# GNU Emacs is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by 7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2, or (at your option) 8# the Free Software Foundation; either version 2, or (at your option)
9# any later version. 9# any later version.
10# 10#
11# GNU Emacs is distributed in the hope that it will be useful, 11# GNU Emacs is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of 12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details. 14# GNU General Public License for more details.
15# 15#
16# You should have received a copy of the GNU General Public License 16# You should have received a copy of the GNU General Public License
17# along with GNU Emacs; see the file COPYING. If not, write to the 17# along with GNU Emacs; see the file COPYING. If not, write to the
18# Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
@@ -126,7 +126,7 @@ $(BLD)/ctags.$(O): ctags.c
126# 126#
127# From ..\src\makefile.nt. 127# From ..\src\makefile.nt.
128# 128#
129obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c cm.c cmds.c charset.c coding.c category.c ccl.c data.c dired.c dispnew.c doc.c doprnt.c editfns.c emacs.c eval.c fileio.c filelock.c filemode.c fns.c fontset.c indent.c insdel.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c xfaces.c print.c process.c regex.c scroll.c search.c syntax.c sysdep.c term.c termcap.c tparam.c undo.c unexw32.c window.c xdisp.c casetab.c floatfns.c frame.c gmalloc.c intervals.c ralloc.c textprop.c vm-limit.c region-cache.c strftime.c w32.c w32console.c xfaces.c w32fns.c w32heap.c w32inevt.c w32proc.c w32reg.c w32menu.c w32select.c w32term.c w32xfns.c 129obj = abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c cm.c cmds.c charset.c coding.c category.c ccl.c data.c dired.c dispnew.c doc.c doprnt.c editfns.c emacs.c eval.c fileio.c filelock.c filemode.c fns.c fontset.c indent.c insdel.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c xfaces.c print.c process.c regex.c scroll.c search.c syntax.c sysdep.c term.c termcap.c tparam.c undo.c unexw32.c window.c xdisp.c casetab.c floatfns.c frame.c gmalloc.c intervals.c ralloc.c textprop.c vm-limit.c region-cache.c strftime.c w32.c w32console.c xfaces.c w32fns.c w32heap.c w32inevt.c w32proc.c w32reg.c w32menu.c w32select.c w32term.c w32xfns.c
130 130
131# 131#
132# These are the lisp files that are loaded up in loadup.el 132# These are the lisp files that are loaded up in loadup.el
@@ -183,7 +183,7 @@ lisp= \
183 $(lispsource)language/chinese.elc \ 183 $(lispsource)language/chinese.elc \
184 $(lispsource)language/cyrillic.elc \ 184 $(lispsource)language/cyrillic.elc \
185 $(lispsource)language/indian.elc \ 185 $(lispsource)language/indian.elc \
186 $(lispsource)language/devanagari.elc \ 186 $(lispsource)language/devanagari.el \
187 $(lispsource)language/english.el \ 187 $(lispsource)language/english.el \
188 $(lispsource)language/ethiopic.elc \ 188 $(lispsource)language/ethiopic.elc \
189 $(lispsource)language/european.elc \ 189 $(lispsource)language/european.elc \
@@ -223,7 +223,7 @@ lisp= \
223 $(lispsource)version.el 223 $(lispsource)version.el
224 224
225 225
226DOC = DOC 226DOC = DOC
227$(DOC): make-docfile 227$(DOC): make-docfile
228 - $(DEL) $(DOC) 228 - $(DEL) $(DOC)
229 "$(THISDIR)/$(BLD)/make-docfile" -d ../src $(obj) > $(DOC) 229 "$(THISDIR)/$(BLD)/make-docfile" -d ../src $(obj) > $(DOC)
@@ -257,7 +257,7 @@ install: $(INSTALL_FILES)
257 257
258# 258#
259# Maintenance 259# Maintenance
260# 260#
261clean: 261clean:
262 - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES) 262 - $(DEL) *~ DOC* $(COMPILER_TEMP_FILES)
263 - $(DEL) ctags.c 263 - $(DEL) ctags.c