diff options
| author | Glenn Morris | 2011-01-07 18:49:27 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-07 18:49:27 -0800 |
| commit | 16eea16bc64a601f1d0bcda8c961873355279d38 (patch) | |
| tree | 803f008abfbd492ff770d870d8e1f1784307ac95 /etc/PROBLEMS | |
| parent | d0981f82865f355544d5f80ed819d408d12c3024 (diff) | |
| download | emacs-16eea16bc64a601f1d0bcda8c961873355279d38.tar.gz emacs-16eea16bc64a601f1d0bcda8c961873355279d38.zip | |
-batch implies -q.
* etc/PROBLEMS: -batch implies -q.
* msdos/sedleim.inp (RUN-EMACS): -batch imples --no-init-file.
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 7090b225d7e..3766250b782 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | Known Problems with GNU Emacs | 1 | Known Problems with GNU Emacs |
| 2 | 2 | ||
| 3 | Copyright (C) 1987, 1988, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, | 3 | Copyright (C) 1987, 1988, 1989, 1993, 1994, 1995, 1996, 1997, 1998, 1999, |
| 4 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 | 4 | 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
| 5 | Free Software Foundation, Inc. | 5 | Free Software Foundation, Inc. |
| 6 | See the end of the file for license conditions. | 6 | See the end of the file for license conditions. |
| 7 | 7 | ||
| @@ -102,7 +102,7 @@ This can be another symptom of stale *.elc files in your load-path. | |||
| 102 | The following command will print any duplicate Lisp files that are | 102 | The following command will print any duplicate Lisp files that are |
| 103 | present in load-path: | 103 | present in load-path: |
| 104 | 104 | ||
| 105 | emacs -q -batch -f list-load-path-shadows | 105 | emacs -batch -f list-load-path-shadows |
| 106 | 106 | ||
| 107 | If this command prints any file names, some of these files are stale, | 107 | If this command prints any file names, some of these files are stale, |
| 108 | and should be deleted or their directories removed from your | 108 | and should be deleted or their directories removed from your |
| @@ -3244,5 +3244,3 @@ Local variables: | |||
| 3244 | mode: outline | 3244 | mode: outline |
| 3245 | paragraph-separate: "[ ]*$" | 3245 | paragraph-separate: "[ ]*$" |
| 3246 | end: | 3246 | end: |
| 3247 | |||
| 3248 | arch-tag: 49fc0d95-88cb-4715-b21c-f27fb5a4764a | ||