Mercurial > emacs
changeset 31914:ce648c184860
(find-file-suppress-same-file-warnings): period in doc string
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Tue, 26 Sep 2000 16:25:29 +0000 |
parents | 8e8bafe8c566 |
children | eaafef7276f2 |
files | lisp/files.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Tue Sep 26 15:45:25 2000 +0000 +++ b/lisp/files.el Tue Sep 26 16:25:29 2000 +0000 @@ -970,7 +970,7 @@ "*Non-nil means suppress warning messages for symlinked files. When nil, Emacs prints a warning when visiting a file that is already visited, but with a different name. Setting this option to t -suppresses this warning " +suppresses this warning." :group 'files :version "21.1" :type 'boolean) @@ -1523,7 +1523,7 @@ When checking `inhibit-first-line-modes-regexps', we first discard from the end of the file name anything that matches one of these regexps.") -(defvar auto-mode-interpreter-regexp +(defvar auto-mode-interpreter-regexp "#![ \t]?\\([^ \t\n]*\ /bin/env[ \t]\\)?\\([^ \t\n]+\\)" "Regular expression matching interpreters, for file mode determination. @@ -3478,7 +3478,7 @@ (substring pattern (match-beginning 0))) beg (1+ (match-end 0))))) pattern)))) - + (defvar insert-directory-program "ls" "Absolute or relative name of the `ls' program used by `insert-directory'.")