diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-13 00:02:55 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-13 00:02:55 +0100 |
| commit | d4102dc2ab106d732289164051473ab05a90a321 (patch) | |
| tree | b6a3f781039c21b4abaa99d423fa5108b1d130ae | |
| parent | 32f91342f0039aa0e78a032b5b2a651ed5b1b79e (diff) | |
; Fix typoexternals/shelisp
| -rw-r--r-- | shelisp.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -195,7 +195,7 @@ convert it to a string." (when shelisp-debug (message "shelisp> `%s'" cmd)) - ;; Replace the elisp expresssion with it's value + ;; Replace the elisp expression with it's value ;; if the value is nil, treat it as an empty string (setq rep (save-match-data (save-excursion |
