aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/savehist.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/savehist.el')
-rw-r--r--lisp/savehist.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/savehist.el b/lisp/savehist.el
index 03f0889ef58..8f46adbeb95 100644
--- a/lisp/savehist.el
+++ b/lisp/savehist.el
@@ -235,7 +235,7 @@ Be careful to do it while preserving the current history data."
235 ;; effectively destroy the user's data at the next save. 235 ;; effectively destroy the user's data at the next save.
236 (setq savehist-mode nil) 236 (setq savehist-mode nil)
237 (savehist-uninstall) 237 (savehist-uninstall)
238 (signal (car errvar) (cdr errvar)))) 238 (signal errvar)))
239 239
240 ;; In case we're loading the file late, there was info in the history 240 ;; In case we're loading the file late, there was info in the history
241 ;; variables that may have been overwritten by the info extracted from 241 ;; variables that may have been overwritten by the info extracted from