/[emacs]/emacs/lisp/man.el
ViewVC logotype

Diff of /emacs/lisp/man.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.109 by monnier, Fri Nov 30 09:13:21 2001 UTC revision 1.110 by monnier, Fri Nov 30 21:56:46 2001 UTC
# Line 867  The following key bindings are currently Line 867  The following key bindings are currently
867    (goto-char (point-min))    (goto-char (point-min))
868    (let ((case-fold-search nil))    (let ((case-fold-search nil))
869      (while (re-search-forward Man-heading-regexp (point-max) t)      (while (re-search-forward Man-heading-regexp (point-max) t)
870        (aput 'Man-sections-alist (Man-match-substring 1))        (aput 'Man-sections-alist (match-string 1))
871        (forward-line 1))))        (forward-line 1))))
872    
873  (defsubst Man-build-references-alist ()  (defsubst Man-build-references-alist ()

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26