emacs-diffs
[Top][All Lists]
Advanced

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

master 5beddcd: Reverse customize-changed and customize-changed-options


From: Lars Ingebrigtsen
Subject: master 5beddcd: Reverse customize-changed and customize-changed-options aliasing
Date: Sun, 7 Feb 2021 09:07:31 -0500 (EST)

branch: master
commit 5beddcd325e8ec16a6f284ef0524fb796fe07d5e
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Reverse customize-changed and customize-changed-options aliasing
    
    * lisp/cus-edit.el (customize-changed): Rename from
    customize-changed-options (bug#23085), since the old name doesn't
    reflect what it does: It's not just about user options, but also
    faces and the like.
    (customize-changed-options): Make into an obsolete alias.
---
 lisp/cus-edit.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index e52df4e..cd1ae96 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -1242,10 +1242,11 @@ the user might see the value in an error message, a 
good choice is
 the official name of the package, such as MH-E or Gnus.")
 
 ;;;###autoload
-(defalias 'customize-changed 'customize-changed-options)
+(define-obsolete-function-alias 'customize-changed-options
+  #'customize-changed "28.1")
 
 ;;;###autoload
-(defun customize-changed-options (&optional since-version)
+(defun customize-changed (&optional since-version)
   "Customize all settings whose meanings have changed in Emacs itself.
 This includes new user options and faces, and new customization
 groups, as well as older options and faces whose meanings or



reply via email to

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