diff options
author | Glenn Morris <rgm@gnu.org> | 2010-06-22 00:41:10 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-06-22 00:41:10 -0700 |
commit | be19ef0b9b4b68226655eb17e4aa3f72d6b71bbc (patch) | |
tree | f73983eea36f051cd60dbf27ad8d24d41096ff73 /lisp/calc/calc-store.el | |
parent | 32a679fd52520b7003c745548ce484a00a1ec5eb (diff) | |
download | emacs-be19ef0b9b4b68226655eb17e4aa3f72d6b71bbc.tar.gz emacs-be19ef0b9b4b68226655eb17e4aa3f72d6b71bbc.tar.bz2 emacs-be19ef0b9b4b68226655eb17e4aa3f72d6b71bbc.zip |
Add some utf-8 coding cookies.
* lisp/calc/calc-aent.el, lisp/calc/calc-ext.el, lisp/calc/calc-lang.el:
* lisp/calc/calc-store.el, lisp/calc/calc-units.el, lisp/calc/calc.el:
* lisp/calc/calccomp.el:
Add explicit utf-8 coding cookies to files with utf-8 characters.
Also delete trailing whitespace.
Diffstat (limited to 'lisp/calc/calc-store.el')
-rw-r--r-- | lisp/calc/calc-store.el | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/lisp/calc/calc-store.el b/lisp/calc/calc-store.el index 8f73e71b0f9..b82ed08c557 100644 --- a/lisp/calc/calc-store.el +++ b/lisp/calc/calc-store.el @@ -1,7 +1,7 @@ ;;; calc-store.el --- value storage functions for Calc -;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, -;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, 2005, +;; 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ;; Author: David Gillespie <daveg@synaptics.com> ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com> @@ -197,8 +197,8 @@ (minibuffer-completion-predicate (lambda (x) (boundp (intern (concat "var-" x))))) (minibuffer-completion-confirm t)) - (read-from-minibuffer - prompt nil calc-var-name-map nil + (read-from-minibuffer + prompt nil calc-var-name-map nil 'calc-read-var-name-history))))) (setq calc-aborted-prefix "") (and (not (equal var "var-")) @@ -677,5 +677,9 @@ (provide 'calc-store) +;; Local variables: +;; coding: utf-8 +;; End: + ;; arch-tag: 2fbfec82-a521-42ca-bcd8-4f254ae6313e ;;; calc-store.el ends here |