# HG changeset patch # User Richard M. Stallman # Date 870290953 0 # Node ID 192305191a1f2efdd9a71f1a598df9dbcbf48c24 # Parent a2853a75ce572888abd7c47dc94c3eee28576313 (uniquify-buffer-name-style): Fix typo. diff -r a2853a75ce57 -r 192305191a1f lisp/uniquify.el --- a/lisp/uniquify.el Wed Jul 30 18:15:19 1997 +0000 +++ b/lisp/uniquify.el Wed Jul 30 19:29:13 1997 +0000 @@ -104,7 +104,7 @@ :type '(radio (const forward) (const reverse) (const post-forward) - (const podt-forward-angle-brackets) + (const post-forward-angle-brackets) (const :tag "standard Emacs behavior (nil)" nil)) :group 'uniquify)