aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorMiles Bader2005-06-06 02:39:45 +0000
committerMiles Bader2005-06-06 02:39:45 +0000
commitfdffd346262841cb194225ea0acd8059c57ec2d4 (patch)
treed8b3699131f7d1b94bc46c7d8be62af6b8b5ebfe /lisp/cus-edit.el
parenta5c508fe3a3f456c987283156315d0384d38fe9e (diff)
parenta9b4333620eb259e974445066a8e64cee0c21d69 (diff)
downloademacs-fdffd346262841cb194225ea0acd8059c57ec2d4.tar.gz
emacs-fdffd346262841cb194225ea0acd8059c57ec2d4.zip
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 324-352) - Merge from gnus--rel--5.10 - Update from CVS - etc/emacs-buffer.gdb: Remove RCS keywords * gnus--rel--5.10 (patch 70-79) - Update from CVS - Merge from emacs--cvs-trunk--0
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r--lisp/cus-edit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 50c9accb9ce..82a5e887bed 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -4276,7 +4276,7 @@ if that value is non-nil."
4276 (set (make-local-variable 'widget-link-prefix) "") 4276 (set (make-local-variable 'widget-link-prefix) "")
4277 (set (make-local-variable 'widget-link-suffix) "")) 4277 (set (make-local-variable 'widget-link-suffix) ""))
4278 (add-hook 'widget-edit-functions 'custom-state-buffer-message nil t) 4278 (add-hook 'widget-edit-functions 'custom-state-buffer-message nil t)
4279 (run-hooks 'custom-mode-hook)) 4279 (run-mode-hooks 'custom-mode-hook))
4280 4280
4281(put 'custom-mode 'mode-class 'special) 4281(put 'custom-mode 'mode-class 'special)
4282 4282