diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 18:13:49 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 18:13:49 +0000 |
commit | eab1b679e07aa9debd2c85efca6629cb71b32ec0 (patch) | |
tree | 331db9ae4336329d2bfe9a84fcde0aa8f9613134 /editors/uemacs/files/patch-h_epath.h | |
parent | Fix CANNA option. (diff) |
Rename editors/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'editors/uemacs/files/patch-h_epath.h')
-rw-r--r-- | editors/uemacs/files/patch-h_epath.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/uemacs/files/patch-h_epath.h b/editors/uemacs/files/patch-h_epath.h new file mode 100644 index 000000000000..0d567efcbbcc --- /dev/null +++ b/editors/uemacs/files/patch-h_epath.h @@ -0,0 +1,12 @@ +--- h/epath.h.orig Sun Nov 19 03:09:52 1995 ++++ h/epath.h Wed Mar 25 13:57:22 1998 +@@ -68,7 +68,8 @@ + { + ".emacsrc", + "emacs.hlp", +- "/usr/local/", ++ "/usr/local/share/uemacs/", ++ "/usr/local/lib/uemacs/", + "/usr/lib/", + "" + }; |