summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/shadow.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Merge changes from emacs-23 branchChong Yidong2011-01-311-1/+1
|\
| * Don't complain about duplicate leim-list filesAndreas Schwab2011-01-291-1/+1
| | | | | | | | | | * lisp/emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list files.
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
| |
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| |
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-121-4/+7
|\|
| * Rename another shadow.el function.Glenn Morris2010-10-081-4/+7
| | | | | | | | | | | | * lisp/emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it... (load-path-shadows-find): ... to this. (list-load-path-shadows): Update for above change.
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-081-6/+9
|\|
| * Rename some shadow.el things.Glenn Morris2010-10-071-6/+9
| | | | | | | | | | | | | | | | | | * lisp/emacs-lisp/shadow.el (lisp-shadow): Change prefix. (shadows-compare-text-p): Make it an obsolete alias for... (load-path-shadows-compare-text): ... new name. (find-emacs-lisp-shadows): Update for above name change. (load-path-shadows-same-file-or-nonexistent): New name for the old shadow-same-file-or-nonexistent.
* | Rename some more shadow.el stuff.Glenn Morris2010-10-071-4/+5
| | | | | | | | | | | | * lisp/emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords) (load-path-shadows-find-file): Rename variable and button. (list-load-path-shadows): Update button caller.
* | Rename shadow-mode.Glenn Morris2010-10-071-3/+3
| | | | | | | | | | | | * lisp/emacs-lisp/shadow.el (shadow-font-lock-keywords) (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to load-path-shadows-mode, update references.
* | Add a shadow-mode for load-path shadows.Glenn Morris2010-10-061-8/+41
|/ | | | | | | * lisp/emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable. (shadow-mode): New mode. (shadow-find-file): New button. (list-load-path-shadows): Use shadow-mode and buttons.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* (list-load-path-shadows): Setup a major modeStefan Monnier2009-11-241-0/+1
| | | | for the displayed buffer (bug#4887).
* (find-emacs-lisp-shadows, list-load-path-shadows): Use dolist.Glenn Morris2009-11-101-32/+21
| | | | (list-load-path-shadows): Use with-current-buffer.
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-1/+1
|
* (shadows-compare-text-p): Remove leading * from defcustom doc.Glenn Morris2009-07-221-30/+40
| | | | (list-load-path-shadows): Optionally, just return shadows as a string.
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* 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
|
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (list-load-path-shadows): Doc fix.Juanma Barranquero2007-01-291-3/+3
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-071-1/+1
|
* (list-load-path-shadows): Fix typo in docstring.Juanma Barranquero2006-11-061-7/+7
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
|
* Handle compressed files.Andreas Schwab2005-11-191-2/+5
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* * progmodes/idlwave.el (idlwave-make-tags):Eli Zaretskii2004-01-031-1/+1
| | | | | | | | | | | | | | | * textmodes/flyspell.el (flyspell-large-region):. * progmodes/make-mode.el (makefile-query-by-make-minus-q): * emulation/viper-util.el (viper-glob-unix-files): * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent): * man.el (Man-init-defvars): * jka-compr.el (jka-compr-call-process): * files.el (get-free-disk-space,insert-directory): * ediff-ptch.el (ediff-test-patch-utility): * ediff-diff.el (ediff-test-utility): * dired-aux.el (dired-check-process): * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to test the return value of call-process, because it can be a string.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-4/+4
|
* (defgroup lisp-shadow): New group name. Previous group name shadow isMarkus Rost2002-11-191-2/+2
| | | | | used in shadowfile.el. (shadows-compare-text-p): Use group lisp-shadow.
* (list-load-path-shadows): Only ignore last copy of standard LispRichard M. Stallman2002-03-281-2/+2
| | | | directories.
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-1/+1
|
* Whitespace change.Richard M. Stallman1998-05-211-2/+2
|
* (list-load-path-shadows): Don't sayRichard M. Stallman1998-05-041-5/+5
| | | | anything if we are not interactive and nothing is wrong.
* Customized.Stephen Eglen1998-04-051-2/+9
|
* (shadows-compare-text-p): Add.Karl Heuer1997-09-251-8/+32
| | | | | (shadow-same-file-or-nonexistent): Add. (find-emacs-lisp-shadows): Use directory-file-name.
* (list-load-path-shadows): Exclude, from the path we search, all butRichard M. Stallman1997-08-121-25/+47
| | | | the first set of directories that include the standard Emacs Lisp files.
* (find-emacs-lisp-shadows): Don't mention `subdirs.el'.Richard M. Stallman1997-08-081-5/+9
| | | | | (list-load-path-shadows): When noninteractive, if there are shadows, start with a message explaining what this is a problem.
* (list-load-path-shadows): Doc fix.Richard M. Stallman1996-07-231-3/+3
|
* (list-load-path-shadows): Fix ambiguous wording.Karl Heuer1996-07-201-20/+21
|
* (list-load-path-shadows): Pass proper format string to message.Karl Heuer1996-01-251-2/+2
| | | | (list-load-path-shadows): Delete format call inside message.
* Update FSF's address.Erik Naggum1996-01-141-3/+4
|
* Initial revisionKarl Heuer1996-01-081-0/+201