emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/raku-mode afad310b14 198/253: Remove 'paragraph-separate v


From: ELPA Syncer
Subject: [nongnu] elpa/raku-mode afad310b14 198/253: Remove 'paragraph-separate variable
Date: Sat, 29 Jan 2022 08:28:57 -0500 (EST)

branch: elpa/raku-mode
commit afad310b140cacab81a28f70a5eb2da251daa941
Author: Matias Linares <matiaslina@gmail.com>
Commit: Matias Linares <matiaslina@gmail.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]