diff options
| author | Gerd Moellmann | 2000-05-23 12:22:28 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-05-23 12:22:28 +0000 |
| commit | 46600ab15361b60202da10fd5cac6f8c4f0bdc21 (patch) | |
| tree | ff037132e44250123979c13dcc356279ec365b62 | |
| parent | 457316e9501a5911af96212f18a2efa531ac8db3 (diff) | |
| download | emacs-46600ab15361b60202da10fd5cac6f8c4f0bdc21.tar.gz emacs-46600ab15361b60202da10fd5cac6f8c4f0bdc21.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lispref/anti.texi | 5 | ||||
| -rw-r--r-- | lispref/tips.texi | 2 |
3 files changed, 11 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce9d8c42006..78ae669dfc7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-05-23 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'. | ||
| 4 | |||
| 5 | * files.el (interpreter-mode-alist): Add `bash2'. | ||
| 6 | |||
| 1 | 2000-05-22 Dave Love <fx@gnu.org> | 7 | 2000-05-22 Dave Love <fx@gnu.org> |
| 2 | 8 | ||
| 3 | * loadhist.el (feature-symbols, file-provides, file-requires): Use | 9 | * loadhist.el (feature-symbols, file-provides, file-requires): Use |
diff --git a/lispref/anti.texi b/lispref/anti.texi index 0950af3d3f4..c4521b6a967 100644 --- a/lispref/anti.texi +++ b/lispref/anti.texi | |||
| @@ -2,7 +2,10 @@ | |||
| 2 | @c This is part of the GNU Emacs Lisp Reference Manual. | 2 | @c This is part of the GNU Emacs Lisp Reference Manual. |
| 3 | @c Copyright (C) 1999 Free Software Foundation, Inc. | 3 | @c Copyright (C) 1999 Free Software Foundation, Inc. |
| 4 | @c See the file elisp.texi for copying conditions. | 4 | @c See the file elisp.texi for copying conditions. |
| 5 | @node Antinews, Tips, System Interface, Top | 5 | |
| 6 | @c This node must have no pointers. | ||
| 7 | |||
| 8 | @c @node Antinews, GNU Free Documentation License, System Interface, Top | ||
| 6 | @appendix Emacs 20 Antinews | 9 | @appendix Emacs 20 Antinews |
| 7 | 10 | ||
| 8 | For those users who live backwards in time, here is information about | 11 | For those users who live backwards in time, here is information about |
diff --git a/lispref/tips.texi b/lispref/tips.texi index b24f53f3747..8854bb80614 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | @c Free Software Foundation, Inc. | 4 | @c Free Software Foundation, Inc. |
| 5 | @c See the file elisp.texi for copying conditions. | 5 | @c See the file elisp.texi for copying conditions. |
| 6 | @setfilename ../info/tips | 6 | @setfilename ../info/tips |
| 7 | @node Tips, GNU Emacs Internals, Antinews, Top | 7 | @node Tips, GNU Emacs Internals, Copying, Top |
| 8 | @appendix Tips and Conventions | 8 | @appendix Tips and Conventions |
| 9 | @cindex tips | 9 | @cindex tips |
| 10 | @cindex standards of coding style | 10 | @cindex standards of coding style |