diff options
| author | rocky <rocky@gnu.org> | 2019-05-22 03:07:59 -0400 |
|---|---|---|
| committer | rocky <rocky@gnu.org> | 2019-05-22 03:07:59 -0400 |
| commit | 98bcbe4bb56741848e2db354c950a2997c4148b4 (patch) | |
| tree | e60022a1fb5408a93cab49b3d41ecbc245f0fe0f | |
| parent | 84d3c0e436a4e7a81f193b308429ba01aa272bf7 (diff) | |
Small tweak
| -rwxr-xr-x | compute-lispdir.sh | 4 | ||||
| -rw-r--r-- | realgud-lldb.el | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/compute-lispdir.sh b/compute-lispdir.sh index 220befd..72e8c13 100755 --- a/compute-lispdir.sh +++ b/compute-lispdir.sh @@ -24,7 +24,7 @@ done for dir in $list ; do if [[ -d $dir ]] ; then case $dir in - */emacs/2[34]\.[0-9]/site-lisp) + */emacs/2[4-7]\.[0-9]/site-lisp) ((DEBUG)) && echo "versioned site lisp: $dir" echo "$dir" exit 0 @@ -35,7 +35,7 @@ done for dir in $list ; do if [[ -d $dir ]] ; then case $dir in - */emacs/2[34]\.[0-9]/site-lisp) + */emacs/2[4-7]\.[0-9]/site-lisp) ((DEBUG)) && echo "versioned site lisp: $dir" echo "$dir" exit 0 diff --git a/realgud-lldb.el b/realgud-lldb.el index 409e7b8..1a37f6c 100644 --- a/realgud-lldb.el +++ b/realgud-lldb.el @@ -1,4 +1,4 @@ -;;; realgud-lldb.el --- Realgud front-end to lldb +;;; realgud-lldb.el --- Realgud front-end to lldb -*- lexical-binding: t -*- ;; Author: Rocky Bernstein ;; Version: 1.0.0 |
