[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[emacs-w3m/emacs-w3m] bugfix: makefile would crash when no git files exist (#25)
- From: Boruch Baum <notifications@xxxxxxxxxx>
- Date: Tue, 26 Feb 2019 14:36:28 -0800
- X-ml-name: emacs-w3m
- X-mail-count: 13282
- The insert command here at the end of function
w3mhack-insert-git-revision doesn't check whether variable revision
is nil (eg. (or revision ""), but even if it did there would be no
point since the only time the generated constant is used is in file
w3m-bug.el where it is only used after checking that the symbol is
bound, so not creating it here satisfies the situation there.
You can view, comment on, or merge this pull request online at:
https://github.com/emacs-w3m/emacs-w3m/pull/25
Commit Summary
- bugfix: makefile would crash when no git files exist
File Changes
Patch Links:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.