diff options
Diffstat (limited to 'src/epaths.in')
-rw-r--r-- | src/epaths.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/epaths.in b/src/epaths.in index c491d3b72e7..8f77b0a14fc 100644 --- a/src/epaths.in +++ b/src/epaths.in @@ -16,7 +16,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ +along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ /* Together with PATH_SITELOADSEARCH, this gives the default value of @@ -75,4 +75,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Where Emacs should look for the application default file. */ #define PATH_X_DEFAULTS "/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S" - |