diff options
Diffstat (limited to 'lisp/simple.el')
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index c3e7c49e194..f318d496776 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -1610,7 +1610,7 @@ Go to the history element by the absolute history position HIST-POS." | |||
| 1610 | 1610 | ||
| 1611 | 1611 | ||
| 1612 | ;Put this on C-x u, so we can force that rather than C-_ into startup msg | 1612 | ;Put this on C-x u, so we can force that rather than C-_ into startup msg |
| 1613 | (defalias 'advertised-undo 'undo) | 1613 | (define-obsolete-function-alias 'advertised-undo 'undo "23.2") |
| 1614 | 1614 | ||
| 1615 | (defconst undo-equiv-table (make-hash-table :test 'eq :weakness t) | 1615 | (defconst undo-equiv-table (make-hash-table :test 'eq :weakness t) |
| 1616 | "Table mapping redo records to the corresponding undo one. | 1616 | "Table mapping redo records to the corresponding undo one. |