diff options
author | Kim F. Storm <storm@cua.dk> | 2005-04-21 23:45:10 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2005-04-21 23:45:10 +0000 |
commit | f0623c72242582e00d82864861602a0098017ec7 (patch) | |
tree | d427b68bb4a2d77f35068d3d1a0d6f0e80315b87 /src/lisp.h | |
parent | 33d10d233dbae5d084b1872b9da0fc6fa8347758 (diff) | |
download | emacs-f0623c72242582e00d82864861602a0098017ec7.tar.gz |
(Fsafe_plist_get, Fsafe_get): Remove EXFUN.
Diffstat (limited to 'src/lisp.h')
-rw-r--r-- | src/lisp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h index 9d361d863a1..8f3ee0d5cc9 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2330,7 +2330,6 @@ EXFUN (Fsort, 2); EXFUN (Freverse, 1); EXFUN (Fnreverse, 1); EXFUN (Fget, 2); -EXFUN (Fsafe_get, 2); EXFUN (Fput, 3); EXFUN (Fequal, 2); EXFUN (Ffillarray, 2); @@ -2353,7 +2352,6 @@ extern Lisp_Object string_to_multibyte P_ ((Lisp_Object)); extern Lisp_Object string_make_unibyte P_ ((Lisp_Object)); EXFUN (Fcopy_alist, 1); EXFUN (Fplist_get, 2); -EXFUN (Fsafe_plist_get, 2); EXFUN (Fplist_put, 3); EXFUN (Fplist_member, 2); EXFUN (Fset_char_table_parent, 2); |