summaryrefslogtreecommitdiff
path: root/lisp/find-lisp.el
Commit message (Collapse)AuthorAgeFilesLines
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | (find-lisp-insert-directory): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-251-1/+1
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (find-lisp-default-directory-predicate):Thien-Thi Nguyen2007-02-281-1/+1
| | | | Fix bug: Do symlink check on expanded filename.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Remove Time-Stamp annoyance.Glenn Morris2006-12-051-1/+0
|
* Update copyright years.Glenn Morris2006-12-051-2/+2
|
* * files.el (safe-local-variable-values): New option.Chong Yidong2006-02-141-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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'.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-2/+2
|
* (find-lisp-find-dired-insert-file): Pass 'string arg to `file-attributes'.Luc Teirlinck2005-11-121-10/+8
| | | | (find-lisp-format): The UID and GID can now be strings.
* Require dired.Luc Teirlinck2005-11-091-3/+4
| | | | (find-lisp-find-dired-internal): Do not call `abbreviate-file-name' on DIR.
* (dired-buffers, dired-subdir-alist): Add defvars.Juanma Barranquero2005-08-311-0/+3
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Fixes to follow coding conventions.Pavel Janík2001-07-161-5/+5
|
* (find-lisp-find-dired-filter)Eli Zaretskii2001-04-251-0/+3
| | | | | (find-lisp-find-dired-subdirectories, find-lisp-find-dired): Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
* (find-lisp-find-files-internal):Stefan Monnier2000-11-211-28/+21
| | | | Use dolist, when and file-name-as-directory.
* * find-lisp.el (find-lisp-find-files-internal):Peter Breton2000-10-041-27/+29
| | | | Make sure directory name ends with "/".
* *** empty log message ***Gerd Moellmann2000-06-161-0/+365