summaryrefslogtreecommitdiff
path: root/editors/custom-mule/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'editors/custom-mule/files/patch-aa')
-rw-r--r--editors/custom-mule/files/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/custom-mule/files/patch-aa b/editors/custom-mule/files/patch-aa
deleted file mode 100644
index f82989c491dc..000000000000
--- a/editors/custom-mule/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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))