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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlwave.el
Date: Tue, 06 May 2003 13:40:52 -0400

Index: emacs/lisp/progmodes/idlwave.el
diff -c emacs/lisp/progmodes/idlwave.el:3.24 
emacs/lisp/progmodes/idlwave.el:3.25
*** emacs/lisp/progmodes/idlwave.el:3.24        Fri Feb 14 04:59:13 2003
--- emacs/lisp/progmodes/idlwave.el     Tue May  6 13:40:52 2003
***************
*** 5,11 ****
  ;;         Chris Chase <address@hidden>
  ;; Maintainer: J.D. Smith <address@hidden>
  ;; Version: 4.15
! ;; Date: $Date: 2003/02/14 09:59:13 $
  ;; Keywords: languages
  
  ;; This file is part of GNU Emacs.
--- 5,11 ----
  ;;         Chris Chase <address@hidden>
  ;; Maintainer: J.D. Smith <address@hidden>
  ;; Version: 4.15
! ;; Date: $Date: 2003/05/06 17:40:52 $
  ;; Keywords: languages
  
  ;; This file is part of GNU Emacs.
***************
*** 5272,5280 ****
    "List of special completion functions.
  These functions are called for each completion.  Each function must check
  if its own special completion context is present.  If yes, it should
! use `idlwave-complete-in-buffer' to do some completion and return `t'.
! If such a function returns `t', *no further* attempts to complete
! other contexts will be done.  If the function returns `nil', other completions
  will be tried.")
  
  (defun idlwave-call-special (functions &rest args)
--- 5272,5280 ----
    "List of special completion functions.
  These functions are called for each completion.  Each function must check
  if its own special completion context is present.  If yes, it should
! use `idlwave-complete-in-buffer' to do some completion and return t.
! If such a function returns t, *no further* attempts to complete
! other contexts will be done.  If the function returns nil, other completions
  will be tried.")
  
  (defun idlwave-call-special (functions &rest args)




reply via email to

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