aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2015-03-05 09:31:40 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2015-03-05 09:31:40 +0000
commitd8fb118d2012a4325118f51a51b28b12661b1789 (patch)
treea578e1a4fe21740203c8758d2c03c6b3cdfbd6d9 /phox
parentc339c2a74c806658c03dfc2261acea25f6bdaade (diff)
Fix compile error with make-face
Diffstat (limited to 'phox')
-rw-r--r--phox/phox-sym-lock.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/phox/phox-sym-lock.el b/phox/phox-sym-lock.el
index 6b3874fd..ef3a9273 100644
--- a/phox/phox-sym-lock.el
+++ b/phox/phox-sym-lock.el
@@ -249,7 +249,7 @@ given OBJ under `phox-sym-lock-adobe-symbol-face' and all other characters to
the empty string. OBJ may either be a string or a character."
(let* ((name (phox-sym-lock-gen-symbol "face"))
(table (make-display-table))
- (tface (make-face name "phox-sym-lock-remap-face")))
+ (tface (make-face name)))
(fillarray table "")
(aset table (string-to-char (substring pat (1- pos) pos))
(phox-sym-lock-translate-char-or-string obj))
@@ -266,7 +266,7 @@ the empty string. OBJ may either be a string or a character."
(defvar phox-sym-lock-clear-face
(let* ((name (phox-sym-lock-gen-symbol "face"))
(table (make-display-table))
- (tface (make-face name "phox-sym-lock-remap-face")))
+ (tface (make-face name)))
(fillarray table "")
(set-face-property tface 'display-table table)
(set-face-property tface 'phox-sym-lock-remap 1) ; mark it