diff options
| author | Andreas Schwab | 2012-04-29 22:05:44 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2012-04-29 22:05:44 +0200 |
| commit | a706a3bca4e676dc3b6c7bb1b4a584b085364c0c (patch) | |
| tree | 5dc7e8005feafdc409111dba689d84c10da9434d /lib-src/ChangeLog | |
| parent | c93b886f957b55df4fe45d986c34242832ec4a28 (diff) | |
| download | emacs-a706a3bca4e676dc3b6c7bb1b4a584b085364c0c.tar.gz emacs-a706a3bca4e676dc3b6c7bb1b4a584b085364c0c.zip | |
Fixes: debbugs:11380
* make-docfile.c (scan_lisp_file) [DEBUG]: Also skip if and
byte-code forms.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index fc6d905cfb2..d225b77f156 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-04-29 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * make-docfile.c (scan_lisp_file) [DEBUG]: Also skip if and | ||
| 4 | byte-code forms. (Bug#11380) | ||
| 5 | |||
| 1 | 2012-04-20 Chong Yidong <cyd@gnu.org> | 6 | 2012-04-20 Chong Yidong <cyd@gnu.org> |
| 2 | 7 | ||
| 3 | * emacsclient.c (decode_options): Move -t -n corner case handling | 8 | * emacsclient.c (decode_options): Move -t -n corner case handling |