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


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

Index: emacs/lisp/progmodes/cmacexp.el
diff -c emacs/lisp/progmodes/cmacexp.el:1.44 
emacs/lisp/progmodes/cmacexp.el:1.45
*** emacs/lisp/progmodes/cmacexp.el:1.44        Tue Aug 30 10:36:40 2005
--- emacs/lisp/progmodes/cmacexp.el     Sun Sep 18 12:31:27 2005
***************
*** 346,358 ****
                    (format "\n#line %d \"%s\"\n" startlinenum filename)))
  
          ;; Call the preprocessor.
!         (if display (message mymsg))
          (setq exit-status
                (call-process-region 1 (point-max)
                                     shell-file-name
                                     t (list t tempname) nil "-c"
                                     cppcommand))
!         (if display (message (concat mymsg "done")))
          (if (= (buffer-size) 0)
              ;; Empty output is normal after a fatal error.
              (insert "\nPreprocessor produced no output\n")
--- 346,358 ----
                    (format "\n#line %d \"%s\"\n" startlinenum filename)))
  
          ;; Call the preprocessor.
!         (if display (message "%s" mymsg))
          (setq exit-status
                (call-process-region 1 (point-max)
                                     shell-file-name
                                     t (list t tempname) nil "-c"
                                     cppcommand))
!         (if display (message "%s" (concat mymsg "done")))
          (if (= (buffer-size) 0)
              ;; Empty output is normal after a fatal error.
              (insert "\nPreprocessor produced no output\n")




reply via email to

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