1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/editors/custom-mule/files/patch-aa
Shigeyuki Fukushima ab685b2a17 Fix unfetchable problem.
Import "custom-1.9962.patch" in patches directory, because there is no
this patch's PATCH_SITES.
NOTE: This patch is too short. Including it in the ports tree is no problem. :)
2000-01-08 16:36:44 +00:00

12 lines
421 B
Plaintext

--- cus-face.el.orig Wed Mar 4 19:52:39 1998
+++ cus-face.el Mon Mar 9 08:05:33 1998
@@ -96,7 +96,7 @@
"Define a new FACE on all frames, ignoring X resources."
(interactive "SMake face: ")
(or (internal-find-face name)
- (let ((face (make-vector 8 nil)))
+ (let ((face (make-vector face-vector-length nil)))
(aset face 0 'face)
(aset face 1 name)
(let* ((frames (frame-list))