emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/desktop.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/desktop.el
Date: Fri, 21 Oct 2005 04:48:54 -0400

Index: emacs/lisp/desktop.el
diff -c emacs/lisp/desktop.el:1.94 emacs/lisp/desktop.el:1.95
*** emacs/lisp/desktop.el:1.94  Wed Oct 12 09:16:35 2005
--- emacs/lisp/desktop.el       Fri Oct 21 08:48:53 2005
***************
*** 293,301 ****
  
  ;; We skip .log files because they are normally temporary.
  ;;         (ftp) files because they require passwords and whatnot.
- ;;         TAGS files to save time (tags-file-name is saved instead).
  (defcustom desktop-buffers-not-to-save
!   "\\(^nn\\.a[0-9]+\\|\\.log\\|(ftp)\\|^tags\\|^TAGS\\)$"
    "Regexp identifying buffers that are to be excluded from saving."
    :type 'regexp
    :group 'desktop)
--- 293,300 ----
  
  ;; We skip .log files because they are normally temporary.
  ;;         (ftp) files because they require passwords and whatnot.
  (defcustom desktop-buffers-not-to-save
!   "\\(^nn\\.a[0-9]+\\|\\.log\\|(ftp)\\)$"
    "Regexp identifying buffers that are to be excluded from saving."
    :type 'regexp
    :group 'desktop)
***************
*** 307,313 ****
    :type 'regexp
    :group 'desktop)
  
! (defcustom desktop-modes-not-to-save nil
    "List of major modes whose buffers should not be saved."
    :type '(repeat symbol)
    :group 'desktop)
--- 306,314 ----
    :type 'regexp
    :group 'desktop)
  
! ;; We skip TAGS files to save time (tags-file-name is saved instead).
! (defcustom desktop-modes-not-to-save
!   '(tags-table-mode)
    "List of major modes whose buffers should not be saved."
    :type '(repeat symbol)
    :group 'desktop)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]