diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2009-07-05 05:14:27 +0000 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2009-07-05 05:14:27 +0000 |
| commit | c760f19ee6ebba17cf8b14a071dc6b0dbac8d4a7 (patch) | |
| tree | a45ffe98239baaf36623b9d7046df45e4fa487de /lisp | |
| parent | 6d00ce0472d1f99c6c473c34a14044c37dd3b9f4 (diff) | |
| download | emacs-c760f19ee6ebba17cf8b14a071dc6b0dbac8d4a7.tar.gz | |
* desktop.el (desktop-globals-to-save): Add file-name-history (Bug#2750).
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/desktop.el | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f888ffabc2e..4cb1536bce3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-03-22 Jari Aalto <jari.aalto@cante.net> + + * desktop.el (desktop-globals-to-save): Add + file-name-history (Bug#2750). + 2009-07-05 Chong Yidong <cyd@stupidchicken.com> * add-log.el (add-log-current-defun-header-regexp): Doc diff --git a/lisp/desktop.el b/lisp/desktop.el index a05592317f0..1085356b85f 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -276,7 +276,8 @@ for example." tags-table-list search-ring regexp-search-ring - register-alist) + register-alist + file-name-history) "List of global variables saved by `desktop-save'. An element may be variable name (a symbol) or a cons cell of the form \(VAR . MAX-SIZE), which means to truncate VAR's value to at most |
