Changeset 3863 for trunk/lisp/gnus/message.el
- Timestamp:
- 09/10/05 10:16:00 (3 years ago)
- Files:
-
- trunk/lisp/gnus/message.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/gnus/message.el
r3809 r3863 6632 6632 :group 'message 6633 6633 :link '(custom-manual "(message)Various Commands") 6634 :type 'function) 6634 :type '(choice (const nil) 6635 function)) 6635 6636 6636 6637 (defun message-tab ()
