Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
784c1a7b
Commit
784c1a7b
authored
Nov 08, 2012
by
Stefan Monnier
Browse files
* lisp/emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
parent
914adc42
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/emacs-lisp/gv.el
lisp/emacs-lisp/gv.el
+0
-1
No files found.
lisp/ChangeLog
View file @
784c1a7b
2012-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
* emacs-lisp/bytecomp.el (byte-compile-initial-macro-environment):
Byte-compile *before* eval in eval-and-compile.
(byte-compile-log-warning): Remove redundant inhibit-read-only.
(byte-compile-file-form-autoload): Don't hide actual definition.
(byte-compile-maybe-guarded): Accept `functionp' as well.
* emacs-lisp/gv.el (gv-ref, gv-deref): New function and macro.
2012-11-07 Michael Albinus <michael.albinus@gmx.de>
...
...
lisp/emacs-lisp/gv.el
View file @
784c1a7b
...
...
@@ -443,7 +443,6 @@ This is like the `&' operator of the C language."
`
(
cons
(
lambda
()
,
getter
)
(
lambda
(
gv--val
)
,
(
funcall
setter
'gv--val
)))))
;;;###autoload
(
defsubst
gv-deref
(
ref
)
"Dereference REF, returning the referenced value.
This is like the `*' operator of the C language.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment