Show
Ignore:
Timestamp:
02/15/06 21:20:13 (3 years ago)
Author:
miyoshi
Message:

Update.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-CVS_HEAD/lisp/cus-edit.el

    r4018 r4035  
    17211721  :button-face 'custom-link 
    17221722  :mouse-face 'highlight 
     1723  :pressed-face 'highlight 
    17231724  :tag "Manual") 
    17241725 
     
    22022203               widget (car links) 
    22032204               :button-face 'custom-link 
    2204                :mouse-face 'highlight) 
     2205               :mouse-face 'highlight 
     2206               :pressed-face 'highlight) 
    22052207              buttons) 
    22062208        (setq links (cdr links)) 
     
    22482250                      widget (car links) 
    22492251                      :button-face 'custom-link 
    2250                       :mouse-face 'highlight) 
     2252                      :mouse-face 'highlight 
     2253                      :pressed-face 'highlight) 
    22512254                     buttons) 
    22522255               (setq links (cdr links)) 
     
    35913594  :button-face 'custom-link 
    35923595  :mouse-face 'highlight 
     3596  :pressed-face 'highlight 
    35933597  :help-echo "Create customization buffer for this group." 
    35943598  :action 'custom-group-link-action) 
     
    43664370    (define-key map "n" 'widget-forward) 
    43674371    (define-key map "p" 'widget-backward) 
    4368     (define-key map [mouse-1] 'widget-move-and-invoke) 
    43694372    map) 
    43704373  "Keymap for `custom-mode'.") 
     
    44224425Complete content of editable text field.   \\[widget-complete] 
    44234426\\<custom-mode-map>\ 
    4424 Invoke button under the mouse pointer.     \\[widget-move-and-invoke
     4427Invoke button under the mouse pointer.     \\[widget-button-click
    44254428Invoke button under point.                 \\[widget-button-press] 
    44264429Set all options from current text.         \\[Custom-set]