diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-03-14 06:05:05 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-03-14 06:05:05 +0000 |
commit | b7b83173888f94d9629e8c4df4e7fddd325d0600 (patch) | |
tree | 0701bc9fe6d38f5fd2daff903746050946dac8f2 | |
parent | 767a25b8788b5e313c99c16b4d359478432901f5 (diff) |
Change llvm.cs.uiuc.edu -> llvm.org
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26750 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | utils/emacs/emacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/emacs/emacs.el b/utils/emacs/emacs.el index 3f68ea84e1..43e17a7be6 100644 --- a/utils/emacs/emacs.el +++ b/utils/emacs/emacs.el @@ -1,5 +1,5 @@ ;; LLVM coding style guidelines in emacs -;; Maintainer: LLVM Team, http://llvm.cs.uiuc.edu +;; Maintainer: LLVM Team, http://llvm.org/ ;; Modified: 2005-04-24 ;; Max 80 cols per line, indent by two spaces, no tabs. |