Mercurial > emacs
comparison lisp/misc.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 | 11218164bc54 |
children | 829beb9a6a4b |
comparison
equal
deleted
inserted
replaced
38411:2fc02d49a9a4 | 38412:253f761ad37b |
---|---|
18 | 18 |
19 ;; You should have received a copy of the GNU General Public License | 19 ;; You should have received a copy of the GNU General Public License |
20 ;; along with GNU Emacs; see the file COPYING. If not, write to the | 20 ;; along with GNU Emacs; see the file COPYING. If not, write to the |
21 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 21 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
22 ;; Boston, MA 02111-1307, USA. | 22 ;; Boston, MA 02111-1307, USA. |
23 | |
24 ;;; Commentary: | |
23 | 25 |
24 ;;; Code: | 26 ;;; Code: |
25 | 27 |
26 (defun copy-from-above-command (&optional arg) | 28 (defun copy-from-above-command (&optional arg) |
27 "Copy characters from previous nonblank line, starting just above point. | 29 "Copy characters from previous nonblank line, starting just above point. |