summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrocky <rocky@gnu.org>2019-05-22 03:07:59 -0400
committerrocky <rocky@gnu.org>2019-05-22 03:07:59 -0400
commit98bcbe4bb56741848e2db354c950a2997c4148b4 (patch)
treee60022a1fb5408a93cab49b3d41ecbc245f0fe0f
parent84d3c0e436a4e7a81f193b308429ba01aa272bf7 (diff)
Small tweak
-rwxr-xr-xcompute-lispdir.sh4
-rw-r--r--realgud-lldb.el2
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