diff options
-rw-r--r-- | test.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,6 +42,9 @@ Four arguments: the paredit command, the text of the buffer (set (make-local-variable 'comment-column) 40) (insert before) (goto-char (point-min)) + (if (search-forward "_" nil t) + (progn (backward-delete-char +1) (set-mark (point)))) + (goto-char (point-min)) (search-forward "|") (backward-delete-char +1) (if (cond ((eq expected 'error) |