summaryrefslogtreecommitdiff
path: root/editors/custom-mule/files/patch-aa
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-02-16 11:27:07 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-02-16 11:27:07 +0000
commit621da56b4a78d4dc13d0df3f072c4f3779470c02 (patch)
treea5b1946af47c9ea16a6a0ec79d8cee0c9000ddcd /editors/custom-mule/files/patch-aa
parentUpdate to 0.9705. (diff)
Remove expired port editors/custom-mule and all dependant ports
Discussed with: anray
Notes
Notes: svn path=/head/; revision=156150
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))