diff lisp/undo-stack.el @ 223:2c611d1463a6 r20-4b10

Import from CVS: tag r20-4b10
author cvs
date Mon, 13 Aug 2007 10:10:54 +0200
parents 41ff10fd062f
children 677f6a0ee643
line wrap: on
line diff
--- a/lisp/undo-stack.el	Mon Aug 13 10:10:03 2007 +0200
+++ b/lisp/undo-stack.el	Mon Aug 13 10:10:54 2007 +0200
@@ -129,7 +129,7 @@
 
 ;;; Code:
 
-(define-error 'trunc-stack-bottom "Bottom of stack reached.")
+(define-error 'trunc-stack-bottom "Bottom of stack reached")
 
 (defsubst trunc-stack-stack (stack)
   ;; return the list representing the trunc-stack's elements.