/[emacs]/emacs/lisp/menu-bar.el
ViewVC logotype

Diff of /emacs/lisp/menu-bar.el

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

revision 1.209 by miles, Tue Apr 23 14:31:59 2002 UTC revision 1.210 by schwab, Tue Apr 23 15:16:00 2002 UTC
# Line 352  A large number or nil slows down menu re Line 352  A large number or nil slows down menu re
352                :help "Find function/variables whose names match regexp"))                :help "Find function/variables whose names match regexp"))
353  (define-key menu-bar-goto-menu [next-tag-otherw]  (define-key menu-bar-goto-menu [next-tag-otherw]
354    '(menu-item "Next Tag in Other Window"    '(menu-item "Next Tag in Other Window"
355                (function (lambda () (find-tag-other-window nil t)))                (lambda () (interactive)  (find-tag-other-window nil t))
356                :enable (and (boundp 'tags-location-ring)                :enable (and (boundp 'tags-location-ring)
357                             (not (ring-empty-p tags-location-ring)))                             (not (ring-empty-p tags-location-ring)))
358                :help "Find next function/variable matching last tag name in another window"))                :help "Find next function/variable matching last tag name in another window"))
359  (define-key menu-bar-goto-menu [next-tag]  (define-key menu-bar-goto-menu [next-tag]
360    '(menu-item "Find Next Tag"    '(menu-item "Find Next Tag"
361                (function (lambda () (find-tag nil t)))                (lambda () (interactive) (find-tag nil t))
362                :enable (and (boundp 'tags-location-ring)                :enable (and (boundp 'tags-location-ring)
363                             (not (ring-empty-p tags-location-ring)))                             (not (ring-empty-p tags-location-ring)))
364                :help "Find next function/variable matching last tag name"))                :help "Find next function/variable matching last tag name"))

Legend:
Removed from v.1.209  
changed lines
  Added in v.1.210

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