emacs-diffs
[Top][All Lists]
Advanced

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

scratch/sqlite 05852b5: Clean up code slightly


From: Lars Ingebrigtsen
Subject: scratch/sqlite 05852b5: Clean up code slightly
Date: Tue, 14 Dec 2021 10:16:28 -0500 (EST)

branch: scratch/sqlite
commit 05852b54e02f9eb8f1b99baa4bffc6def3348c0c
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Clean up code slightly
---
 lisp/emacs-lisp/multisession.el | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/lisp/emacs-lisp/multisession.el b/lisp/emacs-lisp/multisession.el
index 9ffb300..6a0bf6f 100644
--- a/lisp/emacs-lisp/multisession.el
+++ b/lisp/emacs-lisp/multisession.el
@@ -311,11 +311,6 @@ DOC should be a doc string, and ARGS are keywords as 
applicable to
     (when (file-exists-p file)
       (delete-file file))))
 
-;; (define-multisession-variable foo 'bar)
-;; (multisession-value foo)
-;; (multisession--set-value foo 'zot)
-;; (setf (multisession-value foo) 'gazonk)
-
 ;; Mode for editing.
 
 (defvar-keymap multisession-edit-mode-map
@@ -329,9 +324,9 @@ DOC should be a doc string, and ARGS are keywords as 
applicable to
   (setq-local buffer-read-only t
               truncate-lines t)
   (setq tabulated-list-format
-        `[("Package" 10)
-          ("Key" 30)
-          ("Value" 30)])
+        [("Package" 10)
+         ("Key" 30)
+         ("Value" 30)])
   (setq-local revert-buffer-function #'multisession-edit-mode--revert))
 
 ;;;###autoload



reply via email to

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