emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/ebnf2ps.el


From: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/ebnf2ps.el
Date: Sun, 18 Sep 2005 08:31:31 -0400

Index: emacs/lisp/progmodes/ebnf2ps.el
diff -c emacs/lisp/progmodes/ebnf2ps.el:1.31 
emacs/lisp/progmodes/ebnf2ps.el:1.32
*** emacs/lisp/progmodes/ebnf2ps.el:1.31        Mon Jul  4 16:59:18 2005
--- emacs/lisp/progmodes/ebnf2ps.el     Sun Sep 18 12:31:27 2005
***************
*** 5,11 ****
  
  ;; Author: Vinicius Jose Latorre <address@hidden>
  ;; Maintainer: Vinicius Jose Latorre <address@hidden>
! ;; Time-stamp: <2004/11/19 22:30:34 vinicius>
  ;; Keywords: wp, ebnf, PostScript
  ;; Version: 4.2
  ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
--- 5,11 ----
  
  ;; Author: Vinicius Jose Latorre <address@hidden>
  ;; Maintainer: Vinicius Jose Latorre <address@hidden>
! ;; Time-stamp: <2005-09-18 07:27:20 deego>
  ;; Keywords: wp, ebnf, PostScript
  ;; Version: 4.2
  ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/
***************
*** 4674,4680 ****
        (goto-char the-point)
        (if ebnf-stop-on-error
          (error error-msg)
!       (message error-msg)))
       ;; generated output OK
       (gen-func
        nil)
--- 4674,4680 ----
        (goto-char the-point)
        (if ebnf-stop-on-error
          (error error-msg)
!       (message "%s" error-msg)))
       ;; generated output OK
       (gen-func
        nil)




reply via email to

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