emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/commands.h


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/commands.h
Date: Fri, 02 Dec 2005 08:43:05 -0500

Index: emacs/src/commands.h
diff -c emacs/src/commands.h:1.22 emacs/src/commands.h:1.23
*** emacs/src/commands.h:1.22   Sun Aug  7 12:33:16 2005
--- emacs/src/commands.h        Fri Dec  2 13:43:04 2005
***************
*** 37,44 ****
--- 37,51 ----
  /* keymap used for minibuffers when doing completion */
  extern Lisp_Object Vminibuffer_local_completion_map;
  
+ /* keymap used for minibuffers when doing completion in filenames*/
+ extern Lisp_Object Vminibuffer_local_filename_completion_map;
+ 
  /* keymap used for minibuffers when doing completion and require a match */
  extern Lisp_Object Vminibuffer_local_must_match_map;
+ 
+ /* keymap used for minibuffers when doing completion in filenames
+    and require a match */
+ extern Lisp_Object Vminibuffer_local_must_match_filename_map;
  
  /* Last character of last key sequence.  */
  extern Lisp_Object last_command_char;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]