diff options
Diffstat (limited to 'lisp/register.el')
-rw-r--r-- | lisp/register.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/register.el b/lisp/register.el index ad65d4b7401..17c804afbd9 100644 --- a/lisp/register.el +++ b/lisp/register.el @@ -233,7 +233,7 @@ The Lisp value REGISTER is a character." (progn (princ "the text:\n") (princ val)) - (cond + (cond ;; Extract first N characters starting with first non-whitespace. ((string-match (format "[^ \t\n].\\{,%d\\}" ;; Deduct 6 for the spaces inserted below. |