File: regex.translations

package info (click to toggle)
cl-regex 1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 256 kB
  • ctags: 339
  • sloc: lisp: 3,776; ansic: 68; makefile: 52; sh: 28
file content (6 lines) | stat: -rwxr-xr-x 162 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6

;;; change to your own path

(setf (logical-pathname-translations "REGEX")
      '(("REGEX:SYS;*" "d:/lisp/*")
        ("REGEX:SRC;*" "d:/lisp/regex/*")))