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: Fri, 06 Sep 2002 03:16:01 -0400

Index: emacs/lisp/progmodes/idlwave.el
diff -c emacs/lisp/progmodes/idlwave.el:3.19 
emacs/lisp/progmodes/idlwave.el:3.20
*** emacs/lisp/progmodes/idlwave.el:3.19        Fri Aug 30 07:02:31 2002
--- emacs/lisp/progmodes/idlwave.el     Fri Sep  6 03:16:01 2002
***************
*** 5,11 ****
  ;;         Chris Chase <address@hidden>
  ;; Maintainer: J.D. Smith <address@hidden>
  ;; Version: 4.14
! ;; Date: $Date: 2002/08/30 11:02:31 $
  ;; Keywords: languages
  
  ;; This file is part of GNU Emacs.
--- 5,11 ----
  ;;         Chris Chase <address@hidden>
  ;; Maintainer: J.D. Smith <address@hidden>
  ;; Version: 4.14
! ;; Date: $Date: 2002/09/06 07:16:01 $
  ;; Keywords: languages
  
  ;; This file is part of GNU Emacs.
***************
*** 604,610 ****
  
  (defcustom idlwave-support-inheritance t
    "Non-nil means, treat inheritance with completion, online help etc.
! When nil,  IDLWAVE only knows about the native methods and tags of a class,
  not about inherited ones."
    :group 'idlwave-routine-info
    :type 'boolean)
--- 604,610 ----
  
  (defcustom idlwave-support-inheritance t
    "Non-nil means, treat inheritance with completion, online help etc.
! When nil, IDLWAVE only knows about the native methods and tags of a class,
  not about inherited ones."
    :group 'idlwave-routine-info
    :type 'boolean)
***************
*** 7664,7670 ****
  (defun idlwave-routine-entry-compare (a b)
    "Compare two routine info entries for sortiung.  This is the general case.
  It first compates class, names, and type.  If it turns out that A and B
! are twins (same name, class, and type),  calls another routine which
  compares twins on the basis of their file names and path locations."
    (let ((name (car a)) (type (nth 1 a)) (class (nth 2 a)))
      (cond
--- 7664,7670 ----
  (defun idlwave-routine-entry-compare (a b)
    "Compare two routine info entries for sortiung.  This is the general case.
  It first compates class, names, and type.  If it turns out that A and B
! are twins (same name, class, and type), calls another routine which
  compares twins on the basis of their file names and path locations."
    (let ((name (car a)) (type (nth 1 a)) (class (nth 2 a)))
      (cond




reply via email to

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