GNU bug report logs - #2750
[PATCH] Emacs CVS: desktop.el: (desktop-globals-to-save): Add file-name-history

Previous Next

Package: emacs;

Reported by: Jari Aalto <jari.aalto <at> cante.net>

Date: Sun, 22 Mar 2009 19:25:04 UTC

Severity: minor

Tags: patch

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Jari Aalto <jari.aalto <at> cante.net>
To: Emacs bug BTS <submit <at> debbugs.gnu.org>
Subject: [PATCH] Emacs CVS: desktop.el: (desktop-globals-to-save): Add file-name-history
Date: Sun, 22 Mar 2009 21:19:56 +0200
[Message part 1 (text/plain, inline)]
2009-03-22  Jari Aalto  <jari.aalto <at> cante.net>

        * desktop.el (desktop-globals-to-save): Add file-name-history.

[0001-lisp-desktop.el-desktop-globals-to-save-Add-file.patch (text/x-diff, inline)]
From efe5fb25d415261a1ab4817f1c44596ed48bed69 Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto <at> cante.net>
Date: Sun, 22 Mar 2009 21:18:22 +0200
Subject: [PATCH] lisp/desktop.el: (desktop-globals-to-save): Add file-name-history

---
 lisp/desktop.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lisp/desktop.el b/lisp/desktop.el
index b74f62b..237e1a3 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
-- 
1.6.1.3


This bug report was last modified 15 years and 311 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.