/[emacs]/emacs/lisp/progmodes/idlwave.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/idlwave.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3.46 by lute, Mon Jul 4 16:59:19 2005 UTC revision 3.47 by deego, Sun Sep 18 12:31:28 2005 UTC
# Line 3995  you specify /." Line 3995  you specify /."
3995                ;; Call etags                ;; Call etags
3996                (if (not (string-match "^[ \\t]*$" item))                (if (not (string-match "^[ \\t]*$" item))
3997                    (progn                    (progn
3998                      (message (concat "Tagging " item "..."))                      (message "%s" (concat "Tagging " item "..."))
3999                      (setq errbuf (get-buffer-create "*idltags-error*"))                      (setq errbuf (get-buffer-create "*idltags-error*"))
4000                      (setq status (+ status                      (setq status (+ status
4001                                      (if (eq 0 (call-process                                      (if (eq 0 (call-process
# Line 5188  be set to nil to disable library catalog Line 5188  be set to nil to disable library catalog
5188                       message-base                       message-base
5189                       (not (string= idlwave-library-catalog-libname                       (not (string= idlwave-library-catalog-libname
5190                                     old-libname)))                                     old-libname)))
5191                  (message (concat message-base                  (message "%s" (concat message-base
5192                                   idlwave-library-catalog-libname))                                   idlwave-library-catalog-libname))
5193                  (setq old-libname idlwave-library-catalog-libname))                  (setq old-libname idlwave-library-catalog-libname))
5194                (when idlwave-library-catalog-routines                (when idlwave-library-catalog-routines

Legend:
Removed from v.3.46  
changed lines
  Added in v.3.47

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26