comparison lisp/simple.el @ 45078:829beb9a6a4b

Follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 02 May 2002 05:41:46 +0000
parents 6e3c5d67f0fe
children 453e599fd7f8
comparison
equal deleted inserted replaced
45077:a34463090ca3 45078:829beb9a6a4b
1 ;;; simple.el --- basic editing commands for Emacs 1 ;;; simple.el --- basic editing commands for Emacs
2 2
3 ;; Copyright (C) 1985, 86, 87, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002 3 ;; Copyright (C) 1985, 86, 87, 93, 94, 95, 96, 97, 98, 99, 2000, 2001, 2002
4 ;; Free Software Foundation, Inc. 4 ;; Free Software Foundation, Inc.
5
6 ;; Maintainer: FSF
7 ;; Keywords: internal
5 8
6 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
7 10
8 ;; 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
9 ;; 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