branch: elpa/raku-mode
commit afad310b140cacab81a28f70a5eb2da251daa941
Author: Matias Linares <[email protected]>
Commit: Matias Linares <[email protected]>
Remove 'paragraph-separate variable
This actually breaks the M-{ and M-} commands.
---
perl6-mode.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/perl6-mode.el b/perl6-mode.el
index 72e899a292..6cbe1449ce 100644
--- a/perl6-mode.el
+++ b/perl6-mode.el
@@ -80,8 +80,6 @@
;; REPL
(setq comint-prompt-regexp perl6-prompt-regexp)
(setq comint-prompt-read-only t)
- ;; this makes it so commands like M-{ and M-} work.
- (set (make-local-variable 'paragraph-separate) "\\'")
(set (make-local-variable 'paragraph-start) perl6-prompt-regexp)
;; Indentation (see SMIE in the Emacs manual)
;; TODO add rules for HEREDOC indentation