Variable: copyright-at-end-flag

copyright-at-end-flag is a customizable variable defined in copyright.el.gz.

Value

nil

Documentation

Non-nil means to search backwards from the end of the buffer for copyright.

This is useful for ChangeLogs.

This variable was added, or its default value changed, in Emacs 23.1.

Probably introduced at or before Emacs version 23.1.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/copyright.el.gz
(defcustom copyright-at-end-flag nil
  "Non-nil means to search backwards from the end of the buffer for copyright.
This is useful for ChangeLogs."
  :type 'boolean
  :version "23.1")