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

Diff of /emacs/lisp/info.el

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

revision 1.280 by miles, Thu Oct 11 01:19:49 2001 UTC revision 1.281 by gerd, Tue Oct 23 16:24:16 2001 UTC
# Line 2583  the variable `Info-file-list-for-emacs'. Line 2583  the variable `Info-file-list-for-emacs'.
2583                                               ("Up" . Info-up))))))                                               ("Up" . Info-up))))))
2584                    (when fun                    (when fun
2585                      (let ((keymap (make-sparse-keymap)))                      (let ((keymap (make-sparse-keymap)))
2586                        (define-key keymap [header-line mouse-1] fun)                        (define-key keymap [header-line down-mouse-1] fun)
2587                        (define-key keymap [header-line mouse-2] fun)                        (define-key keymap [header-line down-mouse-2] fun)
2588                        (put-text-property tbeg nend 'local-map keymap))))                        (put-text-property tbeg nend 'local-map keymap))))
2589                  ))))                  ))))
2590          (goto-char (point-min))          (goto-char (point-min))

Legend:
Removed from v.1.280  
changed lines
  Added in v.1.281

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