comparison lisp/unused.el @ 773:9c89fd7ddd41

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Tue, 14 Jul 1992 19:42:01 +0000
parents fec3f9a1e3e5
children 38b2499cb3e9
comparison
equal deleted inserted replaced
772:2b5af16c9af3 773:9c89fd7ddd41
1 ;;; unused.el --- editing commands in GNU Emacs that turned out not to be used. 1 ;;; unused.el --- editing commands in GNU Emacs that turned out not to be used.
2
3 ;; Maintainer: FSF
4 ;; Last-Modified: 14 Dec 1985
5
6 ;;; Commentary:
2 7
3 ;; These were added with an eye to making possible a more CCA-compatible 8 ;; These were added with an eye to making possible a more CCA-compatible
4 ;; command set; but that turned out not to be interesting. 9 ;; command set; but that turned out not to be interesting.
10
11 ;;; Code:
5 12
6 (defun mark-beginning-of-buffer () 13 (defun mark-beginning-of-buffer ()
7 "Set mark at the beginning of the buffer." 14 "Set mark at the beginning of the buffer."
8 (interactive) 15 (interactive)
9 (push-mark (point-min))) 16 (push-mark (point-min)))