emacs-diffs
[Top][All Lists]
Advanced

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

master eb4e66ee64 1/2: ; * lisp/wid-browse.el (widget-browse): Delete co


From: Stefan Kangas
Subject: master eb4e66ee64 1/2: ; * lisp/wid-browse.el (widget-browse): Delete commented out code.
Date: Thu, 21 Jul 2022 15:15:13 -0400 (EDT)

branch: master
commit eb4e66ee64d72e7c576e6479e3cec6f6a4422bb3
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; * lisp/wid-browse.el (widget-browse): Delete commented out code.
    
    This has been commented out since 1997.
---
 lisp/wid-browse.el | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/lisp/wid-browse.el b/lisp/wid-browse.el
index e71e8cd493..7fc476e5df 100644
--- a/lisp/wid-browse.el
+++ b/lisp/wid-browse.el
@@ -1,6 +1,6 @@
 ;;; wid-browse.el --- functions for browsing widgets  -*- lexical-binding: t 
-*-
 
-;; Copyright (C) 1997, 2001-2022 Free Software Foundation, Inc.
+;; Copyright (C) 1997-2022 Free Software Foundation, Inc.
 
 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
 ;; Keywords: extensions
@@ -118,13 +118,6 @@ The following commands are available:
     (switch-to-buffer (get-buffer-create "*Browse Widget*")))
   (widget-browse-mode)
 
-  ;; Quick way to get out.
-;;  (widget-create 'push-button
-;;              :action (lambda (widget &optional event)
-;;                        (bury-buffer))
-;;              "Quit")
-;;  (widget-insert "\n")
-
   ;; Top text indicating whether it is a class or object browser.
   (if (listp widget)
       (widget-insert "Widget object browser.\n\nClass: ")



reply via email to

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