emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/textmodes/table.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/table.el,v
Date: Sat, 06 Jan 2007 00:21:05 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/01/06 00:21:05

Index: table.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/textmodes/table.el,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- table.el    3 Nov 2006 15:13:38 -0000       1.28
+++ table.el    6 Jan 2007 00:21:05 -0000       1.29
@@ -6,7 +6,7 @@
 ;; Keywords: wp, convenience
 ;; Author: Takaaki Ota <address@hidden>
 ;; Created: Sat Jul 08 2000 13:28:45 (PST)
-;; Revised: Thu Jul 20 2006 17:30:09 (PDT)
+;; Revised: Wed Jan 03 2007 13:23:46 (PST)
 
 ;; This file is part of GNU Emacs.
 
@@ -5358,7 +5358,7 @@
     (cond ((and (featurep 'xemacs)
                (not (get 'table-disable-incompatibility-warning 'xemacs)))
           (put 'table-disable-incompatibility-warning 'xemacs t)
-          (momentary-string-display
+          (display-warning 'table
            "
 *** Warning ***
 
@@ -5369,12 +5369,12 @@
 aware of this.
 
 "
-           (save-excursion (forward-line 1) (point))))
+           :warning))
          ((and (boundp 'flyspell-mode)
                flyspell-mode
                (not (get 'table-disable-incompatibility-warning 'flyspell)))
           (put 'table-disable-incompatibility-warning 'flyspell t)
-          (momentary-string-display
+          (display-warning 'table
            "
 *** Warning ***
 
@@ -5383,7 +5383,7 @@
 works better than the previous versions however not fully compatible.
 
 "
-           (save-excursion (forward-line 1) (point))))
+           :warning))
          )))
 
 (defun table--cell-blank-str (&optional n)




reply via email to

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