[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
main 1ca6882a: ; lpath.el: Don't add styles to load-path
From: |
Tassilo Horn |
Subject: |
main 1ca6882a: ; lpath.el: Don't add styles to load-path |
Date: |
Fri, 30 Aug 2024 08:30:01 -0400 (EDT) |
branch: main
commit 1ca6882af04ef82b526206a3b77646528bd722f3
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>
; lpath.el: Don't add styles to load-path
---
lpath.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lpath.el b/lpath.el
index 63071029..7e6554b8 100644
--- a/lpath.el
+++ b/lpath.el
@@ -1,6 +1,6 @@
;;; This file is only used for installing AUCTeX. -*- lexical-binding: t; -*-
-;; Copyright (C) 2013-2021 Free Software Foundation, Inc.
+;; Copyright (C) 2013-2024 Free Software Foundation, Inc.
;; Maintainer: auctex-devel@gnu.org
;;; It is not a part of AUCTeX itself.
@@ -9,7 +9,6 @@
(let ((auctex-dir (file-name-directory load-file-name)))
(add-to-list 'load-path auctex-dir)
- (add-to-list 'load-path (expand-file-name "style" auctex-dir))
(setq TeX-lisp-directory "<none>"
TeX-auto-global "<none>"))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- main 1ca6882a: ; lpath.el: Don't add styles to load-path,
Tassilo Horn <=