aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-04-16 14:41:38 -0400
committerGlenn Morris2012-04-16 14:41:38 -0400
commit94ee8db5e0a8bfa2aa68859782960b7140dae935 (patch)
tree8394bdc27ff24d7bfa7e8b4dfad9c1a3856badd2
parent9b9b2ef28d8a85ca46ce12b344ea9d267b283aac (diff)
downloademacs-94ee8db5e0a8bfa2aa68859782960b7140dae935.tar.gz
emacs-94ee8db5e0a8bfa2aa68859782960b7140dae935.zip
* lisp/frame.el (automatic-hscrolling): Make this alias obsolete.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/frame.el3
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a0f42ba6ff7..97d626f9505 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12012-04-16 Glenn Morris <rgm@gnu.org>
2
3 * frame.el (automatic-hscrolling): Make this alias obsolete.
4
12012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es> 52012-04-12 Agustín Martín Domingo <agustin.martin@hispalinux.es>
2 6
3 * ispell.el (ispell-set-spellchecker-params): Post-process 7 * ispell.el (ispell-set-spellchecker-params): Post-process
diff --git a/lisp/frame.el b/lisp/frame.el
index 79e1243c7af..1ee9d966ef1 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1651,7 +1651,8 @@ terminals, cursor blinking is controlled by the terminal."
1651 1651
1652;; Misc. 1652;; Misc.
1653 1653
1654(defvaralias 'automatic-hscrolling 'auto-hscroll-mode) 1654;; Only marked as obsolete in 24.2.
1655(define-obsolete-variable-alias 'automatic-hscrolling 'auto-hscroll-mode "22.1")
1655 1656
1656(make-variable-buffer-local 'show-trailing-whitespace) 1657(make-variable-buffer-local 'show-trailing-whitespace)
1657 1658