emacs-devel
[Top][All Lists]
Advanced

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

Verbosity patch for custom-load-symbol


From: David Reitter
Subject: Verbosity patch for custom-load-symbol
Date: Fri, 21 Apr 2006 15:17:10 +0100

Here is a little patch for custom.el which prevents it from displaying unnecessary messages that can be confusing at times (e.g. "loading battery" when a user selects "Save Options").


*** custom.el   20 Apr 2006 14:28:31 +0100      1.126
--- custom.el   21 Apr 2006 15:12:09 +0100      
***************
*** 608,614 ****
              ;; We are still loading it when we call this,
              ;; and it is not in load-history yet.
              ((equal load "cus-edit"))
!             (t (condition-case nil (load load) (error nil))))))))
  
  (defvar custom-local-buffer nil
"Non-nil, in a Customization buffer, means customize a specific buffer.
--- 608,614 ----
              ;; We are still loading it when we call this,
              ;; and it is not in load-history yet.
              ((equal load "cus-edit"))
! (t (condition-case nil (load load nil 'quiet) (error nil))))))))
  
  (defvar custom-local-buffer nil
"Non-nil, in a Customization buffer, means customize a specific buffer.





reply via email to

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