1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Juanma Barranquero
1259dfc955 (find-lisp-insert-directory): Use mapc' rather than mapcar'. 2007-09-25 11:06:14 +00:00
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Thien-Thi Nguyen
8d60fcd50d (find-lisp-default-directory-predicate):
Fix bug: Do symlink check on expanded filename.
2007-02-28 10:44:10 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Glenn Morris
6d4ca20863 Remove Time-Stamp annoyance. 2006-12-05 06:06:30 +00:00
Glenn Morris
28e3e6dc78 Update copyright years. 2006-12-05 06:06:02 +00:00
Chong Yidong
5a6c1d871e * files.el (safe-local-variable-values): New option.
(hack-local-variables-prop-line): Return a list of variable-value
	pairs if MODE-ONLY is non-nil.
	(hack-local-variables): Construct list of variable-value pairs,
	and apply or reject them in one go.  Ask for confirmation if
	variables are not known safe.
	(hack-local-variables-confirm): Complete rewrite.  Support
	`safe-local-variable-values'.
	(enable-local-variables): Update docstring to reflect new
	behavior.
	(ignored-local-variables): Ignore ignored-local-variables and
	safe-local-variable-values.
	(safe-local-variable-p): New function.
	(risky-local-variable-p): `safe-local-variable' property check
	moved to safe-local-variable-p.
	(hack-one-local-variable): Checks moved to hack-local-variables.

	(byte-compile-dynamic, c-basic-offset, c-file-style,
	c-indent-level, comment-column, fill-column, fill-prefix,
	indent-tabs-mode, kept-new-versions, no-byte-compile,
	no-update-autoloads, outline-regexp, page-delimiter,
	paragraph-start, paragraph-separate, sentence-end,
	sentence-end-double-space tab-width, version-control): Add
	`safe-local-variable' property.

	* find-lisp.el: Delete nonexistent `autocompile' file variable.

	* icomplete.el, play/landmark.el: Change nonexistent
	`outline-layout' file variable to `allout-layout'.
2006-02-14 01:21:31 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Luc Teirlinck
dcd6fc3809 (find-lisp-find-dired-insert-file): Pass 'string arg to `file-attributes'.
(find-lisp-format): The UID and GID can now be strings.
2005-11-12 02:44:51 +00:00
Luc Teirlinck
9c797a34f5 Require dired.
(find-lisp-find-dired-internal): Do not call `abbreviate-file-name' on DIR.
2005-11-09 23:04:46 +00:00
Juanma Barranquero
3027fc3ee5 (dired-buffers, dired-subdir-alist): Add defvars. 2005-08-31 13:49:47 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Pavel Janík
6a05d05faf Fixes to follow coding conventions. 2001-07-16 11:39:42 +00:00
Eli Zaretskii
4ecdf04d03 (find-lisp-find-dired-filter)
(find-lisp-find-dired-subdirectories, find-lisp-find-dired): Add
autoload cookies.  From Richard Y. Kim <ryk@dspwiz.com>.
2001-04-25 16:22:14 +00:00
Stefan Monnier
43adc21356 (find-lisp-find-files-internal):
Use dolist, when and file-name-as-directory.
2000-11-21 22:07:43 +00:00
Peter Breton
82d11a0b0e * find-lisp.el (find-lisp-find-files-internal):
Make sure directory name ends with "/".
2000-10-04 04:19:10 +00:00
Gerd Moellmann
6344985d2b *** empty log message *** 2000-06-16 15:47:45 +00:00