comparison lisp/jka-compr.el @ 38412:253f761ad37b

Some fixes to follow coding conventions in files maintained by FSF.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 16:15:35 +0000
parents b7a670811d36
children 79ed34b0c0df
comparison
equal deleted inserted replaced
38411:2fc02d49a9a4 38412:253f761ad37b
21 ;; You should have received a copy of the GNU General Public License 21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING. If not, write to the 22 ;; along with GNU Emacs; see the file COPYING. If not, write to the
23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 23 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
24 ;; Boston, MA 02111-1307, USA. 24 ;; Boston, MA 02111-1307, USA.
25 25
26 ;;; Commentary: 26 ;;; Commentary:
27 27
28 ;; This package implements low-level support for reading, writing, 28 ;; This package implements low-level support for reading, writing,
29 ;; and loading compressed files. It hooks into the low-level file 29 ;; and loading compressed files. It hooks into the low-level file
30 ;; I/O functions (including write-region and insert-file-contents) so 30 ;; I/O functions (including write-region and insert-file-contents) so
31 ;; that they automatically compress or uncompress a file if the file 31 ;; that they automatically compress or uncompress a file if the file
915 (put 'with-auto-compression-mode 'lisp-indent-function 0) 915 (put 'with-auto-compression-mode 'lisp-indent-function 0)
916 916
917 917
918 (provide 'jka-compr) 918 (provide 'jka-compr)
919 919
920 ;; jka-compr.el ends here. 920 ;;; jka-compr.el ends here