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

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

[elpa] 105/299: Fix plain TeX abbrev table name.


From: Stefan Monnier
Subject: [elpa] 105/299: Fix plain TeX abbrev table name.
Date: Sun, 02 Nov 2014 03:10:39 +0000

monnier pushed a commit to branch externals/auctex
in repository elpa.

commit 1a5d4475fb7c82dfca46dfdb39c9167ca8c624e7
Author: Mosè Giordano <address@hidden>
Date:   Wed Apr 17 21:59:40 2013 +0200

    Fix plain TeX abbrev table name.
    
    * plain-tex.el (plain-TeX-common-initialization): Fix typo in
    abbrev table name.
---
 ChangeLog    |    5 +++++
 plain-tex.el |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b09750a..7ee1479 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-17  Mos� Giordano  <address@hidden>
+
+       * plain-tex.el (plain-TeX-common-initialization): Fix typo in
+       abbrev table name.
+
 2013-04-16  Mos� Giordano  <address@hidden>
 
        * latex.el (LaTeX-default-author): New customizable variable.
diff --git a/plain-tex.el b/plain-tex.el
index 476976b..3df6196 100644
--- a/plain-tex.el
+++ b/plain-tex.el
@@ -142,7 +142,7 @@ of plain-TeX-mode-hook."
   "Common initialization for plain TeX like modes."
   (VirTeX-common-initialization)
   (set-syntax-table TeX-mode-syntax-table)
-  (setq local-abbrev-table latex-mode-abbrev-table)
+  (setq local-abbrev-table plain-tex-mode-abbrev-table)
   (setq paragraph-start
        (concat
         "\\(^[ \t]*$"



reply via email to

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