Mercurial > hg > xemacs-beta
diff lisp/utils/edmacro.el @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 59463afc5666 |
children | 0132846995bd |
line wrap: on
line diff
--- a/lisp/utils/edmacro.el Mon Aug 13 09:38:27 2007 +0200 +++ b/lisp/utils/edmacro.el Mon Aug 13 09:39:39 2007 +0200 @@ -5,7 +5,7 @@ ;; Author: Dave Gillespie <daveg@synaptics.com> ;; Hrvoje Niksic <hniksic@srce.hr> -- XEmacs port ;; Maintainer: Hrvoje Niksic <hniksic@srce.hr> -;; Version: 3.14 +;; Version: 3.15 ;; Keywords: abbrev ;; This file is part of XEmacs. @@ -655,6 +655,7 @@ (while keys (when (or (eq (car keys) ?-) (eq (car keys) '-) + (eq (car keys) ?>) (not (or togetherp (eq start keys)))) (callf concat res " ")) (if (> times 1)