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

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

[elpa] externals/auctex 7230fec 07/95: * latex.el (LaTeX-newline): Make


From: Tassilo Horn
Subject: [elpa] externals/auctex 7230fec 07/95: * latex.el (LaTeX-newline): Make interactive. See bug#24412.
Date: Sun, 16 Apr 2017 01:26:45 -0400 (EDT)

branch: externals/auctex
commit 7230fece3a6960533e8bf5134ae1cfa6a48184c6
Author: Mosè Giordano <address@hidden>
Commit: Mosè Giordano <address@hidden>

    * latex.el (LaTeX-newline): Make interactive.  See bug#24412.
---
 latex.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/latex.el b/latex.el
index 5449c70..3ceda44 100644
--- a/latex.el
+++ b/latex.el
@@ -66,6 +66,7 @@ the lines are outcommented, like in dtx files."
 (defun LaTeX-newline ()
   "Start a new line potentially staying within comments.
 This depends on `LaTeX-insert-into-comments'."
+  (interactive)
   (if LaTeX-insert-into-comments
       (cond ((and (save-excursion (skip-chars-backward " \t") (bolp))
                  (save-excursion



reply via email to

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