Changeset 8026 for lang/elisp/set-perl5lib/set-perl5lib.el
- Timestamp:
- 03/17/08 14:48:25 (5 years 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
r7959 r8026 50 50 (lib-path (perllib-check-path path-list "")) 51 51 (current-perl5lib (getenv "PERL5LIB"))) 52 (when ( and lib-path52 (when (or (and lib-path current-perl5lib 53 53 (not (string-match lib-path current-perl5lib))) 54 (not current-perl5lib)) 54 55 (setenv "PERL5LIB" (concat lib-path ":" current-perl5lib)) 55 56 (message "Added %s into PERL5LIB" lib-path))))
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)