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


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

Index: emacs/lisp/progmodes/idlwave.el
diff -c emacs/lisp/progmodes/idlwave.el:3.46 
emacs/lisp/progmodes/idlwave.el:3.47
*** emacs/lisp/progmodes/idlwave.el:3.46        Mon Jul  4 16:59:19 2005
--- emacs/lisp/progmodes/idlwave.el     Sun Sep 18 12:31:28 2005
***************
*** 3995,4001 ****
              ;; Call etags
              (if (not (string-match "^[ \\t]*$" item))
                  (progn
!                   (message (concat "Tagging " item "..."))
                    (setq errbuf (get-buffer-create "*idltags-error*"))
                    (setq status (+ status
                                    (if (eq 0 (call-process
--- 3995,4001 ----
              ;; Call etags
              (if (not (string-match "^[ \\t]*$" item))
                  (progn
!                   (message "%s" (concat "Tagging " item "..."))
                    (setq errbuf (get-buffer-create "*idltags-error*"))
                    (setq status (+ status
                                    (if (eq 0 (call-process
***************
*** 5188,5194 ****
                     message-base
                     (not (string= idlwave-library-catalog-libname
                                   old-libname)))
!               (message (concat message-base
                                 idlwave-library-catalog-libname))
                (setq old-libname idlwave-library-catalog-libname))
              (when idlwave-library-catalog-routines
--- 5188,5194 ----
                     message-base
                     (not (string= idlwave-library-catalog-libname
                                   old-libname)))
!               (message "%s" (concat message-base
                                 idlwave-library-catalog-libname))
                (setq old-libname idlwave-library-catalog-libname))
              (when idlwave-library-catalog-routines




reply via email to

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