# HG changeset patch # User Dave Love # Date 963508831 0 # Node ID 835820e0df08d1ed9296b0f22cf0b695e93587b5 # Parent e0a3b434c7888d579f27b6f5bf342cfd51cbbb37 (fortran-imenu-generic-expression): Change definition layout. (fortran-mode-menu): Reinstate customize entries. diff -r e0a3b434c788 -r 835820e0df08 lisp/progmodes/fortran.el --- a/lisp/progmodes/fortran.el Thu Jul 13 17:06:15 2000 +0000 +++ b/lisp/progmodes/fortran.el Thu Jul 13 17:20:31 2000 +0000 @@ -378,17 +378,19 @@ (list (list nil - ;; Lines below are: 1. leading whitespace; 2. function - ;; declaration with optional type, e.g. `real', `real*4', - ;; character(*), `double precision' and possible statement - ;; continuation; 3. untyped declarations; 4. the variable to - ;; index. [This will be fooled by `end function' allowed by G77. - ;; Also, it assumes sensible whitespace is employed.] - (concat "^\\s-+\\(\ -\\(\\sw\\|\\s-\\|[*()+]\\)*\ -\\