emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Rajesh Vaidheeswarran
Subject: [Emacs-diffs] Changes to emacs/lisp/whitespace.el
Date: Tue, 13 May 2003 10:30:59 -0400

Index: emacs/lisp/whitespace.el
diff -c emacs/lisp/whitespace.el:1.22 emacs/lisp/whitespace.el:1.23
*** emacs/lisp/whitespace.el:1.22       Mon Dec  2 19:10:40 2002
--- emacs/lisp/whitespace.el    Tue May 13 10:30:58 2003
***************
*** 5,11 ****
  ;; Author: Rajesh Vaidheeswarran <address@hidden>
  ;; Keywords: convenience
  
! ;; $Id: whitespace.el,v 1.22 2002/12/03 00:10:40 schwab Exp $
  ;; This file is part of GNU Emacs.
  
  ;; GNU Emacs is free software; you can redistribute it and/or modify
--- 5,11 ----
  ;; Author: Rajesh Vaidheeswarran <address@hidden>
  ;; Keywords: convenience
  
! ;; $Id: whitespace.el,v 1.23 2003/05/13 14:30:58 rv Exp $
  ;; This file is part of GNU Emacs.
  
  ;; GNU Emacs is free software; you can redistribute it and/or modify
***************
*** 817,823 ****
  
  When this mode is active, `whitespace-buffer' is added to
  `find-file-hook' and `kill-buffer-hook'."
!   :global t :group 'whitespace
    (if whitespace-global-mode
        (progn
        (add-hook 'find-file-hook 'whitespace-buffer)
--- 817,825 ----
  
  When this mode is active, `whitespace-buffer' is added to
  `find-file-hook' and `kill-buffer-hook'."
!   :global t
!   :link '(emacs-commentary-link :tag "Commentary" "whitespace.el")
!   :group 'whitespace
    (if whitespace-global-mode
        (progn
        (add-hook 'find-file-hook 'whitespace-buffer)




reply via email to

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