aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorJoakim Verona2012-01-12 07:50:16 +0100
committerJoakim Verona2012-01-12 07:50:16 +0100
commit16e9a80c0c3ca5f72f802b92ff5ca1f595a07eca (patch)
tree33fb6b970b7bcb0cb813d305da2c43f3d212bbf2 /admin
parente4f761f1e3df7fbc7793c73c5d808b8da0b3a700 (diff)
parent403993a8a646887193dd7b8a01cf16137cd89a1e (diff)
downloademacs-16e9a80c0c3ca5f72f802b92ff5ca1f595a07eca.tar.gz
emacs-16e9a80c0c3ca5f72f802b92ff5ca1f595a07eca.zip
upstream
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--admin/notes/multi-tty2
-rwxr-xr-xadmin/quick-install-emacs2
3 files changed, 3 insertions, 3 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index ad056ab0bda..c82dbf36f0d 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -99,7 +99,7 @@ names of the people who have checked it.
99 99
100SECTION READERS 100SECTION READERS
101---------------------------------- 101----------------------------------
102TUTORIAL 102TUTORIAL cyd
103TUTORIAL.bg 103TUTORIAL.bg
104TUTORIAL.cn 104TUTORIAL.cn
105TUTORIAL.cs 105TUTORIAL.cs
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty
index ad46f493a02..4146c8ffa58 100644
--- a/admin/notes/multi-tty
+++ b/admin/notes/multi-tty
@@ -789,7 +789,7 @@ DIARY OF CHANGES
789 frame's kboard from there.) 789 frame's kboard from there.)
790 790
791-- Fix rif issue with X-tty combo sessions. IMHO the best thing to do 791-- Fix rif issue with X-tty combo sessions. IMHO the best thing to do
792 is to get rid of that global variable (and use the value value in 792 is to get rid of that global variable (and use the value in
793 display_method, which is guaranteed to be correct). 793 display_method, which is guaranteed to be correct).
794 794
795 (Done, did exactly that. Core dumps during combo sessions became 795 (Done, did exactly that. Core dumps during combo sessions became
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs
index 657dcdc1766..06cd2d40901 100755
--- a/admin/quick-install-emacs
+++ b/admin/quick-install-emacs
@@ -49,7 +49,7 @@ COPY='cp -f'
49REMOVE='rm -r' 49REMOVE='rm -r'
50MKDIR='mkdir -p' 50MKDIR='mkdir -p'
51 51
52# Used to execute commands once once we create them 52# Used to execute commands once we create them
53EXEC='sh' 53EXEC='sh'
54 54
55NAWK=/usr/bin/nawk 55NAWK=/usr/bin/nawk