diff options
Diffstat (limited to 'lisp/cedet/srecode/map.el')
-rw-r--r-- | lisp/cedet/srecode/map.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/map.el b/lisp/cedet/srecode/map.el index 3f891092d7d..d6613ee1b02 100644 --- a/lisp/cedet/srecode/map.el +++ b/lisp/cedet/srecode/map.el @@ -297,7 +297,7 @@ if that file is NEW, otherwise assume the mode has not changed." (when (not srecode-current-map) (condition-case nil (setq srecode-current-map - (eieio-persistent-read srecode-map-save-file)) + (eieio-persistent-read srecode-map-save-file srecode-map)) (error ;; There was an error loading the old map. Create a new one. (setq srecode-current-map |