mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(idlwave-support-inheritance, idlwave-routine-entry-compare): Fix spacing.
This commit is contained in:
parent
e7fea150cd
commit
cef6cafe48
1 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
;; Chris Chase <chase@att.com>
|
||||
;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
|
||||
;; Version: 4.14
|
||||
;; Date: $Date: 2002/07/18 18:58:07 $
|
||||
;; Date: $Date: 2002/08/30 11:02:31 $
|
||||
;; Keywords: languages
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
|
@ -604,7 +604,7 @@ This option is only effective when the online help system is installed."
|
|||
|
||||
(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,
|
||||
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,7 +7664,7 @@ routines are implemented as library routines."
|
|||
(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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue