diff options
| author | Thien-Thi Nguyen <ttn@gnu.org> | 2014-05-09 18:43:01 +0200 |
|---|---|---|
| committer | Thien-Thi Nguyen <ttn@gnu.org> | 2014-05-09 18:43:01 +0200 |
| commit | c6fac9c61f1ebc5dc56fb1d341160550d0bd65da (patch) | |
| tree | 54bdf8c7589d4e720f81a38676616d3ad37d51a1 | |
| parent | 45094dea14f880065dcaa68a9262aa08a13ec3a8 (diff) | |
fixup! [aa2u] Make weight dynamically customizable.
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | ascii-art-to-unicode.el | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -2,6 +2,9 @@ NEWS for ascii-art-to-unicode.el See the end for copying conditions. +- 1.7 | NOT YET RELEASED + - new var: ‘aa2u-uniform-weight’ + - 1.6 | 2014-05-09 - fix regression for interactive invocation w/o active region diff --git a/ascii-art-to-unicode.el b/ascii-art-to-unicode.el index 89bcb92..c79245c 100644 --- a/ascii-art-to-unicode.el +++ b/ascii-art-to-unicode.el @@ -83,7 +83,7 @@ (require 'cl-lib) (require 'pcase) -(defvar aa2u-uniform-weight 'HEAVY +(defvar aa2u-uniform-weight 'LIGHT "A symbol, either `LIGHT' or `HEAVY'. This specifies the weight of all the lines.") |
