[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/idlwave.el
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/idlwave.el |
Date: |
Sat, 21 May 2005 00:54:32 -0400 |
Index: emacs/lisp/progmodes/idlwave.el
diff -c emacs/lisp/progmodes/idlwave.el:3.39
emacs/lisp/progmodes/idlwave.el:3.40
*** emacs/lisp/progmodes/idlwave.el:3.39 Fri Mar 25 10:06:23 2005
--- emacs/lisp/progmodes/idlwave.el Sat May 21 04:54:32 2005
***************
*** 3548,3554 ****
(let ((pos (point)))
(if idlwave-file-header
(cond ((car idlwave-file-header)
! (insert-file (car idlwave-file-header)))
((stringp (car (cdr idlwave-file-header)))
(insert (car (cdr idlwave-file-header))))))
(goto-char pos)))
--- 3548,3554 ----
(let ((pos (point)))
(if idlwave-file-header
(cond ((car idlwave-file-header)
! (insert-file-contents (car idlwave-file-header)))
((stringp (car (cdr idlwave-file-header)))
(insert (car (cdr idlwave-file-header))))))
(goto-char pos)))
- [Emacs-diffs] Changes to emacs/lisp/progmodes/idlwave.el,
Richard M . Stallman <=