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/flim/files/patch-FLIM-CFG | |
parent | Fix CANNA option. (diff) |
Rename editors/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363213
Diffstat (limited to 'editors/flim/files/patch-FLIM-CFG')
-rw-r--r-- | editors/flim/files/patch-FLIM-CFG | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/flim/files/patch-FLIM-CFG b/editors/flim/files/patch-FLIM-CFG new file mode 100644 index 000000000000..450d2b6f8af6 --- /dev/null +++ b/editors/flim/files/patch-FLIM-CFG @@ -0,0 +1,11 @@ +--- FLIM-CFG.orig Tue Sep 15 15:26:08 1998 ++++ FLIM-CFG Sun May 9 01:33:26 1999 +@@ -8,6 +8,8 @@ + + (add-to-list 'load-path + (expand-file-name "../../site-lisp/apel" data-directory)) ++(add-to-list 'load-path ++ (expand-file-name "../site-lisp/emu" data-directory)) + + (if (boundp 'LISPDIR) + (progn |