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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/idlwave.el [lexbind]
Date: Tue, 14 Oct 2003 19:30:28 -0400

Index: emacs/lisp/progmodes/idlwave.el
diff -c emacs/lisp/progmodes/idlwave.el:3.17.2.1 
emacs/lisp/progmodes/idlwave.el:3.17.2.2
*** emacs/lisp/progmodes/idlwave.el:3.17.2.1    Fri Apr  4 01:20:35 2003
--- emacs/lisp/progmodes/idlwave.el     Tue Oct 14 19:30:17 2003
***************
*** 5,11 ****
  ;;         Chris Chase <address@hidden>
  ;; Maintainer: J.D. Smith <address@hidden>
  ;; Version: 4.15
! ;; Date: $Date: 2003/04/04 06:20:35 $
  ;; 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/10/14 23:30:17 $
  ;; Keywords: languages
  
  ;; This file is part of GNU Emacs.
***************
*** 1399,1405 ****
  ;; Note that this is documented in the v18 manuals as being a string
  ;; of length one rather than a single character.
  ;; The code in this file accepts either format for compatibility.
! (defvar idlwave-comment-indent-char ?\
    "Character to be inserted for IDL comment indentation.
  Normally a space.")
  
--- 1399,1405 ----
  ;; Note that this is documented in the v18 manuals as being a string
  ;; of length one rather than a single character.
  ;; The code in this file accepts either format for compatibility.
! (defvar idlwave-comment-indent-char ?\s
    "Character to be inserted for IDL comment indentation.
  Normally a space.")
  
***************
*** 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)
***************
*** 8251,8254 ****
--- 8251,8255 ----
  
  (provide 'idlwave)
  
+ ;;; arch-tag: f77f3b0c-c37c-424f-a328-0886fd42b6fb
  ;;; idlwave.el ends here




reply via email to

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