Mercurial > emacs
annotate etc/FTP @ 74298:e3d189507be0
Previous changes checked in by jhd checked and cleaned up:
(readline): Check for double quote after #line.
(readline): sscanf could in principle return 2.
(TeX_commands): Use p++ (rather than *p++) to increment p.
(Lua_functions): Explicitely discard LOOKING_AT's return value.
(TEX_mode): Check getc retruns EOF.
File ended without newline causes infinite loop.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Tue, 28 Nov 2006 13:40:36 +0000 |
parents | 3681678d3d86 |
children | 0259a1711394 |
rev | line source |
---|---|
32527 | 1 Please refer to <http://www.gnu.org/software/emacs/> for information |
2 about obtaining Emacs. | |
71189
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
32527
diff
changeset
|
3 |
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
32527
diff
changeset
|
4 Copyright (c) 2000, 2006 Free Software Foundation, Inc. |
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
32527
diff
changeset
|
5 |
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
32527
diff
changeset
|
6 Verbatim copying and distribution is permitted in any medium |
3681678d3d86
Add copyright notice and copying permissions.
Eli Zaretskii <eliz@gnu.org>
parents:
32527
diff
changeset
|
7 provided this notice is preserved. |