diff options
author | Stephen Berman <stephen.berman@gmx.net> | 2013-06-14 22:07:55 +0200 |
---|---|---|
committer | Stephen Berman <stephen.berman@gmx.net> | 2013-06-14 22:07:55 +0200 |
commit | bd358779861f265a7acff31ead40172735af693e (patch) | |
tree | 345217a9889dbd29b09bdc80a94265c17719d41f /lisp/emacs-lisp/pp.el | |
parent | 2a97b47f0878cbda86cb6ba0e7e744924810b70e (diff) | |
parent | f7394b12358ae453a0c8b85fc307afc1b740010d (diff) | |
download | emacs-bd358779861f265a7acff31ead40172735af693e.tar.gz emacs-bd358779861f265a7acff31ead40172735af693e.tar.bz2 emacs-bd358779861f265a7acff31ead40172735af693e.zip |
Merge from trunk.
Diffstat (limited to 'lisp/emacs-lisp/pp.el')
-rw-r--r-- | lisp/emacs-lisp/pp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el index 30c16b51b9e..b7e553272f2 100644 --- a/lisp/emacs-lisp/pp.el +++ b/lisp/emacs-lisp/pp.el @@ -1,6 +1,6 @@ ;;; pp.el --- pretty printer for Emacs Lisp -;; Copyright (C) 1989, 1993, 2001-2012 Free Software Foundation, Inc. +;; Copyright (C) 1989, 1993, 2001-2013 Free Software Foundation, Inc. ;; Author: Randal Schwartz <merlyn@stonehenge.com> ;; Keywords: lisp |