aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/register.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/register.el')
-rw-r--r--lisp/register.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/register.el b/lisp/register.el
index ad65d4b740..17c804afbd 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.