comparison lisp/whitespace.el @ 88123:375f2633d815

New directory
author Kenichi Handa <handa@m17n.org>
date Mon, 08 Sep 2003 11:56:09 +0000
parents 695cf19ef79e
children 68c22ea6027c
comparison
equal deleted inserted replaced
52428:27bc8b966642 88123:375f2633d815
3 ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc. 3 ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
4 4
5 ;; Author: Rajesh Vaidheeswarran <rv@gnu.org> 5 ;; Author: Rajesh Vaidheeswarran <rv@gnu.org>
6 ;; Keywords: convenience 6 ;; Keywords: convenience
7 7
8 ;; $Id: whitespace.el,v 1.25 2003/06/11 04:00:33 rv Exp $ 8 ;; $Id: whitespace.el,v 1.24 2003/06/11 03:50:45 rv Exp $
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
10 10
11 ;; GNU Emacs is free software; you can redistribute it and/or modify 11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by 12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option) 13 ;; the Free Software Foundation; either version 2, or (at your option)
849 (remove-hook 'find-file-hook 'whitespace-buffer) 849 (remove-hook 'find-file-hook 'whitespace-buffer)
850 (remove-hook 'write-file-functions 'whitespace-write-file-hook t) 850 (remove-hook 'write-file-functions 'whitespace-write-file-hook t)
851 (remove-hook 'kill-buffer-hook 'whitespace-buffer)) 851 (remove-hook 'kill-buffer-hook 'whitespace-buffer))
852 852
853 (provide 'whitespace) 853 (provide 'whitespace)
854
855 ;;; arch-tag: 4ff44e87-b63c-402d-95a6-15e51e58bd0c
856 ;;; whitespace.el ends here 854 ;;; whitespace.el ends here