aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xemacs-devel/files/patch-lisp__cus-edit.el
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs-devel/files/patch-lisp__cus-edit.el')
-rw-r--r--editors/xemacs-devel/files/patch-lisp__cus-edit.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/xemacs-devel/files/patch-lisp__cus-edit.el b/editors/xemacs-devel/files/patch-lisp__cus-edit.el
deleted file mode 100644
index fe199658908..00000000000
--- a/editors/xemacs-devel/files/patch-lisp__cus-edit.el
+++ /dev/null
@@ -1,11 +0,0 @@
---- lisp/cus-edit.el.orig Tue Jun 26 04:10:18 2007
-+++ lisp/cus-edit.el Tue Jun 26 04:14:52 2007
-@@ -3756,6 +3756,8 @@
- ;;;###autoload
- (defun custom-save-all ()
- "Save all customizations in `custom-file'."
-+ (when init-file-had-error
-+ (error "Cannot save customizations; init file was not fully loaded"))
- (let ((inhibit-read-only t))
- (custom-save-variables)
- (custom-save-faces)