diff options
| author | Eli Zaretskii | 2012-10-20 17:26:10 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-10-20 17:26:10 +0200 |
| commit | 83c85d8e2e6c1e1cb309f554555e1aebc1dcb44f (patch) | |
| tree | da7656122cac50b11b8efc31f8c3817306946b3a /lib-src/ChangeLog | |
| parent | 71aa63da789e39ef49a2716fb977d2ea0e2d5f07 (diff) | |
| download | emacs-83c85d8e2e6c1e1cb309f554555e1aebc1dcb44f.tar.gz emacs-83c85d8e2e6c1e1cb309f554555e1aebc1dcb44f.zip | |
Fix last changes in make-docfile.c.
lib-src/make-docfile.c (IS_SLASH, DEF_ELISP_FILE): New macros.
(scan_lisp_file): Only pass a .el file if its basename matches a
known file in its entirety. Use IS_SLASH and DEF_ELISP_FILE.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 40da102620b..bcb71daca5d 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-10-20 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * make-docfile.c (IS_SLASH, DEF_ELISP_FILE): New macros. | ||
| 4 | (scan_lisp_file): Only pass a .el file if its basename matches a | ||
| 5 | known file in its entirety. Use IS_SLASH and DEF_ELISP_FILE. | ||
| 6 | |||
| 1 | 2012-10-20 Andreas Schwab <schwab@linux-m68k.org> | 7 | 2012-10-20 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 8 | ||
| 3 | * make-docfile.c (scan_lisp_file): Add bounds checking. | 9 | * make-docfile.c (scan_lisp_file): Add bounds checking. |