/[emacs]/emacs/lisp/mail/supercite.el
ViewVC logotype

Diff of /emacs/lisp/mail/supercite.el

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

revision 1.42 by monnier, Mon Mar 28 20:02:54 2005 UTC revision 1.43 by lute, Mon Apr 4 09:19:51 2005 UTC
# Line 1866  Note on function names in this list: all Line 1866  Note on function names in this list: all
1866    
1867  (define-minor-mode sc-minor-mode  (define-minor-mode sc-minor-mode
1868    "Supercite minor mode."    "Supercite minor mode."
1869    nil (" SC" (sc-auto-fill-region-p    :group 'supercite
1870                (":f" (sc-fixup-whitespace-p "w"))    :lighter (" SC" (sc-auto-fill-region-p
1871                (sc-fixup-whitespace-p ":w")))                     (":f" (sc-fixup-whitespace-p "w"))
1872    `((,sc-mode-map-prefix . ,sc-mode-map)))                     (sc-fixup-whitespace-p ":w")))
1873      :keymap `((,sc-mode-map-prefix . ,sc-mode-map)))
1874    
1875  ;;;###autoload  ;;;###autoload
1876  (defun sc-cite-original ()  (defun sc-cite-original ()

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

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