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/octave-hlp.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/octave-hlp.el
Date: Fri, 04 Apr 2003 01:22:53 -0500

Index: emacs/lisp/progmodes/octave-hlp.el
diff -c emacs/lisp/progmodes/octave-hlp.el:1.4 
emacs/lisp/progmodes/octave-hlp.el:1.5
*** emacs/lisp/progmodes/octave-hlp.el:1.4      Sun Apr 20 03:26:38 1997
--- emacs/lisp/progmodes/octave-hlp.el  Tue Feb  4 08:24:35 2003
***************
*** 80,86 ****
  The files specified by `octave-help-files' are searched."
    (if octave-help-lookup-alist
        ()
!     (message "Building help lookup alist...")    
      (let ((files octave-help-files) file key node)
        (save-window-excursion
        (while files
--- 80,86 ----
  The files specified by `octave-help-files' are searched."
    (if octave-help-lookup-alist
        ()
!     (message "Building help lookup alist...")
      (let ((files octave-help-files) file key node)
        (save-window-excursion
        (while files
***************
*** 127,133 ****
        (add-to-list 'octave-help-completion-alist
                     (cons (car entry) (car entry)))
        (setq alist (cdr alist))))
!     (message "Building help completion alist...done"))    
    octave-help-completion-alist)
  
  ;;; provide ourself
--- 127,133 ----
        (add-to-list 'octave-help-completion-alist
                     (cons (car entry) (car entry)))
        (setq alist (cdr alist))))
!     (message "Building help completion alist...done"))
    octave-help-completion-alist)
  
  ;;; provide ourself




reply via email to

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