]> code.delx.au - gnu-emacs/blobdiff - lisp/calc/calc-undo.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / calc / calc-undo.el
index 222d8976ea409562e2eb27b7801fb034830ebb2a..b618f1de641df1d080eded8e932897f336406ca5 100644 (file)
@@ -1,10 +1,8 @@
 ;;; calc-undo.el --- undo functions for Calc
 
-;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 1990-1993, 2001-2016 Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <daveg@synaptics.com>
-;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
 
 ;; This file is part of GNU Emacs.
 
@@ -32,6 +30,7 @@
 
 ;;; Undo.
 
+;;;###autoload
 (defun calc-undo (n)
   (interactive "p")
   (when calc-executing-macro
 
 (provide 'calc-undo)
 
-;; arch-tag: eeb485d2-fb3d-454a-9d79-450af1f50d6c
 ;;; calc-undo.el ends here