comparison src/globals.h @ 112384:f5af01a13248

Give read-expression-history a doc. * lisp/simple.el (read-expression-history): Remove, it's in minibuf.c. * src/minibuf.c (syms_of_minibuf) <read-expression-history>: Give it a doc string. * src/globals.h: Add Vread_expression_history.
author Glenn Morris <rgm@gnu.org>
date Wed, 19 Jan 2011 22:40:36 -0800
parents 051c56a77c5c
children
comparison
equal deleted inserted replaced
112383:051c56a77c5c 112384:f5af01a13248
980 Lisp_Object f_Vminibuffer_prompt_properties; 980 Lisp_Object f_Vminibuffer_prompt_properties;
981 981
982 Lisp_Object f_Vminibuffer_setup_hook; 982 Lisp_Object f_Vminibuffer_setup_hook;
983 983
984 Lisp_Object f_Vminibuffer_exit_hook; 984 Lisp_Object f_Vminibuffer_exit_hook;
985
986 Lisp_Object f_Vread_expression_history;
985 987
986 /* Function to call to read a buffer name. */ 988 /* Function to call to read a buffer name. */
987 Lisp_Object f_Vread_buffer_function; 989 Lisp_Object f_Vread_buffer_function;
988 990
989 /* Nonzero means completion ignores case. */ 991 /* Nonzero means completion ignores case. */
2266 globals.f_Vpurify_flag 2268 globals.f_Vpurify_flag
2267 #define Vquit_flag \ 2269 #define Vquit_flag \
2268 globals.f_Vquit_flag 2270 globals.f_Vquit_flag
2269 #define Vread_buffer_function \ 2271 #define Vread_buffer_function \
2270 globals.f_Vread_buffer_function 2272 globals.f_Vread_buffer_function
2273 #define Vread_expression_history \
2274 globals.f_Vread_expression_history
2271 #define Vread_circle \ 2275 #define Vread_circle \
2272 globals.f_Vread_circle 2276 globals.f_Vread_circle
2273 #define Vread_expression_map \ 2277 #define Vread_expression_map \
2274 globals.f_Vread_expression_map 2278 globals.f_Vread_expression_map
2275 #define Vread_symbol_positions_list \ 2279 #define Vread_symbol_positions_list \