mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 10:00:37 -04:00
11 lines
342 B
Text
11 lines
342 B
Text
--- lisp/jde.el.orig Thu Dec 13 17:37:42 2001
|
|
+++ lisp/jde.el Thu Jan 10 17:59:35 2002
|
|
@@ -1672,8 +1672,6 @@
|
|
(setq dir (file-name-directory (locate-library "jde"))))
|
|
(if dir
|
|
(nsubstitute ?/ ?\\ dir))
|
|
- (if (not jde-xemacsp)
|
|
- (setq dir (substring dir 0 (- (length dir) 5))))
|
|
dir))
|
|
|
|
(defun jde-find-jde-doc-directory ()
|