X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/d501f51645d966e8fe2febba698779996b33eb21..9be978bae493d941d9eafca66a6bac602373e3a3:/lisp/unused.el diff --git a/lisp/unused.el b/lisp/unused.el index 9b7eea4304..1cb956b213 100644 --- a/lisp/unused.el +++ b/lisp/unused.el @@ -1,8 +1,17 @@ ;;; unused.el --- editing commands in GNU Emacs that turned out not to be used. +;;; This file is in the public domain, as it was distributed in +;;; 1985 or 1986 without a copyright notice. Written by RMS. + +;; Maintainer: FSF +;; Keywords: emulations + +;;; Commentary: ;; These were added with an eye to making possible a more CCA-compatible ;; command set; but that turned out not to be interesting. +;;; Code: + (defun mark-beginning-of-buffer () "Set mark at the beginning of the buffer." (interactive)