summaryrefslogtreecommitdiff
path: root/editors/custom-mule/files/patch-aa
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-01-08 16:36:44 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-01-08 16:36:44 +0000
commitab685b2a17beee636a4eb62e01feea4783d3e180 (patch)
tree75a2d701806b170e813e2ee4e0ae9aad402513cb /editors/custom-mule/files/patch-aa
parentUpdate to 0.2l - bug fixes and a bunch of new man pages. (diff)
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. :)
Notes
Notes: svn path=/head/; revision=24555
Diffstat (limited to '')
-rw-r--r--editors/custom-mule/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/custom-mule/files/patch-aa b/editors/custom-mule/files/patch-aa
new file mode 100644
index 000000000000..f82989c491dc
--- /dev/null
+++ b/editors/custom-mule/files/patch-aa
@@ -0,0 +1,11 @@
+--- 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))