aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc/calc-prog.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/calc/calc-prog.el')
-rw-r--r--lisp/calc/calc-prog.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/calc/calc-prog.el b/lisp/calc/calc-prog.el
index 976c2a7cf1..3ea68584b4 100644
--- a/lisp/calc/calc-prog.el
+++ b/lisp/calc/calc-prog.el
@@ -3,7 +3,7 @@
;; Copyright (C) 1990, 1991, 1992, 1993, 2001 Free Software Foundation, Inc.
;; Author: David Gillespie <[email protected]>
-;; Maintainers: D. Goel <[email protected]>
+;; Maintainers: D. Goel <[email protected]>
;; Colin Walters <[email protected]>
;; This file is part of GNU Emacs.
@@ -930,7 +930,7 @@
(def (or (assq key (calc-user-key-map))
(assq (upcase key) (calc-user-key-map))
(assq (downcase key) (calc-user-key-map))
- (and (eq key ?\')
+ (and (eq key ?\')
(cons nil
(intern (completing-read
(format "Record in %s the function: "