emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/supercite.el


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/supercite.el
Date: Mon, 04 Apr 2005 05:19:51 -0400

Index: emacs/lisp/mail/supercite.el
diff -c emacs/lisp/mail/supercite.el:1.42 emacs/lisp/mail/supercite.el:1.43
*** emacs/lisp/mail/supercite.el:1.42   Mon Mar 28 20:02:54 2005
--- emacs/lisp/mail/supercite.el        Mon Apr  4 09:19:51 2005
***************
*** 1866,1875 ****
  
  (define-minor-mode sc-minor-mode
    "Supercite minor mode."
!   nil (" SC" (sc-auto-fill-region-p
!             (":f" (sc-fixup-whitespace-p "w"))
!             (sc-fixup-whitespace-p ":w")))
!   `((,sc-mode-map-prefix . ,sc-mode-map)))
  
  ;;;###autoload
  (defun sc-cite-original ()
--- 1866,1876 ----
  
  (define-minor-mode sc-minor-mode
    "Supercite minor mode."
!   :group 'supercite
!   :lighter (" SC" (sc-auto-fill-region-p
!                  (":f" (sc-fixup-whitespace-p "w"))
!                  (sc-fixup-whitespace-p ":w")))
!   :keymap `((,sc-mode-map-prefix . ,sc-mode-map)))
  
  ;;;###autoload
  (defun sc-cite-original ()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]