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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlwave.el
Date: Thu, 20 Dec 2001 13:14:39 -0500

Index: emacs/lisp/progmodes/idlwave.el
diff -c emacs/lisp/progmodes/idlwave.el:3.12 
emacs/lisp/progmodes/idlwave.el:3.13
*** emacs/lisp/progmodes/idlwave.el:3.12        Sat Dec  1 07:54:29 2001
--- emacs/lisp/progmodes/idlwave.el     Thu Dec 20 13:14:39 2001
***************
*** 4,10 ****
  ;; Author: Chris Chase <address@hidden>
  ;; Maintainer: John-David Smith <address@hidden>
  ;; Version: 4.7
! ;; Date: $Date: 2001/12/01 12:54:29 $
  ;; Keywords: languages
  
  ;; This file is part of GNU Emacs.
--- 4,10 ----
  ;; Author: Chris Chase <address@hidden>
  ;; Maintainer: John-David Smith <address@hidden>
  ;; Version: 4.7
! ;; Date: $Date: 2001/12/20 18:14:39 $
  ;; Keywords: languages
  
  ;; This file is part of GNU Emacs.
***************
*** 680,686 ****
  
  (defcustom idlwave-function-completion-adds-paren t
    "*Non-nil means, completion automatically adds `(' after completed function.
! Nil means, don't add anything.
  A value of `2' means, also add the closing parenthesis and position cursor
  between the two."
    :group 'idlwave-completion
--- 680,686 ----
  
  (defcustom idlwave-function-completion-adds-paren t
    "*Non-nil means, completion automatically adds `(' after completed function.
! nil means, don't add anything.
  A value of `2' means, also add the closing parenthesis and position cursor
  between the two."
    :group 'idlwave-completion
***************
*** 913,919 ****
  ")
    "*A list (PATHNAME STRING) specifying the doc-header template to use for
  summarizing a file. If PATHNAME is non-nil then this file will be included.
! Otherwise STRING is used. If NIL, the file summary will be omitted.
  For example you might set PATHNAME to the path for the
  lib_template.pro file included in the IDL distribution.")
  
--- 913,919 ----
  ")
    "*A list (PATHNAME STRING) specifying the doc-header template to use for
  summarizing a file. If PATHNAME is non-nil then this file will be included.
! Otherwise STRING is used. If nil, the file summary will be omitted.
  For example you might set PATHNAME to the path for the
  lib_template.pro file included in the IDL distribution.")
  



reply via email to

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