Changeset 18431
- Timestamp:
- 08/29/08 17:07:49 (4 months ago)
- Files:
-
- 1 modified
-
lang/elisp/set-perl5lib/set-perl5lib.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/elisp/set-perl5lib/set-perl5lib.el
r8026 r18431 47 47 "Set path into PERL5LIB if its file path includes 'lib' directory" 48 48 (interactive) 49 (let* ((path-list (cdr (split-string buffer-file-name "/"))) 49 (let* ((path-list (cdr (split-string 50 (if (string-match "^.:" buffer-file-name) 51 (concat (cygwin-mount-get-cygdrive-prefix) 52 (mapconcat 'identity (split-string buffer-file-name ":") "")) 53 (buffer-file-name) 54 ) 55 "/"))) 50 56 (lib-path (perllib-check-path path-list "")) 51 57 (current-perl5lib (getenv "PERL5LIB")))
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)