Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1f7b1131
Commit
1f7b1131
authored
Nov 03, 2005
by
Dan Nicolaescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(lisp, shortlisp): Add emacs-lisp/syntax.elc,
font-lock.elc and jit-lock.elc.
parent
11ec76b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
src/ChangeLog
src/ChangeLog
+5
-0
src/Makefile.in
src/Makefile.in
+6
-0
No files found.
src/ChangeLog
View file @
1f7b1131
2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
* Makefile.in (lisp, shortlisp): Add emacs-lisp/syntax.elc,
font-lock.elc and jit-lock.elc.
2005-11-03 Richard M. Stallman <rms@gnu.org>
* window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
...
...
src/Makefile.in
View file @
1f7b1131
...
...
@@ -776,6 +776,9 @@ lisp= \
${lispsource}
subr.elc
\
${lispsource}
term/tty-colors.elc
\
${lispsource}
font-core.elc
\
${lispsource}
emacs-lisp/syntax.elc
\
${lispsource}
font-lock.elc
\
${lispsource}
jit-lock.elc
\
${lispsource}
textmodes/fill.elc
\
${lispsource}
textmodes/page.elc
\
${lispsource}
textmodes/paragraphs.elc
\
...
...
@@ -869,6 +872,9 @@ shortlisp= \
../lisp/subr.elc
\
../lisp/term/tty-colors.elc
\
../lisp/font-core.elc
\
../lisp/emacs-lisp/syntax.elc
\
../lisp/font-lock.elc
\
../lisp/jit-lock.elc
\
../lisp/textmodes/fill.elc
\
../lisp/textmodes/page.elc
\
../lisp/textmodes/paragraphs.elc
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment