emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103588: texinfo.el addition for bug#


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103588: texinfo.el addition for bug#2783.
Date: Mon, 07 Mar 2011 20:42:40 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103588
author: Arni Magnusson <address@hidden>
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2011-03-07 20:42:40 -0800
message:
  texinfo.el addition for bug#2783.
  
  * lisp/textmodes/texinfo.el (texinfo-environments):
  Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.
modified:
  lisp/ChangeLog
  lisp/textmodes/texinfo.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-03-08 04:34:31 +0000
+++ b/lisp/ChangeLog    2011-03-08 04:42:40 +0000
@@ -1,3 +1,8 @@
+2011-03-08  Arni Magnusson  <address@hidden>  (tiny change)
+
+       * textmodes/texinfo.el (texinfo-environments):
+       Add deftypecv, deftypeivar, deftypemethod, deftypeop, html.  (Bug#2783)
+
 2011-03-08  Glenn Morris  <address@hidden>
 
        * cus-start.el (cursor-in-non-selected-windows):

=== modified file 'lisp/textmodes/texinfo.el'
--- a/lisp/textmodes/texinfo.el 2011-01-25 04:08:28 +0000
+++ b/lisp/textmodes/texinfo.el 2011-03-08 04:42:40 +0000
@@ -318,11 +318,12 @@
 
 (defconst texinfo-environments
   '("cartouche" "copying" "defcv" "deffn" "defivar" "defmac"
-    "defmethod" "defop" "defopt" "defspec" "deftp" "deftypefn"
-    "deftypefun" "deftypevar" "deftypevr" "defun" "defvar"
+    "defmethod" "defop" "defopt" "defspec" "deftp" "deftypecv"
+    "deftypefn" "deftypefun" "deftypeivar" "deftypemethod"
+    "deftypeop" "deftypevar" "deftypevr" "defun" "defvar"
     "defvr" "description" "detailmenu" "direntry" "display"
     "documentdescription" "enumerate" "example" "flushleft"
-    "flushright" "format" "ftable" "group" "ifclear" "ifset"
+    "flushright" "format" "ftable" "group" "html" "ifclear" "ifset"
     "ifhtml" "ifinfo" "ifnothtml" "ifnotinfo" "ifnotplaintext"
     "ifnottex" "ifplaintext" "iftex" "ignore" "itemize" "lisp"
     "macro" "menu" "multitable" "quotation" "smalldisplay"


reply via email to

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