(generate-file-autoloads): Move misplaced paren in match clause of cond
so copying the rest of the line to the output is the else clause of if (eolp), not after the if.
This commit is contained in:
parent
74cc295951
commit
52859db83c
1 changed files with 2 additions and 2 deletions
|
@ -206,11 +206,11 @@ are used."
|
|||
outbuf))
|
||||
(terpri outbuf)))
|
||||
(let ((print-escape-newlines t))
|
||||
(print autoload outbuf)))
|
||||
(print autoload outbuf))))
|
||||
;; Copy the rest of the line to the output.
|
||||
(let ((begin (point)))
|
||||
(forward-line 1)
|
||||
(princ (buffer-substring begin (point)) outbuf)))))
|
||||
(princ (buffer-substring begin (point)) outbuf))))
|
||||
((looking-at ";")
|
||||
;; Don't read the comment.
|
||||
(forward-line 1))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue