mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 13:31:37 -07:00
(gud-jdb-build-source-files-list): Fix paren typo.
This commit is contained in:
parent
fa443ddfd6
commit
e5ef2f5cae
1 changed files with 2 additions and 1 deletions
|
|
@ -1533,7 +1533,8 @@ the source code display in sync with the debugging session.")
|
|||
(defun gud-jdb-build-source-files-list (path extn)
|
||||
(apply 'nconc (mapcar (lambda (d)
|
||||
(when (file-directory-p d)
|
||||
(directory-files d t extn nil)) path))))
|
||||
(directory-files d t extn nil)))
|
||||
path)))
|
||||
|
||||
;; Move point past whitespace.
|
||||
(defun gud-jdb-skip-whitespace ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue