diff options
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r-- | lisp/cus-edit.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 816c7f7881a..a12897e7997 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -3790,10 +3790,6 @@ Optional EVENT is the location for the menu." (custom-save-all) (custom-face-state-set-and-redraw widget)) -;; For backward compatibility. -(define-obsolete-function-alias 'custom-face-save-command 'custom-face-save - "22.1") - (defun custom-face-reset-saved (widget) "Restore WIDGET to the face's default attributes. If there is a saved face, restore it; otherwise reset to the |