diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-10-09 02:01:10 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-10-09 02:01:10 -0400 |
commit | 94c66ce57bb8992de45349f8e8849797d4bdd3a7 (patch) | |
tree | 1b03e1dddc1b0c60da54be6bdbfd7b6987fe3e37 /lisp/emacs-lisp/cl-loaddefs.el | |
parent | 7518fc1221d36f911b60abcaec42759c42292d78 (diff) | |
download | emacs-94c66ce57bb8992de45349f8e8849797d4bdd3a7.tar.gz emacs-94c66ce57bb8992de45349f8e8849797d4bdd3a7.tar.bz2 emacs-94c66ce57bb8992de45349f8e8849797d4bdd3a7.zip |
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Obey the :read-only property.
Diffstat (limited to 'lisp/emacs-lisp/cl-loaddefs.el')
-rw-r--r-- | lisp/emacs-lisp/cl-loaddefs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-loaddefs.el b/lisp/emacs-lisp/cl-loaddefs.el index e25ac5f9708..d05fbc42060 100644 --- a/lisp/emacs-lisp/cl-loaddefs.el +++ b/lisp/emacs-lisp/cl-loaddefs.el @@ -260,7 +260,7 @@ Remove from SYMBOL's plist the property PROPNAME and its value. ;;;;;; cl-typecase cl-ecase cl-case cl-load-time-value cl-eval-when ;;;;;; cl-destructuring-bind cl-function cl-defmacro cl-defun cl-gentemp ;;;;;; cl-gensym cl--compiler-macro-cXXr cl--compiler-macro-list*) -;;;;;; "cl-macs" "cl-macs.el" "6951d080daefb5194b1d21fe9b2deae4") +;;;;;; "cl-macs" "cl-macs.el" "885919e79dbcd11081cfb2e039b470c7") ;;; Generated autoloads from cl-macs.el (autoload 'cl--compiler-macro-list* "cl-macs" "\ |