diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-02-16 11:27:07 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-02-16 11:27:07 +0000 |
commit | 621da56b4a78d4dc13d0df3f072c4f3779470c02 (patch) | |
tree | a5b1946af47c9ea16a6a0ec79d8cee0c9000ddcd /editors/custom-mule/files/patch-aa | |
parent | Update 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-aa | 11 |
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)) |