emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/idlwave 67eaaf945d 161/360: *** empty log message ***


From: ELPA Syncer
Subject: [elpa] externals/idlwave 67eaaf945d 161/360: *** empty log message ***
Date: Sun, 28 Apr 2024 00:59:19 -0400 (EDT)

branch: externals/idlwave
commit 67eaaf945d7424ca2e3bb907e8c9daac66b2fc26
Author: jdsmith <jdsmith>
Commit: jdsmith <jdsmith>

    *** empty log message ***
---
 README                     | 20 ++++++++------------
 idlw-complete-structtag.el |  6 +++---
 2 files changed, 11 insertions(+), 15 deletions(-)

diff --git a/README b/README
index 3c3fa8f620..52c1f00261 100644
--- a/README
+++ b/README
@@ -12,28 +12,24 @@ lpath.el            A file needed to compile the lisp files
 
 idlwave.el          The Lisp code for idlwave-mode
 idlw-shell.el       The Lisp code for idlwave-shell-mode
-idlw-rinfo.el       The Lisp constant for routine-info and help links
 idlw-help.el        The Lisp code for the help system
 idlw-toolbar.el     The Lisp code for the toolbar
 idlw-complete-structtag.el 
                    The Lisp code for optional structure tag completion
-idlw-roprompt.el    The Lisp code for the optional read-only prompt
+idlw-roprompt.el    The Lisp code for the optional read-only prompt 
+                   (unnecessary with Emacs >= 22)
 
 idlwave.texi        The TeX-Info documentation source
-idlwave    \
-idlwave-1   >       The Info files (the documentation in Info format)
-idlwave-2  /
-idlwave-3 /
+idlwave             The Info files (the documentation in Info format)
 
-idlwave_catalog     A Perl program to produce library catalog 
+idlwave_catalog     A Perl program to produce your own library catalog 
                     ".idlwave_catalog" files.
-get_html_rinfo      A Perl program to scan the IDL documentation and
-                    produce several files used by IDLWAVE online help.
 
-tutorial.pro        Intentionally buggy source code for the tutorial.  
-                    See the`Getting Started' section in the manual.
+tutorial.pro        Intentionally buggy practice source code for the 
+                   tutorial.  See the`Getting Started' section in the 
+                   manual.
 
 The most recent version of IDLWAVE and associated help files are
 available at:
 
-    http://idlwave.org
\ No newline at end of file
+    http://idlwave.org
diff --git a/idlw-complete-structtag.el b/idlw-complete-structtag.el
index d13aed75d8..58fa0cfe81 100644
--- a/idlw-complete-structtag.el
+++ b/idlw-complete-structtag.el
@@ -1,10 +1,10 @@
 ;;; idlw-complete-structtag.el --- Completion of structure tags.
-;; Copyright (c) 2001,2002 Free Software Foundation
+;; Copyright (c) 2001,2002,2003,2004,2005,2006 Free Software Foundation
 
 ;; Author: Carsten Dominik <dominik@astro.uva.nl>
 ;; Maintainer: J.D. Smith <jdsmith@as.arizona.edu>
 ;; Version: 1.2
-;; Date: $Date: 2006/01/09 19:36:56 $
+;; Date: $Date: 2006/02/20 01:32:10 $
 ;; Keywords: languages
 
 ;; This file is part of GNU Emacs.
@@ -106,7 +106,7 @@
 (add-hook 'idlwave-update-rinfo-hook 'idlwave-structtag-reset)
 
 ;;; The main code follows below
-
+(defvar idlwave-completion-help-info)
 (defun idlwave-complete-structure-tag ()
   "Complete a structure tag.
 This works by looking in the current file for a structure assignment to a



reply via email to

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