]> git.eshelyaron.com Git - emacs.git/commit
* lisp/desktop.el: Make use some "new" functionality
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 14 Mar 2018 16:14:01 +0000 (12:14 -0400)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:17:30 +0000 (14:17 +0800)
commit88a19e4419be75aed430c7cb8fd084a1acf5f4ab
tree709eb7f35f3f1996b3bb85ee916347bdd48e897d
parentc4bd17e1705eef41c95c0c66df1bea4dbc3213be
* lisp/desktop.el: Make use some "new" functionality

(desktop-files-not-to-save, desktop-clear):
Use \` and \' when we don't intend to match newlines.
(desktop-minor-mode-table): Remove auto-fill-function entry.
(desktop-buffer-info): Use :minor-mode-function instead.
(desktop--v2s): Use a closure rather than a backquoted lambda.
(desktop-save): Set 'lexical-binding' in the saved file.
Use 'utf-8-emacs' encoding rather than the old 'emacs-mule'.
(desktop-read): Use 'default-value' to get the global part of a hook.
lisp/desktop.el