aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-12-08 17:04:43 -0800
committerGlenn Morris2012-12-08 17:04:43 -0800
commitc6c08d3f8fe4d2c9e588189e46d60a30ef3e8d20 (patch)
tree8e718fe194d3924669bdb8c4c28f74ad127ccaf9 /etc
parent858aab4c0267bd9c3760f337e03916b238d712c1 (diff)
downloademacs-c6c08d3f8fe4d2c9e588189e46d60a30ef3e8d20.tar.gz
emacs-c6c08d3f8fe4d2c9e588189e46d60a30ef3e8d20.zip
Make eval-defun on a pre-defined defcustom call any :set function
* lisp/emacs-lisp/lisp-mode.el (eval-defun-1): Doc fix. Respect a defcustom's :set function, if appropriate. (eval-defun): Doc fix. * doc/lispref/customize.texi (Variable Definitions): Mention eval-defun on a defcustom calls the :set function when appropriate. * etc/NEWS: Mention this. Fixes: debbugs:109
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 242b8929fd2..361e49afe04 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -24,6 +24,11 @@ so we will look at it and add it to the manual.
24* Installation Changes in Emacs 24.4 24* Installation Changes in Emacs 24.4
25* Startup Changes in Emacs 24.4 25* Startup Changes in Emacs 24.4
26* Changes in Emacs 24.4 26* Changes in Emacs 24.4
27
28+++
29** `eval-defun' on an already defined defcustom calls the :set function,
30if there is one.
31
27* Editing Changes in Emacs 24.4 32* Editing Changes in Emacs 24.4
28 33
29 34