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/gud.el


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

Index: emacs/lisp/progmodes/gud.el
diff -c emacs/lisp/progmodes/gud.el:1.53 emacs/lisp/progmodes/gud.el:1.54
*** emacs/lisp/progmodes/gud.el:1.53    Tue Aug 30 11:00:32 2005
--- emacs/lisp/progmodes/gud.el Sun Sep 18 12:31:27 2005
***************
*** 1865,1871 ****
  
           ;; Anything else means the input is invalid.
           (t
!           (message (format "Error parsing file %s." file))
            (throw 'abort nil))))))
      l))
  
--- 1865,1871 ----
  
           ;; Anything else means the input is invalid.
           (t
!           (message "Error parsing file %s." file)
            (throw 'abort nil))))))
      l))
  




reply via email to

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