comparison lisp/desktop.el @ 103723:a18909b5a393

* desktop.el (desktop-globals-to-save): Add file-name-history (Bug#2750).
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 05 Jul 2009 05:14:27 +0000
parents 33bfc7807109
children b80dd52f140c
comparison
equal deleted inserted replaced
103722:6b137b54c7d3 103723:a18909b5a393
274 '(desktop-missing-file-warning 274 '(desktop-missing-file-warning
275 tags-file-name 275 tags-file-name
276 tags-table-list 276 tags-table-list
277 search-ring 277 search-ring
278 regexp-search-ring 278 regexp-search-ring
279 register-alist) 279 register-alist
280 file-name-history)
280 "List of global variables saved by `desktop-save'. 281 "List of global variables saved by `desktop-save'.
281 An element may be variable name (a symbol) or a cons cell of the form 282 An element may be variable name (a symbol) or a cons cell of the form
282 \(VAR . MAX-SIZE), which means to truncate VAR's value to at most 283 \(VAR . MAX-SIZE), which means to truncate VAR's value to at most
283 MAX-SIZE elements (if the value is a list) before saving the value. 284 MAX-SIZE elements (if the value is a list) before saving the value.
284 Feature: Saving `kill-ring' implies saving `kill-ring-yank-pointer'." 285 Feature: Saving `kill-ring' implies saving `kill-ring-yank-pointer'."