Changeset 4035 for vendor/emacs-CVS_HEAD/lisp/cus-edit.el
- Timestamp:
- 02/15/06 21:20:13 (3 years ago)
- Files:
-
- vendor/emacs-CVS_HEAD/lisp/cus-edit.el (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
vendor/emacs-CVS_HEAD/lisp/cus-edit.el
r4018 r4035 1721 1721 :button-face 'custom-link 1722 1722 :mouse-face 'highlight 1723 :pressed-face 'highlight 1723 1724 :tag "Manual") 1724 1725 … … 2202 2203 widget (car links) 2203 2204 :button-face 'custom-link 2204 :mouse-face 'highlight) 2205 :mouse-face 'highlight 2206 :pressed-face 'highlight) 2205 2207 buttons) 2206 2208 (setq links (cdr links)) … … 2248 2250 widget (car links) 2249 2251 :button-face 'custom-link 2250 :mouse-face 'highlight) 2252 :mouse-face 'highlight 2253 :pressed-face 'highlight) 2251 2254 buttons) 2252 2255 (setq links (cdr links)) … … 3591 3594 :button-face 'custom-link 3592 3595 :mouse-face 'highlight 3596 :pressed-face 'highlight 3593 3597 :help-echo "Create customization buffer for this group." 3594 3598 :action 'custom-group-link-action) … … 4366 4370 (define-key map "n" 'widget-forward) 4367 4371 (define-key map "p" 'widget-backward) 4368 (define-key map [mouse-1] 'widget-move-and-invoke)4369 4372 map) 4370 4373 "Keymap for `custom-mode'.") … … 4422 4425 Complete content of editable text field. \\[widget-complete] 4423 4426 \\<custom-mode-map>\ 4424 Invoke button under the mouse pointer. \\[widget- move-and-invoke]4427 Invoke button under the mouse pointer. \\[widget-button-click] 4425 4428 Invoke button under point. \\[widget-button-press] 4426 4429 Set all options from current text. \\[Custom-set]
