X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/8cabe764e9f3acb3d2b029c4737c8c885346655c..f5497e458ada626917620248ec1238dc44fa7fd1:/src/commands.h diff --git a/src/commands.h b/src/commands.h index f1ac47c5ee..ad0615b971 100644 --- a/src/commands.h +++ b/src/commands.h @@ -4,10 +4,10 @@ This file is part of GNU Emacs. -GNU Emacs is free software; you can redistribute it and/or modify +GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 3, or (at your option) -any later version. +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -15,9 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs; see the file COPYING. If not, write to -the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, -Boston, MA 02110-1301, USA. */ +along with GNU Emacs. If not, see . */ #define Ctl(c) ((c)&037) @@ -45,7 +43,7 @@ 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; +extern Lisp_Object Vminibuffer_local_filename_must_match_map; /* Last character of last key sequence. */ extern Lisp_Object last_command_char;