diff options
Diffstat (limited to 'lisp/simple.el')
-rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 07ac2cc6388..00693b3bb56 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -165,7 +165,7 @@ If non-nil, the value is passed directly to `recenter'." (defvar next-error-highlight-timer nil) (defvar next-error-overlay-arrow-position nil) -(put 'next-error-overlay-arrow-position 'overlay-arrow-string "=>") +(put 'next-error-overlay-arrow-position 'overlay-arrow-string (purecopy "=>")) (add-to-list 'overlay-arrow-variable-list 'next-error-overlay-arrow-position) (defvar next-error-last-buffer nil |