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
9f89426b
Commit
9f89426b
authored
Nov 15, 2004
by
Kim F. Storm
Browse files
*** empty log message ***
parent
442f927b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
1 deletion
+20
-1
etc/NEWS
etc/NEWS
+6
-0
lispref/ChangeLog
lispref/ChangeLog
+2
-1
src/ChangeLog
src/ChangeLog
+12
-0
No files found.
etc/NEWS
View file @
9f89426b
...
...
@@ -3639,6 +3639,12 @@ or the header line.
This returns the mode-line or header-line of the selected (or a
specified) window as a string with or without text properties.
+++
** New function safe-plist-get.
This function is like plist-get, but never signals an error for
a malformed property list.
+++
** New functions `lax-plist-get' and `lax-plist-put'.
...
...
lispref/ChangeLog
View file @
9f89426b
2004-11-15 Kim F. Storm <storm@cua.dk>
* symbols.texi (Other Plists): Add safe-plist-get.
* symbols.texi (Other Plists): Note that plist-get may signal error.
Add safe-plist-get.
2004-11-15 Thien-Thi Nguyen <ttn@gnu.org>
...
...
src/ChangeLog
View file @
9f89426b
2004-11-15 Kim F. Storm <storm@cua.dk>
* fns.c (Fsafe_plist_get): New defun.
(syms_of_fns): Defsubr it.
* lisp.h (Fsafe_plist_get): Add EXFUN.
* xdisp.c (store_mode_line_string, produce_stretch_glyph):
Use Fsafe_plist_get.
(note_mode_line_or_margin_highlight, note_mouse_highlight):
Fix image map element parsing. Use Fsafe_plist_get.
2004-11-15 Richard M. Stallman <rms@gnu.org>
* xdisp.c (get_next_display_element): Fix previous change.
...
...
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